diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-13 12:01:23 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-13 12:01:23 +0000 |
commit | 7bc4d5d5af13fc23119914408b8030f738af4e54 (patch) | |
tree | bdef9b9d7042d9d9864e2a56161a6d5578098700 /Build/source | |
parent | 0002c9545de0b8dee9650738ea6eb9d49adf1ef6 (diff) |
[CWEB] More separation of powers.
(C)WEB programmers can choose for themselves if they want to '\input
Xcwebmac' and/or '\input pdfwebtocfront' "in limbo". We don't force any
of these separate macros on them.
git-svn-id: svn://tug.org/texlive/trunk@55125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
4 files changed, 2 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex b/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex index e8e08762d30..5b0c9d3f791 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex @@ -26,7 +26,8 @@ % Version 3.64 [p21] --- Andreas Scherer, Octobre 2005 % Version 3.64 [2018] --- Andreas Scherer, Octobre 2018 -\ifx\undefined\botofcontents\input cwebmac.tex\fi +\ifx\undefined\botofcontents\input cwebmac.tex +\else\endinput\fi % LaTeX will use other macros \xdef\fmtversion{\fmtversion[2018]} @@ -38,5 +39,3 @@ \def\SHC#1{\5\5\quad$\diamond\,${\cmntfont#1}} %\let\K=\leftarrow % "honest" alternative to standard assignment operator - -\input pdfwebtocfront diff --git a/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex b/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex index 0eff8e38524..db97f2a80b4 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex @@ -104,5 +104,3 @@ \centerline{\covernote} \bigskip \leftline{\sc\today\ um \hours}}} % timestamps the contents page - -\input Xcwebmac.tex % Some formatting alternatives and PDF trickery diff --git a/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex b/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex index 78c5ff2c32d..ba7114f46f4 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex @@ -134,5 +134,3 @@ \centerline{\covernote} \bigskip \leftline{\sc\today\ \`a \hours}}} % timestamps the contents page - -\input Xcwebmac.tex % Some formatting alternatives and PDF trickery diff --git a/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex b/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex index 8d0d5711c7f..76fe3a7b78d 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex @@ -155,5 +155,3 @@ \centerline{\covernote} \bigskip \leftline{\sc\today, ore \hours}}} % timestamps the contents page - -\input Xcwebmac.tex % Some formatting alternatives and PDF trickery |