From: Martin Mares Date: Tue, 7 Oct 2014 21:27:38 +0000 (+0200) Subject: Adjust \pdf[hv]origin in \setuppage X-Git-Tag: v1.99~6 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=123b4df865ac90d1a1c96725a50a5fafe4057d7a;p=ucwmac.git Adjust \pdf[hv]origin in \setuppage \mag might have been called, in which case it is necessary to redefine the PDF page origin (as explained by pdfTeX manual). --- diff --git a/ucwmac.tex b/ucwmac.tex index 2fb1c3c..edabe34 100644 --- a/ucwmac.tex +++ b/ucwmac.tex @@ -41,6 +41,8 @@ \voffset=\topmargin \advance\voffset by -1truein \ifpdf + \pdfhorigin=1truein + \pdfvorigin=1truein \pdfpagewidth=\pagewidth \pdfpageheight=\pageheight \fi