texlive[55557]

commits+ascherer at tug.org commits+ascherer at tug.org
Mon Jun 15 19:30:06 CEST 2020


Revision: 55557
          http://tug.org/svn/texlive?view=revision&revision=55557
Author:   ascherer
Date:     2020-06-15 19:30:06 +0200 (Mon, 15 Jun 2020)
Log Message:
-----------
Reduce borders in PDF output.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex

Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex	2020-06-15 17:08:27 UTC (rev 55556)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex	2020-06-15 17:30:06 UTC (rev 55557)
@@ -506,6 +506,12 @@
 \newcount\@n \newcount\@m \newcount\@p
 \newdimen\pageht \pageht=19cm
 \newdimen\pagewd \pagewd=13cm
+\ifacro
+  \pdfpagewidth=\pagewd  \advance\pdfpagewidth by 2cm
+  \pdfpageheight=\pageht \advance\pdfpageheight by 4cm
+  \ifpdftex \pdfhorigin=1cm \pdfvorigin=1cm
+  \else \global\hoffset=-1.54cm \global\voffset=-1.54cm \fi
+\fi
 \newdimen\colwd \colwd=\pagewd
  \advance\colwd by -2pc \divide\colwd by 3 % for three columns
 \newdimen\fullpageht \fullpageht=\pageht \advance\fullpageht by 4pc



More information about the tex-live-commits mailing list.