22 lines
377 B
Markdown
22 lines
377 B
Markdown
# Bachelorarbeit
|
|
|
|
## Latex Quellcode
|
|
|
|
#### Kompilieren
|
|
|
|
```bash
|
|
$ latexmk -pdf thesis.tex
|
|
```
|
|
|
|
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.
|