texlive[71351]
commits+ascherer at tug.org
commits+ascherer at tug.org
Sat May 25 13:01:52 CEST 2024
Revision: 71351
https://tug.org/svn/texlive?view=revision&revision=71351
Author: ascherer
Date: 2024-05-25 13:01:52 +0200 (Sat, 25 May 2024)
Log Message:
-----------
[CWEB] Fix header title on second page of ToC.
Modified Paths:
--------------
trunk/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex
Modified: trunk/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex
===================================================================
--- trunk/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex 2024-05-25 11:00:00 UTC (rev 71350)
+++ trunk/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex 2024-05-25 11:01:52 UTC (rev 71351)
@@ -32,7 +32,9 @@
% 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
+ \iftexmf \advance\pdfpageheight by 0.5in
+ \gtitle={Table of Contents} % overwrite default 'WEB output'
+ \mark{\noexpand\nullsec{\the\gtitle}} \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.