27 lines
506 B
Markdown
27 lines
506 B
Markdown
# Bachelorarbeit
|
|
|
|
## Latex Quellcode
|
|
|
|
#### Kompilieren
|
|
|
|
Durch ausführen des Befehls
|
|
```bash
|
|
$ make
|
|
```
|
|
wird ein neuer `build` ordner erstellt, in welchem das kompilierte Dokument,
|
|
`thesis.pdf` zu finden ist.
|
|
|
|
Wenn der `build` ordner bereits existiert, kann
|
|
```bash
|
|
$ make f
|
|
```
|
|
genutzt werden, um eine neu-Kompilierung zu erzwingen.
|
|
|
|
#### Auto-Formatierung
|
|
|
|
Die Auto-Formatierung scheint aus Gründen manchmal noch nicht richtig zu funktionieren
|
|
|
|
```bash
|
|
$ latexindent -w -s -l -m [filename] -c build
|
|
```
|