[latex3-commits] [git/LaTeX3-latex3-latex2e] typo-fix: Merge branch 'develop' Update ltfilehook.dtx, ltpage.dtx, ltpageno.dtx, ltpictur.dtx, ltsect.dtx, ltxdoc.dtx, ltxref.dtx to remove typos found in #428, #429 (1c45f4a3)

Johannes Braams texniek at braams.xs4all.nl
Sat Dec 5 22:19:03 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : typo-fix
Link       : https://github.com/latex3/latex2e/commit/1c45f4a37481c3a1e7dfd92a6963bc8cb637e632

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

commit 1c45f4a37481c3a1e7dfd92a6963bc8cb637e632
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date:   Sat Dec 5 22:19:03 2020 +0100

    Merge branch 'develop'
    Update ltfilehook.dtx, ltpage.dtx, ltpageno.dtx, ltpictur.dtx, ltsect.dtx, ltxdoc.dtx, ltxref.dtx to remove typos found in #428, #429


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

1c45f4a37481c3a1e7dfd92a6963bc8cb637e632
 base/ltfilehook.dtx | 20 ++++++++++----------
 base/ltpage.dtx     |  4 ++--
 base/ltpageno.dtx   |  4 ++--
 base/ltpictur.dtx   |  4 ++--
 base/ltsect.dtx     |  4 ++--
 base/ltxdoc.dtx     |  4 ++--
 base/ltxref.dtx     |  8 ++++----
 7 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/base/ltfilehook.dtx b/base/ltfilehook.dtx
index 1f938290..973d9b7e 100644
--- a/base/ltfilehook.dtx
+++ b/base/ltfilehook.dtx
@@ -32,7 +32,7 @@
 %
 %    \begin{macrocode}
 \providecommand\ltfilehookversion{v1.0c}
-\providecommand\ltfilehookdate{2020/10/18}
+\providecommand\ltfilehookdate{2020/12/05}
 %    \end{macrocode}
 %
 %<*driver>
@@ -374,7 +374,7 @@
 %      \em
 %      Please do not misuse this functionality and replace a file with
 %      another unless if really needed and only if the new version is
-%      implementating the same functionality as the original one!
+%      implementing the same functionality as the original one!
 %    \end{quote}
 %  \end{function}
 %
@@ -521,7 +521,7 @@
 %   }
 %   A utility macro to trigger \pkg{expl3}'s file-parsing and lookup,
 %   and return a normalized representation of the file name.  If the
-%   queried file doesn't exist, no normalisation takes place.
+%   queried file doesn't exist, no normalization takes place.
 %   The output of \cs{@@_file_parse_full_name:nN} is passed on to the
 %   |#2|---a 3-argument macro that takes the \meta{path}, \meta{base},
 %   and \meta{ext} parts of the file name.
@@ -881,7 +881,7 @@
 %   A file name is built using
 %   \cs{expandafter}\cs{string}\cs{csname}\meta{filename}\cs{endcsname}
 %   to avoid expanding utf8 active characters.  The \cs{csname} expands
-%   the normalisation machinery and the routine to resolve a file
+%   the normalization machinery and the routine to resolve a file
 %   substitution, returning a control sequence with the same name as the
 %   file.
 %
@@ -911,7 +911,7 @@
 %   actual loaded file.  \cs{@curr at file} is resolved first, to check if
 %   a substitution happens.  If it doesn't,
 %   \cs{@expl@@@filehook at if@file at replaced@@TF} short-cuts and just copies
-%   \cs{@curr at file}, otherwise the full normalisation procedure is
+%   \cs{@curr at file}, otherwise the full normalization procedure is
 %   executed.
 %
 %   At this stage the file name is parsed and normalized, but if the
@@ -1062,7 +1062,7 @@
 % \begin{macro}{\@@_resolve_file_subst:w}
 % \begin{macro}{\@@_normalize_file_name:w}
 % \begin{macro}{\@@_file_name_compose:nnn}
