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:
parent
9c4de0b4fa
commit
6aea1e9e8e
3 changed files with 214 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue