ba-thesis/latex/README.md

22 lines
358 B
Markdown

# Bachelorarbeit
## Latex Quellcode
#### Kompilieren
```bash
$ make
```
Es wird ein neuer `build` ordner erstellt, in welchem das kompilierte Dokument,
`thesis.pdf` zu finden ist.
#### Auto-Formatierung
```bash
$ latexindent -w -s -l -m [filename] -c build
```
Die Auto-Formatierung scheint aus Gründen manchmal noch nicht richtig zu funktionieren.