2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-28 23:37:57 +02:00

added math minimal distance example

This commit is contained in:
Martin Thoma 2013-11-05 20:30:34 +01:00
parent 9c4de0b4fa
commit 6aea1e9e8e
3 changed files with 214 additions and 0 deletions

View file

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