[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: remove some stuttering, fixes #380 [ci skip] (43764778)
Frank Mittelbach
frank.mittelbach at latex-project.org
Thu Aug 27 18:29:56 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/43764778c2bdbd54933c9522a736079c5b1e3834
>---------------------------------------------------------------
commit 43764778c2bdbd54933c9522a736079c5b1e3834
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Thu Aug 27 18:29:56 2020 +0200
remove some stuttering, fixes #380 [ci skip]
>---------------------------------------------------------------
43764778c2bdbd54933c9522a736079c5b1e3834
base/ltfilehook.dtx | 4 ++--
base/ltfssini.dtx | 4 ++--
base/lthooks.dtx | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/base/ltfilehook.dtx b/base/ltfilehook.dtx
index b244c1ec..45f8f9fc 100644
--- a/base/ltfilehook.dtx
+++ b/base/ltfilehook.dtx
@@ -32,7 +32,7 @@
%
% \begin{macrocode}
\providecommand\ltfilehookversion{v1.0a}
-\providecommand\ltfilehookdate{2020/08/25}
+\providecommand\ltfilehookdate{2020/08/27}
% \end{macrocode}
%
%<*driver>
@@ -119,7 +119,7 @@
% \item[\texttt{file/before}, \texttt{file/before/\meta{file-name}}]
%
% These hooks are executed in that order just before the file is
-% loaded for reading. The code of the first hook is used is used
+% loaded for reading. The code of the first hook is used
% with every file, while the second is executed only for the
% file with matching \meta{file-name} allowing you to specify
% code that only applies to one file.
diff --git a/base/ltfssini.dtx b/base/ltfssini.dtx
index 80ce698d..61d0a793 100644
--- a/base/ltfssini.dtx
+++ b/base/ltfssini.dtx
@@ -36,7 +36,7 @@
%
%
\ProvidesFile{ltfssini.dtx}
- [2020/08/24 v3.2c LaTeX Kernel (NFSS Initialisation)]
+ [2020/08/27 v3.2c LaTeX Kernel (NFSS Initialisation)]
% \iffalse
\documentclass{ltxdoc}
\begin{document}
@@ -447,7 +447,7 @@
% \begin{itemize}
% \item \cs{bfseries} is called for a family using \texttt{bx}
% (e.g., CMR)
-% \item Switch to a font family that is none of the the meta
+% \item Switch to a font family that is none of the meta
% families, e.g., via \verb=\fontfamily{ptm}\selectfont=
% \item Then none of the real meta families, match but the final
% \verb=\@elt{??}= will.
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 13679849..894f4e21 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -32,7 +32,7 @@
%
% \begin{macrocode}
\def\lthooksversion{v1.0a}
-\def\lthooksdate{2020/08/25}
+\def\lthooksdate{2020/08/27}
% \end{macrocode}
%
%<*driver>
@@ -1015,7 +1015,7 @@
% \item
% execute \meta{code-1},
% \item
-% then execute \verb=\AddToHook{myhook}{code-2}= which adds the the
+% then execute \verb=\AddToHook{myhook}{code-2}= which adds the
% code chunk \meta{code-2} to the hook for use on the next invocation,
% \item
% and finally execute \meta{code-3}.
@@ -1252,7 +1252,7 @@
%
% This hook is executed at the very start of \cs{document}, one can
% think of it as a hook for code at the end of the preamble
-% section and this is how it it is used by \pkg{etoolbox}'s
+% section and this is how it is used by \pkg{etoolbox}'s
% \cs{AtEndPreamble}.
%
%
More information about the latex3-commits
mailing list.