From: Matthijs Kooijman Date: Mon, 13 Oct 2008 12:21:20 +0000 (+0200) Subject: Pass -sPAPERSIZE=a4 to dvipdf to stop ghostscript from messing up the papersize... X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=commitdiff_plain Pass -sPAPERSIZE=a4 to dvipdf to stop ghostscript from messing up the papersize... --- diff --git a/Report/Makefile b/Report/Makefile index af318ce..372b363 100644 --- a/Report/Makefile +++ b/Report/Makefile @@ -3,7 +3,7 @@ all: Report.pdf REPEAT_TEXT = 'Rerun to get cross-references right' %.pdf: %.dvi - dvipdf $(basename $@) + dvipdf -sPAPERSIZE=a4 $(basename $@) %.ps: %.svg inkscape $(addsuffix .svg,$(basename $@)) --export-ps=$@