This repository has been archived on 2023-02-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bachelor-thesis/documentation/build.sh
Severin Kaderli e0356784a2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add last files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2023-02-06 21:54:01 +01:00

9 lines
664 B
Bash
Executable file

#!/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
#latexmk -pdflatex=lualatex -pdf -output-directory=_build presentation/presentation.tex
#latexmk -c -pdflatex=lualatex -pdf -output-directory=_build presentation/presentation.tex
latexmk -pdflatex=lualatex -pdf -output-directory=_build defense/defense.tex
latexmk -c -pdflatex=lualatex -pdf -output-directory=_build defense/defense.tex