texlive[71350]

commits+ascherer at tug.org commits+ascherer at tug.org
Sat May 25 13:00:00 CEST 2024


Revision: 71350
          https://tug.org/svn/texlive?view=revision&revision=71350
Author:   ascherer
Date:     2024-05-25 13:00:00 +0200 (Sat, 25 May 2024)
Log Message:
-----------
[CWEB] Fix header title in two-page ToC.

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

Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex	2024-05-25 10:24:47 UTC (rev 71349)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex	2024-05-25 11:00:00 UTC (rev 71350)
@@ -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.