bsc-thesis/make.sh
2019-11-01 11:58:19 +01:00

7 lines
325 B
Bash
Executable File

#!/bin/sh
rm -f thesis.aux thesis.bcf thesis.blg thesis.log thesis.run.xml thesis.tex thesis.toc thesis.bbl
pandoc thesis.md -o thesis.tex --biblatex --bibliography=bibliography.bib -N --listings --pdf-engine=lualatex -s --filter pandoc-crossref --include-after-body=appendix.tex
lualatex thesis
biber thesis
lualatex thesis