This commit is contained in:
2019-05-15 16:39:19 -04:00
commit 1798152010
9 changed files with 137 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
COMPILER=xelatex
TARGET=slides
all:
${COMPILER} -shell-escape ${TARGET}
${COMPILER} -shell-escape ${TARGET}
make cleanup
cleanup:
rm ${TARGET}.aux ${TARGET}.log ${TARGET}.nav ${TARGET}.out ${TARGET}.snm ${TARGET}.toc ${TARGET}.vrb
rm -r _minted-slides/