diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-24 09:54:32 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-24 09:54:32 +0000 |
commit | b910d9a5155f526f59a87d3083825160446250d7 (patch) | |
tree | 7990245bd69ff807873469c2eb78de998f0372e9 /Build/source/texk/web2c/dvicopy.web | |
parent | 382b6a76a242c3ee73ced82d0b4bb8a8b3d9da83 (diff) |
[WEB2C] Update convention for TOC page.
"If code and comment disagree, most likely both are wrong." :o)
The outdated convention '\def\titlepage{F}' is replaced with the way
'webmac.tex' actually works. With '\rheader', make sure that the
'\contentspagenumber' is odd.
git-svn-id: svn://tug.org/texlive/trunk@55254 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/dvicopy.web')
-rw-r--r-- | Build/source/texk/web2c/dvicopy.web | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/dvicopy.web b/Build/source/texk/web2c/dvicopy.web index f10b4420329..f3e74ea38cc 100644 --- a/Build/source/texk/web2c/dvicopy.web +++ b/Build/source/texk/web2c/dvicopy.web @@ -38,7 +38,7 @@ \def\title{DVI\lowercase{copy}} % don't change this line! \def\contentspagenumber{1} \def\topofcontents{\null - \def\titlepage{F} % include headline on the contents page + \titlefalse % include headline on the contents page \def\rheader{\mainfont\hfil \contentspagenumber} \vfill \centerline{\titlefont The {\ttitlefont DVIcopy} processor} |