summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c57970..c461cbe 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,37 @@ clean:
rm -f *.blg
rm -f *.out
rm -f *.vrb
+
+vorlesung::
+ mv configpres.tex _configpres.tex
+ touch configpres.tex
+ mv tailpres.tex _tailpres.tex
+ touch tailpres.tex
+ pdflatex vorl1.tex
+ pdflatex vorl1.tex
+ pdflatex vorl2.tex
+ pdflatex vorl2.tex
+ pdflatex vorl3.tex
+ pdflatex vorl3.tex
+ pdflatex vorl4.tex
+ pdflatex vorl4.tex
+ pdflatex vorl5.tex
+ pdflatex vorl5.tex
+ pdflatex vorl.tex
+ pdflatex vorl.tex
+ rm configpres.tex tailpres.tex
+ mv _configpres.tex configpres.tex
+ mv _tailpres.tex tailpres.tex
+ mv confighandout.tex _confighandout.tex
+ touch confighandout.tex
+ mv tailhandout.tex _tailhandout.tex
+ touch tailhandout.tex
+ TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout.tex
+ TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout.tex
+ rm confighandout.tex tailhandout.tex
+ mv _confighandout.tex confighandout.tex
+ mv _tailhandout.tex tailhandout.tex
+
pres:
mv configpres.tex _configpres.tex
touch configpres.tex