[latex3-commits] [git/LaTeX3-latex3-latex2e] gh685: dropped references to latex.dtx or latex.tex and replaced by generic "the \LaTeX{} format" (53993385)

Frank Mittelbach frank.mittelbach at latex-project.org
Mon Oct 4 10:24:49 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh685
Link       : https://github.com/latex3/latex2e/commit/539933859a0b7d670dc69cdec5c0b29592445f53

>---------------------------------------------------------------

commit 539933859a0b7d670dc69cdec5c0b29592445f53
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Oct 4 10:24:49 2021 +0200

    dropped references to latex.dtx or latex.tex and replaced by generic "the \LaTeX{} format"


>---------------------------------------------------------------

539933859a0b7d670dc69cdec5c0b29592445f53
 base/classes.dtx         | 22 +++++++++++-----------
 base/doc.dtx             | 11 ++++++-----
 base/makeindx.dtx        |  4 ++--
 base/preload.dtx         |  4 ++--
 base/slides.dtx          |  8 ++++----
 required/tools/array.dtx |  6 +++---
 6 files changed, 28 insertions(+), 27 deletions(-)

diff --git a/base/classes.dtx b/base/classes.dtx
index fdf0ef3a..a13053b8 100644
--- a/base/classes.dtx
+++ b/base/classes.dtx
@@ -53,7 +53,7 @@
 %<*driver>
 \ProvidesFile{classes.drv}
 %</driver>
-              [2021/09/11 v1.4n
+              [2021/10/04 v1.4n
 %<article|report|book> Standard LaTeX document class]
 %<10pt|11pt|12pt>      Standard LaTeX file (size option)]
 %    \end{macrocode}
@@ -1622,7 +1622,7 @@
 % \label{sec:classes:pagestyle}
 %
 %    The pagestyles \pstyle{empty} and \pstyle{plain} are defined in
-%    \file{latex.dtx}.
+%    the \LaTeX{} format.
 %
 % \begin{macro}{\ps at headings}
 %    The definition of the page style \pstyle{headings} has to be
@@ -1771,7 +1771,7 @@
 % \begin{macro}{\title}
 % \begin{macro}{\author}
 % \begin{macro}{\date}
-%    These three macros are provided by \file{latex.dtx} to provide
+%    These three macros are provided by the \LaTeX{} format to provide
 %    information about the title, author(s) and date of the document.
 %    The information is stored away in internal control sequences.
 %    It is the task of the |\maketitle| command to use the
@@ -2056,7 +2056,7 @@
 %    Default initializations of |\...mark| commands.  These commands
 %    are used in the definition of the page styles (see
 %    section~\ref{sec:classes:pagestyle}) Most of them are already defined by
-%    \file{latex.dtx}, so they are only shown here.
+%    the \LaTeX{} format, so they are only shown here.
 %
 %    \begin{macrocode}
 %<!article>\newcommand*\chaptermark[1]{}
@@ -2891,7 +2891,7 @@
 % \begin{macro}{\theenumii}
 % \begin{macro}{\theenumiii}
 % \begin{macro}{\theenumiv}
-%    The counters are already defined in \file{latex.dtx}, but their
+%    The counters are already defined in the \LaTeX{} format, but their
 %    representation is changed here.
 %
 %    \begin{macrocode}
@@ -2990,7 +2990,7 @@
 %
 % \begin{environment}{description}
 %    The description environment is defined here -- while the itemize
-%    and enumerate environments are defined in \file{latex.dtx}.
+%    and enumerate environments are defined in the \LaTeX{} format.
 %
 %    \begin{macrocode}
 \newenvironment{description}
@@ -3123,7 +3123,7 @@
 % \subsubsection{Theorem}
 %
 %    This document class does not define it's own theorem environments,
-%    the defaults, supplied by \file{latex.dtx} are available.
+%    the defaults, supplied by the \LaTeX{} format are available.
 %
 % \subsubsection{Titlepage}
 %
@@ -3365,7 +3365,7 @@
 %
 % \subsection{Floating objects}
 %
-%    The file \file{latex.dtx} only defines a number of tools with
+%    The \LaTeX{} format only defines a number of tools with
 %    which floating objects can be defined. This is done in the
 %    document class. It needs to define the following macros for each
 %    floating object of type \texttt{TYPE} (e.g., \texttt{TYPE} =
@@ -3402,7 +3402,7 @@
 %
 %    The actual environment that implements a floating object such as
 %    a figure is defined using the macros |\@float| and |\end at float|,
-%    which are defined in \file{latex.dtx}.
+%    which are defined in the \LaTeX{} format.
 %
 %    An environment that implements a single-column floating object is
 %    started with |\@float{|\texttt{TYPE}|}[|\meta{placement}|]| of type
@@ -4194,7 +4194,7 @@
 %
 % \begin{macro}{\@biblabel}
 %    The label for a |\bibitem[...]| command is produced by this
-%    macro. The default from \file{latex.dtx} is used.
+%    macro. The default from the \LaTeX{} format is used.
 %    \begin{macrocode}
 % \renewcommand*{\@biblabel}[1]{[#1]\hfill}
 %    \end{macrocode}
@@ -4202,7 +4202,7 @@
 %
 % \begin{macro}{\@cite}
 %    The output of the |\cite| command is produced by this macro. The
-%    default from \file{latex.dtx} is used.
+%    default from the \LaTeX{} format is used.
 %    \begin{macrocode}
 % \renewcommand*{\@cite}[1]{[#1]}
 %    \end{macrocode}
diff --git a/base/doc.dtx b/base/doc.dtx
index fb3412f2..79f168b9 100644
--- a/base/doc.dtx
+++ b/base/doc.dtx
@@ -35,7 +35,7 @@
 %<+package|shortvrb>\NeedsTeXFormat{LaTeX2e}[1994/12/01]
 %<+package> \ProvidesPackage{doc}
 %<+shortvrb>\ProvidesPackage{shortvrb}
-%<+package|shortvrb>  [2021/05/28 v2.1n
+%<+package|shortvrb>  [2021/10/04 v2.1n
 %<+package|shortvrb>   Standard LaTeX documentation package (FMi)]
 %\catcode`\<=12
 %
@@ -885,7 +885,7 @@
 % We provide macros for logos such as \Web, \AmSTeX, \BibTeX,
 % \SliTeX{} and \PlainTeX. Just type |\Web|, |\AmSTeX|,
 % |\BibTeX|, |\SliTeX| or |\PlainTeX|, respectively.
-% \LaTeX{} and \TeX{} are already defined in \texttt{latex.tex}.
+% \LaTeX{} and \TeX{} are already defined in the \LaTeX{} format.
 %
 % \DescribeMacro\meta
 % Another useful macro is |\meta| which has one argument and
@@ -938,7 +938,8 @@
 % argument and produces a verbatim listing of the file, indexing every
 % command as it goes along.  This might be handy, if you want to learn
 % something about macros without enough documentation.  I used this
-% feature to cross-reference \texttt{latex.tex} getting a verbatim
+% feature to cross-reference \texttt{latex.tex} (these days \texttt{latext.ltx)
+% getting a verbatim
 % copy with about 15 pages index.\footnote{It took quite a long time
 % and the resulting \texttt{.idx} file was longer than the
 % \texttt{.dvi} file.  Actually too long to be handled by the
@@ -2031,7 +2032,7 @@
 % \begin{macro}{\@verbatim}
 %    Additionally we redefine the |\@verbatim| macro so that it
 %    suppresses |%| characters at the beginning of the line.  The
-%    first lines are copied literally from \texttt{latex.tex}.
+%    first lines are copied literally from the \LaTeX{} format.
 % \changes{v1.7i}{1992/07/12}{Added \cs{@@par} to clear possible
 %                             \cs{parshape}.}
 %    \begin{macrocode}
@@ -2055,7 +2056,7 @@
 %    \begin{macrocode}
    \check at percent}%
 %    \end{macrocode}
-%    The rest is again copied literally from \texttt{latex.tex} (less
+%    The rest is again copied literally from the \LaTeX{} format (less
 %    "\tt").
 % \changes{v1.7a}{1992/02/26}{Removed redundant \cs{tt}.}
 % \changes{v1.8b}{1993/09/21}{Changed to conform to new LaTeX verbatim,
diff --git a/base/makeindx.dtx b/base/makeindx.dtx
index e8e48e60..9dc03a84 100644
--- a/base/makeindx.dtx
+++ b/base/makeindx.dtx
@@ -121,7 +121,7 @@
 %    \begin{macrocode}
 %<makeidx>\ProvidesPackage{makeidx}
 %<showidx>\ProvidesPackage{showidx}
-                [2014/09/29 v1.0m Standard LaTeX package]
+                [2021/10/04 v1.0m Standard LaTeX package]
 %    \end{macrocode}
 %
 % \subsection{Makeidx}
@@ -261,7 +261,7 @@
 %
 % \begin{macro}{\raggedbottom}
 % \begin{macro}{\flushbottom}
-%    The definition of these macros from \texttt{latex.dtx} is changed
+%    The definitions of these macros from the \LaTeX{} format are changed
 %    here to add the execution of |\@mkidx| to |\@texttop|, which is
 %    executed at the top of each page.
 %    \begin{macrocode}
diff --git a/base/preload.dtx b/base/preload.dtx
index b2ca24bc..bf2bfebb 100644
--- a/base/preload.dtx
+++ b/base/preload.dtx
@@ -45,7 +45,7 @@
 %<+tex> \ProvidesFile{preload.ltx}
 % \fi
 %       \ProvidesFile{preload.dtx}
-         [2014/09/29 v2.1g LaTeX Kernel (Font Preloading)]
+         [2021/10/04 v2.1g LaTeX Kernel (Font Preloading)]
 %
 %
 %
@@ -179,7 +179,7 @@
 %    We begin by loading the math extension font (cmex10)
 %    and the \LaTeX{} line and circle fonts.
 %    It is necessary to do this explicitly since these are
-%    used by \texttt{lplain.tex} and \texttt{latex.tex}.
+%    used by the \LaTeX{} format.
 %    Since the internal font name contains |/| characters
 %    and digits we construct the name via |\csname|.
 %    These are the only fonts (!) that must be loaded in this file.
diff --git a/base/slides.dtx b/base/slides.dtx
index 883e7d34..e63c1901 100644
--- a/base/slides.dtx
+++ b/base/slides.dtx
@@ -53,7 +53,7 @@
 %<*driver>
        \ProvidesFile{slides.drv}
 %</driver>
-              [2020/11/23 v2.4b
+              [2021/10/04 v2.4b
 %<+class>               Standard LaTeX document class]
 %<+cmd>               SLiTeX definitions]
 %    \end{macrocode}
@@ -1342,7 +1342,7 @@
 %
 % \begin{environment}{description}
 %    The description environment is defined here -- while the itemize
-%    and enumerate environments are defined in \file{latex.dtx}.
+%    and enumerate environments are defined in the \LaTeX{} format.
 %
 %    \begin{macrocode}
 \newenvironment{description}{\list{}{\labelwidth\z@
@@ -1373,7 +1373,7 @@
 % \begin{macro}{\theenumii}
 % \begin{macro}{\theenumiii}
 % \begin{macro}{\theenumiv}
-%    The counters are already defined in \file{latex.dtx}, but their
+%    The counters are already defined in the \LaTeX{} format, but their
 %    representation is changed here.
 %
 %    \begin{macrocode}
@@ -2349,7 +2349,7 @@ COLOR LAYER\\[.75in]%
 %
 % \changes{v2.2j}{1994/03/11}{Corrected \cs{@oval}, like previous
 % \changes{v2.4a}{2016/03/29}{Initialize in \cs{@oval}tests added for
-%    latex/4452} change to \file{latex.dtx}.}
+%    latex/4452} change to the \LaTeX{} format.}
 %    \begin{macrocode}
 \def\line(#1,#2)#3{\if at visible\@xarg #1\relax \@yarg #2\relax
 \@linelen #3\unitlength
diff --git a/required/tools/array.dtx b/required/tools/array.dtx
index eab451fc..ba88aba7 100644
--- a/required/tools/array.dtx
+++ b/required/tools/array.dtx
@@ -33,7 +33,7 @@
 %<+package>\DeclareCurrentRelease{}{2020-10-01}
 %<+package>
 %<+package>\ProvidesPackage{array}
-%<+package>         [2021/07/12 v2.5f Tabular extension package (FMi)]
+%<+package>         [2021/10/04 v2.5f Tabular extension package (FMi)]
 %
 % \fi
 %
@@ -927,12 +927,12 @@
 %    \textsf{token} is stored in the
 %    \textsf{count} register =\@lastchclass=.
 %    All of the mentioned registers are already allocated in
-%    \texttt{latex.tex},
+%    the \LaTeX{} format,
 %    which is the reason why the following three lines of code are
 %    commented out.
 %    Later throughout the text I will not mention it again explicitly
 %    whenever I use a =%= sign. These parts are already defined in
-%    \texttt{latex.tex}.
+%    the \LaTeX{} format.
 %    \begin{macrocode}
 % \newcount \@chclass
 % \newcount \@chnum





More information about the latex3-commits mailing list.