Pass -sPAPERSIZE=a4 to dvipdf to stop ghostscript from messing up the papersize... master
authorMatthijs Kooijman <kooijman@eris.(none)>
Mon, 13 Oct 2008 12:21:20 +0000 (14:21 +0200)
committerMatthijs Kooijman <kooijman@eris.(none)>
Mon, 13 Oct 2008 12:21:20 +0000 (14:21 +0200)
Report/Makefile

index af318ce990c7784b423761598dafd137d3388eb4..372b36385fc4582b29a632304669e22beae8e1c9 100644 (file)
@@ -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=$@