Martin Thoma 11 vuotta sitten
vanhempi
commit
abdf6ef315
3 muutettua tiedostoa jossa 7 lisäystä ja 4 poistoa
  1. 4 4
      tikz/path/Makefile
  2. 3 0
      tikz/path/Readme.md
  3. BIN
      tikz/path/path.png

+ 4 - 4
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

+ 3 - 0
tikz/path/Readme.md

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

BIN
tikz/path/path.png