2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

updated Makefile; added compiled png to examples

This commit is contained in:
Martin Thoma 2013-04-09 21:03:38 +02:00
parent c4a77fb34e
commit 93e7d576e2
8 changed files with 79 additions and 4 deletions

View file

@ -1,14 +1,14 @@
SOURCE = vector-triangle-inequality
DELAY = 80
DENSITY = 300
WIDTH = 500
WIDTH = 512
make:
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux
rm -rf $(TARGET) *.class *.html *.log *.aux *.data *.gnuplot
gif:
pdfcrop $(SOURCE).pdf

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB