texlive[71993] Build/source/texk/web2c/cwebdir: [CWEB] Demote

commits+ascherer at tug.org commits+ascherer at tug.org
Thu Aug 8 10:12:09 CEST 2024


Revision: 71993
          https://tug.org/svn/texlive?view=revision&revision=71993
Author:   ascherer
Date:     2024-08-08 10:12:09 +0200 (Thu, 08 Aug 2024)
Log Message:
-----------
[CWEB] Demote 'Extensions' and subsections.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/comm-mini.ch
    trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2024-08-07 23:42:44 UTC (rev 71992)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2024-08-08 08:12:09 UTC (rev 71993)
@@ -1,3 +1,8 @@
+2024-08-08  Andreas Scherer  <https://ascherer.github.io>
+
+	* comm-mini.ch,
+	* comm-w2c.ch: Demote 'Extensions' and subsections.
+
 2024-08-07  Andreas Scherer  <https://ascherer.github.io>
 
 	* comm-mini.ch,

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-mini.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-mini.ch	2024-08-07 23:42:44 UTC (rev 71992)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-mini.ch	2024-08-08 08:12:09 UTC (rev 71993)
@@ -283,6 +283,6 @@
 Section 85/102.
 
 @x
-@** Index.
+@* Index.
 @y
 @z

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2024-08-07 23:42:44 UTC (rev 71992)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2024-08-08 08:12:09 UTC (rev 71993)
@@ -616,7 +616,7 @@
 @x [9.85] l.1286
 @* Index.
 @y
-@** Extensions to {\tentex CWEB}.  The following sections introduce new or
+@* Extensions to {\tentex CWEB}.  The following sections introduce new or
 improved features that have been created by numerous contributors over the
 course of a quarter century.
 
@@ -623,7 +623,7 @@
 Care has been taken to keep the original section numbering intact, so this new
 material should nicely integrate with the original ``\&{85.~Index}.''
 
-@* Language setting.  This global variable is set by the argument of the
+@*1 Language setting.  This global variable is set by the argument of the
 `\.{+l}' (or `\.{-l}') command-line option.
 
 @<Global var...@>=
@@ -630,7 +630,7 @@
 const char *use_language=""; /* prefix of \.{cwebmac.tex} in \TEX/ output */
 
 
-@* User communication.  The |scan_args| and |cb_show_banner| routines and the
+@*1 User communication.  The |scan_args| and |cb_show_banner| routines and the
 |bindtextdomain| argument string need a few extra variables.
 
 @d max_banner 50
@@ -647,7 +647,7 @@
 #endif
 char separators[]=SEPARATORS;
 
-@* Temporary file output. Most \CEE/ projects are controlled by a \.{Makefile}
+@*1 Temporary file output. Most \CEE/ projects are controlled by a \.{Makefile}
 that automatically takes care of the temporal dependencies between the different
 source modules. It may be convenient that \.{CWEB} doesn't create new output
 for all existing files, when there are only changes to some of them. Thus the
@@ -696,7 +696,7 @@
 if(strlen(check_file_name)) /* Delete the temporary file in case of a break */
    remove(check_file_name);
 
-@* Internationalization.  If translation catalogs for your personal
+@*1 Internationalization.  If translation catalogs for your personal
 \.{LANGUAGE} are installed at the appropriate place, \.{CTANGLE} and \.{CWEAVE}
 will talk to you in your favorite language.  Catalog \.{cweb} contains all
 strings from ``plain \.{CWEB},'' catalog \.{cweb-tl} contains a few extra
@@ -759,7 +759,7 @@
 textdomain("cweb"); /* the majority of |"strings"| come from ``plain \.{CWEB}'' */
 @.cweb.mo@>
 
-@* File lookup with \Kpathsea/.  The \.{CTANGLE} and \.{CWEAVE} programs from
+@*1 File lookup with \Kpathsea/.  The \.{CTANGLE} and \.{CWEAVE} programs from
 the original \.{CWEB} package use the compile-time default directory or the
 value of the environment variable \.{CWEBINPUTS} as an alternative place to be
 searched for files, if they could not be found in the current directory.
@@ -816,7 +816,7 @@
 Debugging output is always written to |stderr|, and begins with the string
 `\.{kdebug:}'.
 
-@* System dependent changes. The most volatile stuff comes at the very end.
+@*1 System dependent changes. The most volatile stuff comes at the very end.
 
 Modules for dealing with help messages and version info.
 
@@ -888,5 +888,5 @@
 @.cweb.mo@>
 }
 
-@** Index.
+@* Index.
 @z



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