diff options
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex b/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex index 47c05d887fc..6e4b8ac2760 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex @@ -1,6 +1,6 @@ % pdfwebtocfront.tex % Code from knuth.drv in https://github.com/oberdiek/latex-tds -% 2024/05/24 v3.0 by Andreas Scherer. +% 2024/05/25 v3.1 by Andreas Scherer. % % This file is part of project https://github.com/ascherer/cwebbin % and may be distributed under the MIT License or the LaTeX Project @@ -32,6 +32,7 @@ % reduce size of PDF pages for more screen space \pdfpagewidth=\pagewidth \advance\pdfpagewidth by 1in \pdfpageheight=\fullpageheight \advance\pdfpageheight by 1in + \iftexmf \advance\pdfpageheight by 0.5in \fi \ifpdflua \pdfhorigin=0.5in \pdfvorigin=0.5in \else \global\pageshift=-0.5in \global\hoffset=-0.5in \global\voffset=-0.5in \fi |