From 123b4df865ac90d1a1c96725a50a5fafe4057d7a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 7 Oct 2014 23:27:38 +0200 Subject: [PATCH] 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). --- ucwmac.tex | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2