master-thesis/thesis/Makefile

10 lines
214 B
Makefile
Raw Normal View History

2023-05-11 17:44:13 +02:00
build:: fonts graphs
tectonic -Z shell-escape src/main.tex
mv src/main.pdf Thesis.pdf
fonts::
./fonts/install.sh
graphs::
find . -name "*.mmd" | xargs -I % npx -yp @mermaid-js/mermaid-cli mmdc -i % -f -e pdf