texlive[73450] Build/source/texk/web2c/cwebdir: [CTWILL] Switch on
commits+ascherer at tug.org
commits+ascherer at tug.org
Tue Jan 14 17:00:47 CET 2025
Revision: 73450
https://tug.org/svn/texlive?view=revision&revision=73450
Author: ascherer
Date: 2025-01-14 17:00:47 +0100 (Tue, 14 Jan 2025)
Log Message:
-----------
[CTWILL] Switch on PDF outlines.
Using the Firefox web browser as my PDF viewer at least on macOS and
accumulating expert knowledge of the CTWILL process, I noticed that the
set of PDF files created from the MMIXware sources (with fundamental
modifications in the form of two sets of ever growing changefiles; see
https://github.com/ascherer/mmix/releases/tag/2023-11-25) were opened
without the PDF outlines, which one had to turn on manually.
This small change switches the PDF outlines on by default.
Also by default, Firefox applies some kind of "automatic scaling"
somewhere between "single page" and "page width". As CWEB/CTWILL uses
"FitB" for all its links, it is irritating that the "first" page after
opening a PDF file is handled differently. If you don't like this, go to
"about:config" and set "pdfZoomValue" to "page-width".
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2025-01-14 01:15:29 UTC (rev 73449)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2025-01-14 16:00:47 UTC (rev 73450)
@@ -1,3 +1,7 @@
+2025-01-14 Andreas Scherer <https://ascherer.github.io>
+
+ * texinputs/pdfctwimac.tex: Switch on PDF outlines.
+
2025-01-11 Andreas Scherer <https://ascherer.github.io>
* ctwill-proofsort: Support multiple definitions of identifiers.
Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex 2025-01-14 01:15:29 UTC (rev 73449)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex 2025-01-14 16:00:47 UTC (rev 73450)
@@ -545,7 +545,7 @@
\def\rlhead{NAMES OF THE SECTIONS} % running left headline
\let\rrhead=\rlhead % running right headline
\output={\normaloutput\page\rightheadline\leftheadline}
- \setpage
+ \setpage \startpdf
\def\outsecname{Names of the sections}
\ifpdflua \makebookmarks \countsections
\pdfdest name {NOS} fith
More information about the tex-live-commits
mailing list.