From dd7ffd32de0818d29fdc1a35386708da3746f5c8 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Mon, 21 Feb 2011 23:50:21 +0100 Subject: vorlesung1 ready :) make vorlesung to build presentation and handout Signed-off-by: Manuel Traut --- Makefile | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ef20b1..dca9c35 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,28 @@ all 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 + 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 handout1.tex + TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout1.tex + rm confighandout.tailhandout.tex + mv _confighandout.tex confighandout.tex + mv _tailhandout.tex tailhandout.tex + + pres:: mv configpres.tex _configpres.tex touch configpres.tex @@ -27,9 +49,9 @@ pres:: bibtex pres_master.aux pdflatex pres_master.tex pdflatex pres_master.tex + rm configpres.tex tailpres.tex mv _configpres.tex configpres.tex mv _tailpres.tex tailpres.tex - rm configpres.tex tailpres.tex book:: mv confighandout.tex _confighandout.tex touch confighandout.tex -- cgit v1.2.3