Browse Source

minor changes

Martin Thoma 12 years ago
parent
commit
8119822f67

+ 3 - 1
documents/mathe-blutspende/Makefile

@@ -1,5 +1,7 @@
+SOURCE = mathe-blutspende
+
 make:
-	pdflatex Aufgabe-Blutspende.tex -output-format=pdf
+	pdflatex $(SOURCE).tex -output-format=pdf
 	make clean
 
 clean:

+ 3 - 1
documents/mathe-burdsch-chalifa/Makefile

@@ -1,5 +1,7 @@
+SOURCE = Burdsch-Chalifa
+
 make:
-	pdflatex Burdsch-Chalifa.tex -output-format=pdf
+	pdflatex $(SOURCE).tex -output-format=pdf
 	make clean
 
 clean:

+ 3 - 1
documents/mathe-handlungsreisender/Makefile

@@ -1,5 +1,7 @@
+SOURCE = Handlungsreisender-in-Deutschland
+
 make:
-	pdflatex Handlungsreisender-in-Deutschland.tex -output-format=pdf
+	pdflatex $(SOURCE).tex -output-format=pdf
 	make clean
 
 clean:

+ 2 - 1
documents/mathe-vorlage/Makefile

@@ -1,5 +1,6 @@
+SOURCE = mathe-vorlage
 make:
-	pdflatex mathe-vorlage.tex -output-format=pdf
+	pdflatex $(SOURCE).tex -output-format=pdf
 	make clean
 
 clean:

+ 2 - 2
documents/mathe-vorlage/mathe-vorlage.tex

@@ -1,11 +1,11 @@
 \documentclass[a4paper,9pt]{scrartcl}
 \usepackage{amssymb, amsmath} % needed for math
-\usepackage{} % needed for math
+\usepackage{}               % needed for math
 \usepackage[utf8]{inputenc} % this is needed for umlauts
 \usepackage[ngerman]{babel} % this is needed for umlauts
 \usepackage[T1]{fontenc}    % this is needed for correct output of umlauts in pdf
 \usepackage[margin=2.5cm]{geometry} %layout
-\usepackage{hyperref}  % links im text
+\usepackage{hyperref}   % links im text
 \usepackage{color}
 \usepackage{framed}
 \usepackage{enumerate}  % for advanced numbering of lists