2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 14:28:05 +02:00
LaTeX-examples/documents/margin-notes/Makefile
2013-04-18 23:02:00 +02:00

9 lines
296 B
Makefile

SOURCE = margin-notes
make:
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf # shellescape wird für minted benötigt
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf # zweites kompilieren für Seitenzahlen
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.pyg