diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-08 10:12:13 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-08 10:12:13 +0000 |
commit | 7c20782c808fe22ca34a9c5e5fcc2e39948bc7c6 (patch) | |
tree | 8e326c8f0d4e4c2a8637ec8f4387009eb524f4e9 | |
parent | 597775a323a2deb3d206c00c716919122c3d592c (diff) |
[CWEB] Restore default layout for titlepage.
Stand-alone CWEB codes start with '\pageno=0' and don't have running
headers. 'fullmanual' concatenates the parts with continuingly
increasing page numbers, so there will be a continuous header.
git-svn-id: svn://tug.org/texlive/trunk@55069 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex b/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex index 7659bf0a87e..d2e25fc33bc 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex @@ -52,6 +52,7 @@ \else % Second run \let\ORGcon\con \def\con{% + \ifnum\pageno=1 \global\titletrue\fi \begingroup \let\end\relax \ORGcon |