[latex3-commits] [latex3/latex2e] develop, double-words: double words in base (18c7336e)

github at latex-project.org github at latex-project.org
Sat Dec 2 23:56:04 CET 2023


Repository : https://github.com/latex3/latex2e
On branches: develop,double-words
Link       : https://github.com/latex3/latex2e/commit/18c7336e246446dc2f3bf7aa315a0e14454c293b

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

commit 18c7336e246446dc2f3bf7aa315a0e14454c293b
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Dec 2 23:56:04 2023 +0100

    double words in base


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

18c7336e246446dc2f3bf7aa315a0e14454c293b
 base/doc.dtx          | 6 +++---
 base/doc/clsguide.tex | 4 ++--
 base/doc/usrguide.tex | 4 ++--
 base/doc/webcomp.err  | 2 +-
 base/ltmarks.dtx      | 4 ++--
 base/ltplain.dtx      | 6 +++---
 base/slifonts.fdd     | 6 +++---
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/base/doc.dtx b/base/doc.dtx
index 75e04cc2..961ccdb1 100644
--- a/base/doc.dtx
+++ b/base/doc.dtx
@@ -3109,9 +3109,9 @@
 %    done by the |\ifnot at excluded| macro which assumes that the
 %    macro name is saved in |\macro at namepart|.  The character
 %    mustn't be stored with a special category code or exclusion from
-%    the index won't work, so we we use \cs{string} to normalize it
-%    the same way it is done in \cs{DoNotIndex}, i.e. everything ends up catcode 12
-%    except for the space character.
+%    the index won't work, so we use \cs{string} to normalize it
+%    the same way it is done in \cs{DoNotIndex}, i.e. everything ends up
+%    catcode 12 except for the space character.
 % \changes{v2.0e}{1998/12/28}{Correctly use the case-changing trick.}
 % \changes{v3.0l}{2022/11/03}{No longer using the case-changing trick.}
 %    \begin{macrocode}
diff --git a/base/doc/clsguide.tex b/base/doc/clsguide.tex
index 457f74f2..1a871dda 100644
--- a/base/doc/clsguide.tex
+++ b/base/doc/clsguide.tex
@@ -42,7 +42,7 @@
     \texttt{clsguide.tex} for full details.}%
 }
 
