diff options
Diffstat (limited to 'Build')
4 files changed, 11 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex b/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex index cba1c005971..7659bf0a87e 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex @@ -26,8 +26,7 @@ % Version 3.64 [p21] --- Andreas Scherer, Octobre 2005 % Version 3.64 [2018] --- Andreas Scherer, Octobre 2018 -\ifx\undefined\documentclass\input cwebmac.tex -\else\endinput\fi % LaTeX will use other macros +\ifx\undefined\botofcontents\input cwebmac.tex\fi \xdef\fmtversion{\fmtversion[2018]} diff --git a/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex b/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex index 564e7a9c84d..0eff8e38524 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex @@ -28,10 +28,10 @@ % Version 3.64 [p21] --- Andreas Scherer, Octobre 2005 % Version 3.64 [p22] --- Andreas Scherer, March 2016 -\ifx\undefined\documentclass\input Xcwebmac.tex +\ifx\undefined\botofcontents\input cwebmac.tex \else\endinput\fi % LaTeX will use other macros -\input dcwebstrings.tex +\input dcwebstrings.tex % German translations for some tags and strings \def\.#1{\leavevmode\hbox{\tentex % typewriter type for strings \ifx\Cstringchars\undefined\else\Cstringchars\fi % special string characters @@ -104,3 +104,5 @@ \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 3e0892eb091..0716016b430 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex @@ -30,7 +30,7 @@ % french translations --- Denis Roegel, 18 September 1994 -\ifx\undefined\documentclass\input Xcwebmac.tex +\ifx\undefined\botofcontents\input cwebmac.tex \else\endinput\fi % LaTeX will use other macros \def\.#1{\leavevmode\hbox{\tentex % typewriter type for strings @@ -135,3 +135,5 @@ \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 7d605c9fe42..8d0d5711c7f 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex @@ -28,7 +28,7 @@ % Version 3.64 [p21] --- Andreas Scherer, Octobre 2005 % Version 3.64 [p22] --- Andreas Scherer, March 2016 -\ifx\undefined\documentclass\input Xcwebmac.tex +\ifx\undefined\botofcontents\input cwebmac.tex \else\endinput\fi % LaTeX will use other macros \def\.#1{\leavevmode\hbox{\tentex % typewriter type for strings @@ -155,3 +155,5 @@ \centerline{\covernote} \bigskip \leftline{\sc\today, ore \hours}}} % timestamps the contents page + +\input Xcwebmac.tex % Some formatting alternatives and PDF trickery |