From 843dbf98785c3e405d4bbea25f18e9b857536810 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Rustad?= Date: Tue, 20 Mar 2012 11:00:56 +0100 Subject: [PATCH] Compile with pdflatex --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dd885aa..ca7ea0b 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ all: - latex rapport - latex rapport + pdflatex rapport + pdflatex rapport bibtex rapport bibtex rapport - latex rapport - latex rapport + pdflatex rapport + pdflatex rapport dvips -t a4 rapport ps2pdf -sPAPERSIZE=a4 rapport.ps -- 2.47.3