Bläddra i källkod

changed name to make it easier for Windows-Users

Martin Thoma 11 år sedan
förälder
incheckning
27cfd468c0
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      tikz/torus/Makefile
  2. 1 1
      tikz/torus/Readme.md
  3. 0 0
      tikz/torus/TorusMain.tex

+ 2 - 2
tikz/torus/Makefile

@@ -1,11 +1,11 @@
-SOURCE = Torus
+SOURCE = TorusMain
 DELAY = 80
 DELAY = 80
 DENSITY = 300
 DENSITY = 300
 WIDTH = 512
 WIDTH = 512
 
 
 make:
 make:
 	sketch torus.sketch > torus.tex
 	sketch torus.sketch > torus.tex
-	pdflatex Torus.tex -output-format=pdf
+	pdflatex $(SOURCE).tex -output-format=pdf
 	make clean
 	make clean
 
 
 clean:
 clean:

+ 1 - 1
tikz/torus/Readme.md

@@ -1,3 +1,3 @@
 Compiled example
 Compiled example
 ----------------
 ----------------
-![Example](2d-parted-function.png)
+![Example](2d-parted-function.png)

tikz/torus/Torus.tex → tikz/torus/TorusMain.tex