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

added path

This commit is contained in:
Martin Thoma 2014-02-02 18:01:59 +01:00
parent dbf66188b6
commit abdf6ef315
3 changed files with 7 additions and 4 deletions

View file

@ -1,14 +1,14 @@
SOURCE = path
DELAY = 80
SOURCE = path
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

3
tikz/path/Readme.md Normal file
View file

@ -0,0 +1,3 @@
Compiled example
----------------
![Example](path.png)

BIN
tikz/path/path.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB