mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2025-12-16 18:55:01 +00:00
Clear History
This commit is contained in:
9
thesis/Makefile
Normal file
9
thesis/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user