From c467f6382d24c44d238dc296cd511ce8750d7a07 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 3 Feb 2022 14:18:12 +0100 Subject: [PATCH] adjusted readme for appendices --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 30ffb61..025bf7d 100644 --- a/readme.md +++ b/readme.md @@ -2,10 +2,12 @@ 1) `./compile.sh`, duh. Depends on pdflatex, bibtex, and miktex ## Nomenclature -* All your text should go into `chapters/`. -* All your indices, such as acronyms, references, glossary entrys, if not generated automatically, should go into `dexes/` +* All your text should go into `/chapters/`. +* All your indices, such as acronyms, references, glossary entrys, if not generated automatically, should go into `/dexes/` +* All your appendix pages should go into `/appendix/` # Other stuff worth noting -* All paths must be relative to project root! (where `compile.sh` lies). -* Configure your projects base informations such as title, author, year, etc in `config.tex`. -* When creating new chapters (files in `chapters/`), you have to include them in `chapters.tex`. \ No newline at end of file +* All paths must be relative to project root! (where `/compile.sh` lies). +* Configure your projects base informations such as title, author, year, etc in `/config.tex`. +* When creating new chapters (files in `/chapters/`), you have to include them in `/chapters.tex`. +* When creating new appendix entries (files in `/appendix/`), you have to include htem in `/appendix.tex`.