Martin Thoma %!s(int64=11) %!d(string=hai) anos
pai
achega
abdf6ef315
Modificáronse 3 ficheiros con 7 adicións e 4 borrados
  1. 4 4
      tikz/path/Makefile
  2. 3 0
      tikz/path/Readme.md
  3. BIN=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=BIN
tikz/path/path.png