diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-05 12:56:40 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-05 12:56:40 +0000 |
commit | 7addbf548541e700c84f641b900902a2c09b0b41 (patch) | |
tree | ffae23b127983ca8292f1b6e2e34854fc316f841 /Build/source/texk/web2c/cwebdir/texinputs | |
parent | 7d4454f7d4011b53f2099d557cd54df75e6afb59 (diff) |
[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.
git-svn-id: svn://tug.org/texlive/trunk@55756 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/texinputs')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex b/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex index 64f17fcd8f9..7d81ad2795a 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex @@ -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) |