diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-05 13:02:11 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-05 13:02:11 +0000 |
commit | df43a3d9b95c27b077543c05899d9cc8e858f7d8 (patch) | |
tree | 02bd816a5dc9052d824db5f79c482f2484ca74ca /Master/texmf-dist | |
parent | 7addbf548541e700c84f641b900902a2c09b0b41 (diff) |
Fix in CTWILL macros.
git-svn-id: svn://tug.org/texlive/trunk@55757 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex b/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex index 64f17fcd8f9..7d81ad2795a 100644 --- a/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex +++ b/Master/texmf-dist/tex/plain/cweb/cwebbin/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) |