X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=blobdiff_plain;f=Report%2FMakefile;h=372b36385fc4582b29a632304669e22beae8e1c9;hp=af318ce990c7784b423761598dafd137d3388eb4;hb=a7bd551a4639636c09b5b31bc7962bb514df7a4d;hpb=a3a727b1780ac266baaefeac896a7bd0002345a8 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=$@