Added .latexmkrc; Updated build instructions in README.md; Renamed thesis-master.pdf
This commit is contained in:
parent
cbf08fcf52
commit
8946646474
2
latex/thesis/.latexmkrc
Normal file
2
latex/thesis/.latexmkrc
Normal file
@ -0,0 +1,2 @@
|
||||
$pdflatex="pdflatex -interaction=nonstopmode %O %S";
|
||||
$out_dir = 'build';
|
||||
@ -5,7 +5,7 @@
|
||||
#### Kompilieren
|
||||
|
||||
```bash
|
||||
$ make
|
||||
$ latexmk -pdf thesis.tex
|
||||
```
|
||||
|
||||
Es wird ein neuer `build` ordner erstellt, in welchem das kompilierte Dokument,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user