@@ -0,0 +1,11 @@
COMPILER=xelatex
TARGET=slides
all:
${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/
The note is not visible to the blocked user.