2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Martin Thoma 2013-11-22 21:40:15 +01:00
parent 145238524e
commit 1bcec68935
4 changed files with 363 additions and 17 deletions

View file

@ -1,7 +1,8 @@
SOURCE = math-minimal-distance-to-cubic-function
make:
pdflatex $(SOURCE).tex -output-format=pdf
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out
rm -rf $(TARGET) *.class *.log *.aux *.out