texlive[55051] Build/source/texk/web2c/cwebdir/texinputs: [CWEB]

commits+ascherer at tug.org commits+ascherer at tug.org
Thu May 7 11:50:33 CEST 2020


Revision: 55051
          http://tug.org/svn/texlive?view=revision&revision=55051
Author:   ascherer
Date:     2020-05-07 11:50:33 +0200 (Thu, 07 May 2020)
Log Message:
-----------
[CWEB] Reorder TeX macro inclusion.

The new feature to place the table-of-contents page to the start of PDF
ducements now also works for German, French, and Italian WEB codes.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex
    trunk/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex
    trunk/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex
    trunk/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex

Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex	2020-05-06 23:53:28 UTC (rev 55050)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/Xcwebmac.tex	2020-05-07 09:50:33 UTC (rev 55051)
@@ -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]}
 

Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex	2020-05-06 23:53:28 UTC (rev 55050)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/dcwebmac.tex	2020-05-07 09:50:33 UTC (rev 55051)
@@ -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

Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex	2020-05-06 23:53:28 UTC (rev 55050)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/fcwebmac.tex	2020-05-07 09:50:33 UTC (rev 55051)
@@ -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

Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex	2020-05-06 23:53:28 UTC (rev 55050)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/icwebmac.tex	2020-05-07 09:50:33 UTC (rev 55051)
@@ -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



More information about the tex-live-commits mailing list.