texlive[55756] Build/source/texk/web2c/cwebdir: [CTWILL] Fix two

commits+ascherer at tug.org commits+ascherer at tug.org
Sun Jul 5 14:56:40 CEST 2020


Revision: 55756
          http://tug.org/svn/texlive?view=revision&revision=55756
Author:   ascherer
Date:     2020-07-05 14:56:40 +0200 (Sun, 05 Jul 2020)
Log Message:
-----------
[CTWILL] Fix two issues.

(1) Use correct apostrophe in "Editor's Note".

(2) Don't ship out the mini-index of the last section twice.

(2b) 'pdfctwimac.tex' does ship out an empty page at the very end of
     'ctwill.dvi' (with 'tex "\let\pdf+\input ctwill') and 'ctwill.pdf'
     (with 'xetex', but not with 'pdftex'!) in order to attach the
     "Names of the sections" outline tag somewhere.  If you know a trick
     that creates the "NOS" outline without that extra empty page, please
     let me know.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
    trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-07-04 23:54:03 UTC (rev 55755)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-07-05 12:56:40 UTC (rev 55756)
@@ -1,3 +1,8 @@
+2020-07-05  Andreas Scherer  <https://ascherer.github.io>
+
+	* ctwill-mini.ch,
+	* texinputs/pdfctwimac.tex: Fix two issues with 'ctwill.dvi/pdf'.
+
 2020-07-02  Andreas Scherer  <https://ascherer.github.io>
 
 	* cwebman-w2c.ch: Add links and bookmarks in PDF.

Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch	2020-07-04 23:54:03 UTC (rev 55755)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch	2020-07-05 12:56:40 UTC (rev 55756)
@@ -18,7 +18,7 @@
 @y
 \bigskip
 {\font\itt=cmitt10 \font\bit=cmbxti10
-\noindent \bit Editor´s Note: \it Although {\itt CTWILL} is based on
+\noindent \bit Editor's Note: \it Although {\itt CTWILL} is based on
 {\itt cweave.w}, new and modified material is incorporated all over the place,
 without taking special care to keep the original section numbering intact.
 \smallskip

Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex	2020-07-04 23:54:03 UTC (rev 55755)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex	2020-07-05 12:56:40 UTC (rev 55756)
@@ -663,7 +663,8 @@
     \def\X##1:##2\X{\firstsecno##1.%
       {\toksF={}\makeoutlinetoks##2\outlinedone\outlinedone}%
       \pdfoutline goto num \the\toksA \expandafter{\the\toksE}}
-  \else \special{pdf: outline -1 << /Title (\outsecname) >>}%
+  \else \output={\shipout\box255}
+    \special{pdf: outline -1 << /Title (\outsecname) >>}%
     \def\X##1:##2\X{\firstsecno##1.%
       {\toksF={}\makeoutlinetoks##2\outlinedone\outlinedone}%
       \special{pdf: outline 0 << /Title (\the\toksE)



More information about the tex-live-commits mailing list.