735 B
735 B
To build the document:
./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 appendix pages should go into
/appendix/
Other stuff worth noting
- All paths must be relative to project root! (where
/compile.shlies). - 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.