Added .latexmkrc; Updated build instructions in README.md; Renamed thesis-master.pdf

This commit is contained in:
2022-12-08 12:28:38 +01:00
parent cbf08fcf52
commit 8946646474
3 changed files with 3 additions and 1 deletions

2
latex/thesis/.latexmkrc Normal file
View File

@@ -0,0 +1,2 @@
$pdflatex="pdflatex -interaction=nonstopmode %O %S";
$out_dir = 'build';