[latex3-commits] [latex3/latex2e] develop, double-words: double words in required (16e5a6c5)
github at latex-project.org
github at latex-project.org
Sun Dec 3 00:04:14 CET 2023
Repository : https://github.com/latex3/latex2e
On branches: develop,double-words
Link : https://github.com/latex3/latex2e/commit/16e5a6c5141932cddebe98b31c2b2c9a9c48b412
>---------------------------------------------------------------
commit 16e5a6c5141932cddebe98b31c2b2c9a9c48b412
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Sun Dec 3 00:04:14 2023 +0100
double words in required
>---------------------------------------------------------------
16e5a6c5141932cddebe98b31c2b2c9a9c48b412
required/graphics/trig.dtx | 4 ++--
required/latex-lab/latex-lab-block.dtx | 8 ++++----
required/tools/changes.txt | 2 +-
required/tools/multicol.dtx | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/required/graphics/trig.dtx b/required/graphics/trig.dtx
index 7e80931d..988486c9 100644
--- a/required/graphics/trig.dtx
+++ b/required/graphics/trig.dtx
@@ -19,7 +19,7 @@
%<driver> \ProvidesFile{trig.drv}
% \fi
% \ProvidesFile{trig.dtx}
- [2021/08/11 v1.11 sin cos tan (DPC)]
+ [2023/12/02 v1.11 sin cos tan (DPC)]
%
% \iffalse
%</!plain>
@@ -214,7 +214,7 @@
% \end{macro}
%
% \begin{macro}{\TG at reduce}
-% Repeatedly use one of the the relations
+% Repeatedly use one of the relations
% $\sin(x)=\sin(180-x)=\sin(-180-x)$ to get $x$ in the range $-90 \leq
% x\leq 90$. Then call |\TG at series|.
% \begin{macrocode}
diff --git a/required/latex-lab/latex-lab-block.dtx b/required/latex-lab/latex-lab-block.dtx
index e0a723ca..b72d362e 100644
--- a/required/latex-lab/latex-lab-block.dtx
+++ b/required/latex-lab/latex-lab-block.dtx
@@ -9,7 +9,7 @@
%
% https://www.latex-project.org/lppl.txt
%
-\def\ltlabblockdate{2023-09-01}
+\def\ltlabblockdate{2023-12-02}
\def\ltlabblockversion{0.8h}
%<*driver>
\documentclass{l3doc}
@@ -308,7 +308,7 @@
% \end{TemplateDescription}
%
% The maximum number of \xt{blockenv}s that can be nested into each
-% other is is restricted by the \LaTeX{} counter
+% other is restricted by the \LaTeX{} counter
% \texttt{maxblocklevels} with a default value of \texttt{6}. If this
% value is increased then it is necessary to provide additional
% instances, e.g., \texttt{displayblock-7}, etc. Decreasing is, of
@@ -2630,7 +2630,7 @@
%
% \item Then open an new (inner) structure (by default
% \texttt{Figure} but typically the one specified on the instance).
-% \item At the end of the block close the the inner structure
+% \item At the end of the block close the inner structure
% (\texttt{Figure} or explicit one)
% but leave the \texttt{text-unit} open to be either continued or closed due to a
% following \cs{par}.
@@ -3792,7 +3792,7 @@
\cs_set:Npn \__kernel_list_label_begin: {
%
% FMi: this needs a different logic to decide when to make the label
-% an artifact (after cleaning up the the \item code ), therefore
+% an artifact (after cleaning up the \item code ), therefore
% disabled for now
% \tl_if_empty:oTF \@itemlabel
% {
diff --git a/required/tools/changes.txt b/required/tools/changes.txt
index a9f46a35..065f2453 100644
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@ -21,7 +21,7 @@ All changes above are only part of the development branch for the next release.
2023-11-06 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* verbatim.dtx (subsection{Preliminaries}):
- Update code so that that \verb does not show visible spaces (gh/1160)
+ Update code so that \verb does not show visible spaces (gh/1160)
#########################
# 2023-11-01b Release
diff --git a/required/tools/multicol.dtx b/required/tools/multicol.dtx
index 3c05301f..5fecc619 100644
--- a/required/tools/multicol.dtx
+++ b/required/tools/multicol.dtx
@@ -99,7 +99,7 @@
%<driver> \ProvidesFile{multicol.drv}
% \fi
% \ProvidesFile{multicol.dtx}
- [2023/11/10 v1.9g multicolumn formatting (FMi)]
+ [2023/12/02 v1.9g multicolumn formatting (FMi)]
%
%
%%
@@ -2376,7 +2376,7 @@
% If |\raggedcolumns| is in force we add a |vfill| at the bottom by
% unboxing the split box.
% But we need to unbox anyway to ensure that at the end of the box
-% we do not have unwanted space. This can sneak in in certain
+% we do not have unwanted space. This can sneak in, in certain
% situations, for example, if two lists follow each other and we
% break between them. While such space is usually zero it still has
% an effect because it hides depth of the last line in the column
@@ -3788,7 +3788,7 @@
% This macro splits a box to \cs{maxdimen} in order to get at the
% marks inside. If it turns out that we have a remainder after the
% split (e.g., if there was a \cs{columnbreak} in the material) we
-% stitch the the two parts together again (which omits the forced
+% stitch the two parts together again (which omits the forced
% break) and recurse. Eventually, everything is split off and the
% split marks will then have the appropriate values.
% \changes{v1.9g}{2023/11/10}{Get rid of forced breaks for mark
More information about the latex3-commits
mailing list.