diff options
Diffstat (limited to 'Build/source/texk/web2c/cwebdir')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 0ab5f32dd6e..e2471751ded 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,8 @@ +2020-06-21 Andreas Scherer <https://ascherer.github.io> + + * texinputs/pdfwebtocfront.tex: Fix start pageno after dynamic to. + MF and [{pdf|Xe}]TeX start their main body on pageno 3. + 2020-06-20 Andreas Scherer <https://ascherer.github.io> * texinputs/pdfwebtocfront.tex: Generic solution for the headers in diff --git a/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex b/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex index 9ecb33ee0bc..3fc5f64de2f 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex @@ -13,7 +13,6 @@ \ifx\detokenize\undefined\endinput\fi \def\contentsfile{\jobname.toc} % file that gets table of contents info \newif\iftexmf\texmffalse % special toc treatment for TeX, Metafont, etc. -\newif\ifpdfxe\pdfxefalse % superspecial toc treatment for pdfTeX, XeTeX. \newread\testread \openin\testread=\contentsfile\relax \ifeof\testread % First run @@ -43,15 +42,14 @@ \edef\y{\detokenize{mf}}% \ifx\x\y \texmftrue\else \edef\y{\detokenize{pdftex}}% - \ifx\x\y \texmftrue \pdfxetrue\else + \ifx\x\y \texmftrue\else \edef\y{\detokenize{xetex}}% \ifx\x\y \texmftrue\fi\fi\fi\fi \iftexmf - \ifpdfxe \def\contentspagenumber{1} \else \def\contentspagenumber{2} \fi \expandafter\let\csname ORGN\expandafter\endcsname \csname N\endcsname \expandafter\outer\expandafter\def\csname N\endcsname{% - \titletrue \pageno=\contentspagenumber \con + \titletrue \con \pageno=2 \expandafter\let\csname N\expandafter\endcsname \csname ORGN\endcsname \csname N\endcsname |