Updated LaTeX template

This commit is contained in:
Leonetienne
2022-01-02 15:19:25 +01:00
parent 0599c3b9a6
commit 802f178f92
26 changed files with 262 additions and 76 deletions

10
readme.md Normal file
View File

@@ -0,0 +1,10 @@
## To build the document:
1) `./compile.sh`, duh. Depends on pdflatex, bibtex, and miktex
## Nomenclature
* All your text should go into `kapitel/`.
* 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).
* Configure your projects base informations such as title, author, year, etc in `config.tex`.