From a7bd551a4639636c09b5b31bc7962bb514df7a4d Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 13 Oct 2008 14:21:20 +0200 Subject: [PATCH] Pass -sPAPERSIZE=a4 to dvipdf to stop ghostscript from messing up the papersize... --- Report/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$@ -- 2.30.2