-%   Start by sanitising the file with \cs{@@_file_parse_full_name:nN}
+%   Start by sanitizing the file with \cs{@@_file_parse_full_name:nN}
 %   then do \cs{@@_file_subst_begin:nnn}\Arg{path}\Arg{name}\Arg{ext}.
 %    \begin{macrocode}
 %</2ekernel>
@@ -1086,7 +1086,7 @@
 %   a flag to remember if a substitution happened.  We use this in
 %   \cs{set at curr@file} to short-circuit some of it in case no
 %   substitution happened (by far the most common case, so it's worth
-%   optimising).
+%   optimizing).
 %    \begin{macrocode}
 \flag_new:n { @@_file_replaced }
 \cs_new:Npn \@@_if_file_replaced:TF #1 #2
@@ -1143,8 +1143,8 @@
 %   the macro below, \cs{@@_file_subst_loop:cc} is called with
 %   \cs[no-index]{@file-subst@\meta{file}} and
 %   \cs[no-index]{@file-subst@\cs[no-index]{@file-subst@\meta{file}}};
-%   that is, the substitution of \meta{file} and the substution of that
-%   substution:  the Tortoise walks one step while the Hare walks two.
+%   that is, the substitution of \meta{file} and the substitution of that
+%   substitution: the Tortoise walks one step while the Hare walks two.
 %
 %   Within \cs{@@_file_subst_loop:NN} the two substitutions are
 %   compared, and if they lead to the same file it means that there is
@@ -1413,7 +1413,7 @@
 % \end{macro}
 %
 % \begin{macro}{\@@_log_file_record:n}
-%   This macro is responsible for increasing and decresing the file
+%   This macro is responsible for increasing and decreasing the file
 %   nesting level, as well as printing to the log.  The argument is
 %   either |STOPTART| or |STOP| and the action it takes on the nesting
 %   integer depends on that.
diff --git a/base/ltpage.dtx b/base/ltpage.dtx
index 8c7aac0a..f8e69915 100644
--- a/base/ltpage.dtx
+++ b/base/ltpage.dtx
@@ -33,7 +33,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltpage.dtx}
-             [2020/07/27 v1.0m LaTeX Kernel (page style setup)]
+             [2020/12/05 v1.0m LaTeX Kernel (page style setup)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltpage.dtx}
@@ -260,7 +260,7 @@
 %      the problem is solved.}
 % \changes{v1.0j}{2000/05/26}{Use \cs{@empty} instead of brace group
 %                             (pr/3203).}
-% \task{???}{mark initialisation solved?}
+% \task{???}{mark initialization solved?}
 %    \begin{macrocode}
 \def\@markright#1#2#3{\@temptokena {#1}%
   \unrestored at protected@xdef\@themark{{\the\@temptokena}{#3}}}
diff --git a/base/ltpageno.dtx b/base/ltpageno.dtx
index 6374f58b..650e3bd6 100644
--- a/base/ltpageno.dtx
+++ b/base/ltpageno.dtx
@@ -33,7 +33,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltpageno.dtx}
-             [1994/05/19 v1.1a LaTeX Kernel (Page Numbering)]
+             [2020/12/05 v1.1a LaTeX Kernel (Page Numbering)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltpageno.dtx}
@@ -71,7 +71,7 @@
 % assigned by |\newcount|.
 %
 % \DescribeMacro{\pagenumbering}
-% The user sets the pagenumber style with the |\pagenumbering|\marg{foo}
+% The user sets the page number style with the |\pagenumbering|\marg{foo}
 % command, which sets the page counter to 1 and defines |\thepage| to be
 % |\foo|.  For example, |\pagenumbering{roman}| causes pages to be
 % numbered  i, ii, etc.
diff --git a/base/ltpictur.dtx b/base/ltpictur.dtx
index 5bef4037..a44e8a4b 100644
--- a/base/ltpictur.dtx
+++ b/base/ltpictur.dtx
@@ -32,7 +32,7 @@
 %<*driver>
 % \fi
       \ProvidesFile{ltpictur.dtx}
-                      [2020/08/14 v1.2a LaTeX Kernel (Picture Mode)]
+                      [2020/12/05 v1.2a LaTeX Kernel (Picture Mode)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltpictur.dtx}
@@ -1773,7 +1773,7 @@
 %
 % Initialization: ``|\thinlines|''
 % \changes{v1.1f}{1995/10/27}
-%      {Move initialisation to kernel from autoload file}
+%      {Move initialization to kernel from autoload file}
 %    \begin{macrocode}
 \let\@linefnt\tenln
 \let\@circlefnt\tencirc
diff --git a/base/ltsect.dtx b/base/ltsect.dtx
index 359b445f..50aaa35f 100644
--- a/base/ltsect.dtx
+++ b/base/ltsect.dtx
@@ -31,7 +31,7 @@
 %%% From File: ltsect.dtx
 %<*driver>
 % \fi
-\ProvidesFile{ltsect.dtx}[2020/07/27 v1.1e LaTeX Kernel (Sectioning)]
+\ProvidesFile{ltsect.dtx}[2020/12/05 v1.1e LaTeX Kernel (Sectioning)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltsect.dtx}
@@ -779,7 +779,7 @@
 % \changes{v1.1c}{2018/09/26}{Sometimes mask the endline char when
 %    writing to files (github/73)}
 % \changes{v1.1e}{2020/10/01}{add a fourth argument for better
-%    hyperref compability}
+%    hyperref compatibility}
 %    \begin{macrocode}
 %</2ekernel>
 %<*2ekernel|latexrelease>
