diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2022-07-02 08:42:07 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2022-07-02 08:42:07 +0000 |
commit | a2acca12c6cc9d6b02543af41c67e2845eadc4bc (patch) | |
tree | 2ef84e3a92be149f5939724c858d1c17f1f2e3ea | |
parent | 463ca4b1f557e7be561532d1a3090f4f54062326 (diff) |
[CWEB] Similar change in CTWILL macros.
git-svn-id: svn://tug.org/texlive/trunk@63787 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex b/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex index 6ced8ae94e6..03b944cd60a 100644 --- a/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex +++ b/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex @@ -444,14 +444,14 @@ \gdef\rrhead{\let\i=I\uppercase{\ignorespaces#3}} \fi \message{*\secno} % progress report - \ifpdftex\def\stripprefix##1>{}\def\gtitletoks{#3}% + \ifpdf \ifpdftex\def\stripprefix##1>{}\def\gtitletoks{#3}% \edef\gtitletoks{\expandafter\stripprefix\meaning\gtitletoks}% {\immediate\write\cont{\ZZ{\gtitletoks}{#1}{\secno}% write to contents file {\noexpand\the\pageno}{\the\toksE}}} % \ZZ{title}{depth}{sec}{page}{ss} \expandafter\xdef\csname curr#1\endcsname{\secno} \ifnum#1>0\countB=#1 \advance\countB by-1 \advancenumber{chunk\the\countB.\expnumber{curr\the\countB}}\fi - \else\ifpdf\special{pdf: outline #1 << /Title (\the\toksE) /Dest + \else \special{pdf: outline #1 << /Title (\the\toksE) /Dest [ @thispage /FitH @ypos ] >>}\fi\fi \startsection{\bf\ignorespaces#3.\quad}\ignorespaces} \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0% |