[latex3-commits] [git/LaTeX3-latex3-latex2e] copyedits-chris: dropped a couple of double words I noticed (de7f7667)

Frank Mittelbach frank.mittelbach at latex-project.org
Fri Sep 10 14:03:34 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : copyedits-chris
Link       : https://github.com/latex3/latex2e/commit/de7f76670b439dc738a379ca4f986aed58708ed3

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

commit de7f76670b439dc738a379ca4f986aed58708ed3
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Fri Sep 10 14:03:34 2021 +0200

    dropped a couple of double words I noticed


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

de7f76670b439dc738a379ca4f986aed58708ed3
 base/ltclass.dtx   | 2 +-
 base/ltcmd.dtx     | 2 +-
 base/ltexpl.dtx    | 2 +-
 base/ltfsstrc.dtx  | 2 +-
 base/ltpara.dtx    | 4 ++--
 base/ltshipout.dtx | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index a6c846d2..06e0f437 100644
--- a/base/ltclass.dtx
+++ b/base/ltclass.dtx
@@ -2342,7 +2342,7 @@
 % \changes{v1.3u}{2020/11/20}
 %         {Copy option list to the requested package.}
 % \changes{v1.4c}{2021/06/06}
-%         {Copy raw raw options for gh/580}
+%         {Copy raw options for gh/580}
 %    \begin{macrocode}
     \expandafter\let
       \csname opt@\@currpkg at reqd\expandafter\endcsname
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index 1c18c14e..f4665a90 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -4167,7 +4167,7 @@
 %   token is a control sequence, also check that the \meta{csname} is
 %   the same as the control sequence peeked at.  This extra verification
 %   is necessary when the command is delimited by control sequence tokens
-%   (as opposed to character tokens), and we want the the exact same
+%   (as opposed to character tokens), and we want the exact same
 %   control sequence to match.
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_peek_meaning:NTF
diff --git a/base/ltexpl.dtx b/base/ltexpl.dtx
index 6d7ec3ff..021edc64 100644
--- a/base/ltexpl.dtx
+++ b/base/ltexpl.dtx
@@ -86,7 +86,7 @@
 %    \end{macrocode}
 %    We only initialize these kernel hooks if they are not already
 %    existing. Otherwise they would be set to \cs{@empty} on rollback
-%    which would be wrong because code that has been added to to them
+%    which would be wrong because code that has been added to them
 %    may still have to be executed in the rollback situation . Instead
 %    code that writes to them needs to handle the rollback as needed.
 %    It is likely that we have to change that approach in the future,
diff --git a/base/ltfsstrc.dtx b/base/ltfsstrc.dtx
index c6aec105..f562a4fa 100644
--- a/base/ltfsstrc.dtx
+++ b/base/ltfsstrc.dtx
@@ -495,7 +495,7 @@
       \delayed at f@adjustment
 %    \end{macrocode}
 %    We then check if the resulting cominbation is valid but for this
-%    we have to make sure the the appropiate \texttt{.fd} is loaded if
+%    we have to make sure that the appropiate \texttt{.fd} is loaded if
 %    that hasn't happened so far.
 %    \begin{macrocode}
       \maybe at load@fontshape
diff --git a/base/ltpara.dtx b/base/ltpara.dtx
index 741ac66b..22edac2f 100644
--- a/base/ltpara.dtx
+++ b/base/ltpara.dtx
@@ -468,7 +468,7 @@
 %
 %    The commands \cs{RawIndent} and \cs{RawNoindent} are not meant
 %    for normal paragraph building (where the result is a textual
-%    paragraph in the the traditional meaning of the word), but for
+%    paragraph in the traditional meaning of the word), but for
 %    special cases where \TeX{}'s low-level algorithm is used to
 %    achieve special effects, but where the result is not a
 %    \enquote{paragraph}.
@@ -989,7 +989,7 @@
 %    changed modes even if you don't have any hook code because it is
 %    the instered \cs{lst at vskip} that is causing it. That happened
 %    when the output routines got started while a \texttt{lstlisting}
-%    environment (that redefines \cs{vskip} in this way) was was
+%    environment (that redefines \cs{vskip} in this way) was
 %    active. This is really faulty coding, but we try to be proactive
 %    and guard the conditional so thatany scanning is stopped before it:
 %    \begin{macrocode}
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index 6e687ee4..7f6555d1 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -283,7 +283,7 @@
 %       includes the background and foreground material).
 %
 %       \textbf{Note:} Just like \hook{shipout/before} this hook is
-%       not meant to be used for adding adding typeset material back
+%       not meant to be used for adding typeset material back
 %       to the main vertical list---it might vanish or the
 %       vertical spacing will be wrong!
 %





More information about the latex3-commits mailing list.