diff --git a/base/ltxdoc.dtx b/base/ltxdoc.dtx
index 0c7130c3..698275ec 100644
--- a/base/ltxdoc.dtx
+++ b/base/ltxdoc.dtx
@@ -30,7 +30,7 @@
 %
 %<class>\NeedsTeXFormat{LaTeX2e}
 %<class>\ProvidesClass{ltxdoc}
-%<class>         [2020/10/04 v2.1b Standard LaTeX documentation class]
+%<class>         [2020/12/05 v2.1b Standard LaTeX documentation class]
 %
 %<*driver>
 \documentclass{ltxdoc}
@@ -484,7 +484,7 @@
 %    \end{macrocode}
 %   Set \cs{protect} to a suitable value in the index entries (we
 %   can't use |\set at display@protect| as that would result in different
-%   numer of spaces after a command depending on the number of
+%   number of spaces after a command depending on the number of
 %   expansion happening prior to writing the index).
 %    \begin{macrocode}
       \begingroup
diff --git a/base/ltxref.dtx b/base/ltxref.dtx
index 56ae09c1..4ffa7b57 100644
--- a/base/ltxref.dtx
+++ b/base/ltxref.dtx
@@ -33,7 +33,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltxref.dtx}
-             [2020/08/23 v1.1o LaTeX Kernel (Cross Referencing)]
+             [2020/12/05 v1.1o LaTeX Kernel (Cross Referencing)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltxref.dtx}
@@ -68,10 +68,10 @@
 %  The user writes  |\label|\marg{foo}  to define the following
 %  cross-references:
 %
-%   |\ref|\marg{foo}: value of most recently incremented referencable
+%   |\ref|\marg{foo}: value of most recently incremented referenceable
 %             counter. in the current environment. (Chapter, section,
 %             theorem and enumeration counters are
-%             referencable, footnote counters are not.)
+%             referenceable, footnote counters are not.)
 %
 %   |\pageref|\marg{foo}: page number at which |\label{foo}|  command
 %             appeared.  where  foo  can be any string of characters not
@@ -98,7 +98,7 @@
 \message{x-ref,}
 %    \end{macrocode}
 %
-%  This is implemented as follows.  A referencable counter  CNT  is
+%  This is implemented as follows.  A referenceable counter  CNT  is
 %  incremented by the command  \refstepcounter{CNT} , which sets
 %  \@currentlabel == {CNT}{eval(\p at cnt\theCNT)}.   The command
 %  \label{FOO} then writes the following on file \@auxout :





More information about the latex3-commits mailing list.