texlive[71348] Build/source/texk/web2c/cwebdir: [CWEB] Make more room
commits+ascherer at tug.org
commits+ascherer at tug.org
Sat May 25 12:22:36 CEST 2024
Revision: 71348
https://tug.org/svn/texlive?view=revision&revision=71348
Author: ascherer
Date: 2024-05-25 12:22:36 +0200 (Sat, 25 May 2024)
Log Message:
-----------
[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.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2024-05-24 23:41:53 UTC (rev 71347)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2024-05-25 10:22:36 UTC (rev 71348)
@@ -1,5 +1,9 @@
-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,
* texinputs/dcwebmac.tex,
Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex 2024-05-24 23:41:53 UTC (rev 71347)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex 2024-05-25 10:22:36 UTC (rev 71348)
@@ -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
More information about the tex-live-commits
mailing list.