11 lines
567 B
Markdown
Raw Normal View History

2022-01-02 15:19:25 +01:00
## To build the document:
1) `./compile.sh`, duh. Depends on pdflatex, bibtex, and miktex
## Nomenclature
2022-01-02 15:26:56 +01:00
* All your text should go into `chapters/`.
2022-01-02 15:19:25 +01:00
* All your indices, such as acronyms, references, glossary entrys, if not generated automatically, should go into `dexes/`
# Other stuff worth noting
* All paths must be relative to project root! (where `compile.sh` lies).
2022-01-02 16:00:43 +01:00
* 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`.