mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
misc
This commit is contained in:
parent
145238524e
commit
1bcec68935
4 changed files with 363 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue