From 93fce24441baf92074508f387e7b5c88f8db20ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Neuwirth?= Date: Sun, 3 May 2009 17:09:01 +0200 Subject: eg. --- ue2/protokoll/protokoll.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ue2/protokoll/protokoll.tex b/ue2/protokoll/protokoll.tex index 1eefbce..5591812 100644 --- a/ue2/protokoll/protokoll.tex +++ b/ue2/protokoll/protokoll.tex @@ -9,7 +9,7 @@ \author{ Günther Neuwirth, \matrnr 0626638\\ - {\small e0626638@student.tuwien.ac.at} + {\small e0626638@student.tuwien.ac.at}\\ Manuel Mausz, \matrnr 0728348\\ {\small manuel-tu@mausz.at}\\ } -- cgit v1.2.3 From 960dbee42c67e02528c68162beea7821633ed603 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 3 May 2009 17:23:26 +0200 Subject: let pdflatex compile two times --- ue1/protokoll/Makefile | 3 ++- ue2/protokoll/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ue1/protokoll/Makefile b/ue1/protokoll/Makefile index a56bff6..21e46e7 100644 --- a/ue1/protokoll/Makefile +++ b/ue1/protokoll/Makefile @@ -13,7 +13,8 @@ tex: @echo $(PDFFILE)" lala" @mkdir -p $(TMPDIR) @$(PDFLATEX) -interaction=nonstopmode -output-directory=$(TMPDIR) $(TEXFILE) - @mv $(TMPDIR)/$(PDFFILE) ../ + @$(PDFLATEX) -interaction=nonstopmode -output-directory=$(TMPDIR) $(TEXFILE) + @cp $(TMPDIR)/$(PDFFILE) ../ @rm -rf $(TMPDIR) # vim600: noet sw=8 ts=8 diff --git a/ue2/protokoll/Makefile b/ue2/protokoll/Makefile index 94c8aa4..3acf895 100644 --- a/ue2/protokoll/Makefile +++ b/ue2/protokoll/Makefile @@ -13,7 +13,8 @@ tex: @echo $(PDFFILE)" lala" @mkdir -p $(TMPDIR) @$(PDFLATEX) -interaction=nonstopmode -output-directory=$(TMPDIR) $(TEXFILE) - @mv $(TMPDIR)/$(PDFFILE) ../ + @$(PDFLATEX) -interaction=nonstopmode -output-directory=$(TMPDIR) $(TEXFILE) + @cp $(TMPDIR)/$(PDFFILE) ../ @rm -rf $(TMPDIR) # vim600: noet sw=8 ts=8 -- cgit v1.2.3