bsc-thesis/make.sh
2019-10-21 10:55:13 +02:00

7 lines
194 B
Bash
Executable File

#!/bin/sh
pandoc thesis.md -o thesis.tex --biblatex --bibliography=bibliography.bib -N --listings --pdf-engine=lualatex -s --filter pandoc-crossref
lualatex thesis
biber thesis
lualatex thesis