Correct thesis report
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
2f8b0b524a
commit
1862068f09
10 changed files with 70 additions and 50 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
latexmk -pdflatex=lualatex -pdf -output-directory=_build thesis/thesis.tex
|
||||
latexmk -c -pdflatex=lualatex -pdf -output-directory=_build thesis/thesis.tex
|
||||
latexmk -pdflatex=lualatex -pdf -output-directory=_build poster/poster.tex
|
||||
latexmk -c -pdflatex=lualatex -pdf -output-directory=_build poster/poster.tex
|
||||
|
|
Reference in a new issue