2 lines
107 B
Bash
Executable file
2 lines
107 B
Bash
Executable file
#!/usr/bin/env sh
|
|
latexmk -pdflatex=lualatex -pdf -output-directory=_build documentation/thesis/thesis.tex
|