-\date{2023-10-24}
+\date{2023-12-02}
 
 \NewDocumentCommand\cs{m}{\texttt{\textbackslash\detokenize{#1}}}
 \NewDocumentCommand\marg{m}{\arg{#1}}
@@ -891,7 +891,7 @@ unknown option on to a non-keyval class such as \pkg{article}:
 The |\ProcessKeyOptions| function is used to check the current option list
 against the keys defined for \m{family}. Global (class) options and local
 (package) options are checked when this function is called in a package.
-The command will process \emph{all} options given the the current
+The command will process \emph{all} options given the current
 package or class: there is no need to also apply \cs{ProcessOptions}.
 
 \begin{decl}
diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index 87f4c0d2..1f8b3b52 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -43,7 +43,7 @@
     \texttt{usrguide.tex} for full details.}%
 }
 
-\date{2023-11-28}
+\date{2023-12-02}
 
 \NewDocumentCommand\cs{m}{\texttt{\textbackslash\detokenize{#1}}}
 \NewDocumentCommand\marg{m}{\arg{#1}}
@@ -963,7 +963,7 @@ The differences between \cs{New...}, \cs{Renew...}, and
 \begin{decl}
   |\ShowEnvironment|       \arg{env}
 \end{decl}
-This displays the meaning of the begin end end code for environment \meta{env}.
+This displays the meaning of the begin and end code for environment \meta{env}.
 
 
 
diff --git a/base/doc/webcomp.err b/base/doc/webcomp.err
index 1b3b7a24..aabef281 100644
--- a/base/doc/webcomp.err
+++ b/base/doc/webcomp.err
@@ -373,7 +373,7 @@ preferable in a form usable for this file, i.e.,
 \begin{flushleft}
 |\erroronpage{|\textit{page-number}|}{|\textit{line-identification}|}{|%
    \textit{your-initials}|}{|\textit{date}|}{}| \\
-   \hspace*{2em}\textit{description of the the errata}
+   \hspace*{2em}\textit{description of the errata}
 \end{flushleft}
 Here is an example:
 \begin{verbatim}
diff --git a/base/ltmarks.dtx b/base/ltmarks.dtx
index 677534dd..8d6d97e2 100644
--- a/base/ltmarks.dtx
+++ b/base/ltmarks.dtx
@@ -16,7 +16,7 @@
 %
 %    \begin{macrocode}
 \def\ltmarksversion{v1.0d}
-\def\ltmarksdate{2022/06/01}
+\def\ltmarksdate{2023/12/02}
 %    \end{macrocode}
 %<*driver>
 \documentclass{l3doc}
@@ -867,7 +867,7 @@
 %    \end{macrocode}
 %    After having removed the last box from the current list (if there
 %    was one)
-%    we check if the list is now empty. If not, the the last box is
+%    we check if the list is now empty. If not, the last box is
 %    definitely not the one from \tn{enlargethispage} and so we can
 %    and should leave it alone. Otherwise we check if this last box is
 %    a \tn{vbox}.
diff --git a/base/ltplain.dtx b/base/ltplain.dtx
index 566fee74..560ffdb5 100644
--- a/base/ltplain.dtx
+++ b/base/ltplain.dtx
@@ -32,7 +32,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltplain.dtx}
-             [2023/11/07 v2.3j LaTeX Kernel (Plain TeX)]
+             [2023/12/02 v2.3j LaTeX Kernel (Plain TeX)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltplain.dtx}
@@ -1263,7 +1263,7 @@
 %    line ending characters and in that mode \TeX{} discards
 %    everything from that point onwards to the real end of the line so
 %    it works like a comment --- pretty strange really (and I think
-%    due to the fact the the original pascal compiler could have some
+%    due to the fact that the original pascal compiler could have some
 %    garbage showing up after the normal line ending character. Thus
 %    we really have to make sure that any closing braces is not one
 %    the same line as an |^^M|, because otherwise it would get dropped
@@ -1293,7 +1293,7 @@
 %    one that is current when \cs{obeylines} act.
 %
 %    There is a small subtlety here: in an \cs{edef} the active |^^M| stayed
-%    put (because it was equal to to the primitive \cs{par}), now
+%    put (because it was equal to the primitive \cs{par}), now
 %    \cs{obeyedline} expands and you get what it  contains, i.e., in that
 %    case \cs{par}, into the \cs{edef} or \cs{mark} unless we use
 %    \cs{protected} on it.
diff --git a/base/slifonts.fdd b/base/slifonts.fdd
index 5b669750..f77388b3 100644
--- a/base/slifonts.fdd
+++ b/base/slifonts.fdd
@@ -45,7 +45,7 @@
 %<*driver, >
             \ProvidesFile{sfonts.drv}
 %</driver, >
-        [2019/07/09 v2.2f Standard LaTeX slide font definitions]
+        [2023/12/02 v2.2f Standard LaTeX slide font definitions]
 %
 %<*driver>
 \documentclass{ltxdoc}
@@ -95,7 +95,7 @@
 % \section{Introduction}
 %
 % This file contains the external font information for special
-% variants of the the Computer Modern fonts to be used for overhead
+% variants of the Computer Modern fonts to be used for overhead
 % slides. They allow to produce slides in a similar fashion as it was
 % originally done by \SliTeX{}.
 %
@@ -103,7 +103,7 @@
 % format. Instead the standard format may be used and internally only
 % different font definition files come into play.
 %
-% Note, that that you therefore can easily produce slides in different
+% Note that you therefore can easily produce slides in different
 % fonts just by calling an appropriate package (like |times|) in
 % your |\usepackage| command. This works, for example, with all
 % fonts that are defined to be scalable (eg PostScript fonts) since





More information about the latex3-commits mailing list.