diff --git a/tikz/path/Makefile b/tikz/path/Makefile index ced3272..98bf3d9 100644 --- a/tikz/path/Makefile +++ b/tikz/path/Makefile @@ -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 diff --git a/tikz/path/Readme.md b/tikz/path/Readme.md new file mode 100644 index 0000000..22a99c4 --- /dev/null +++ b/tikz/path/Readme.md @@ -0,0 +1,3 @@ +Compiled example +---------------- +![Example](path.png) diff --git a/tikz/path/path.png b/tikz/path/path.png new file mode 100644 index 0000000..a055e80 Binary files /dev/null and b/tikz/path/path.png differ