From: Bjørn Rustad Date: Fri, 16 Mar 2012 16:30:02 +0000 (+0100) Subject: Specify papersize to dvips and ps2pdf X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=152e365afb83308572ba4b7f3ecb9ec81558df06;p=optimering Specify papersize to dvips and ps2pdf --- diff --git a/Makefile b/Makefile index c4eaad3..723b680 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ all: bibtex rapport latex rapport latex rapport - dvips rapport - ps2pdf rapport.ps + dvips -t a4 rapport + ps2pdf -sPAPERSIZE=a4 rapport.ps