summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2024-05-25 10:22:36 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2024-05-25 10:22:36 +0000
commitb80a9944572188787771d535870e79b542abe637 (patch)
tree61baaf1403b2d5fc537613154d5402c34e9c0eca /Build/source/texk/web2c/cwebdir
parentb2697fc499125f7b7be50023d7d2b83751dbb4b0 (diff)
[CWEB] Make more room for long ToCs.
In package 'knuth-pdf' two problems remain: (1) tex-changes.pdf and xetex-changes.pdf have two-page ToCs and the main text starts on 'Page 4' (2) pdftex[-changes].pdf and the two PDFs from (1) have the default 'WEB OUTPUT' in the header of the second ToC page. git-svn-id: svn://tug.org/texlive/trunk@71348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir')
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog6
-rw-r--r--Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex3
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 2483108685a..b5d45d05cdc 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -1,4 +1,8 @@
-2024-05-26 Andreas Scherer <https://ascherer.github.io>
+2024-05-25 Andreas Scherer <https://ascherer.github.io>
+
+ * texinputs/pdfwebtocfront.tex: More room for long ToCs.
+
+2024-05-24 Andreas Scherer <https://ascherer.github.io>
* cwebacromac.tex,
* cwebmac.tex,
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