[latex3-commits] [latex3/latex2e] develop: Correct typos in lttextcompt.dtx (15927cac)

github at latex-project.org github at latex-project.org
Fri Feb 2 08:48:45 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/15927cac6065ee11881fc0467ae32982de467bc8

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

commit 15927cac6065ee11881fc0467ae32982de467bc8
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Feb 2 07:06:07 2024 +0800

    Correct typos in lttextcompt.dtx


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

15927cac6065ee11881fc0467ae32982de467bc8
 base/lttextcomp.dtx | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/base/lttextcomp.dtx b/base/lttextcomp.dtx
index f00b6a42..beb86699 100644
--- a/base/lttextcomp.dtx
+++ b/base/lttextcomp.dtx
@@ -37,7 +37,7 @@
 %
 %
 \ProvidesFile{lttextcomp.dtx}
-             [2024/01/27 v1.1a LaTeX Kernel (text companion symbols)]
+             [2024/02/02 v1.1a LaTeX Kernel (text companion symbols)]
 % \iffalse
 \documentclass{ltxdoc}
 \begin{document}
@@ -167,8 +167,8 @@
 %    for which a subsetting is wanted (currently always \texttt{TS1},
 %    and most likely forever), the \emph{font family} for which we
 %    declare the subset and finally the \emph{subset} number (between
-%    \texttt{0} (all of the encoding is supported) and \texttt{9} many
-%    glyphs are missing.
+%    \texttt{0} (all of the encoding is supported) and \texttt{9} (many
+%    glyphs are missing).
 %
 %    For \texttt{TS1} the numbers have been chosen in a way that most
 %    fonts can be fairly correctly categorized, but the default
@@ -2364,19 +2364,19 @@
 %    \end{macrocode}
 %
 %    For the purpose of this check a glyph exists if the font slot is
-%    occupied---to bad if that contains the wrong glyph or some tofu.
+%    occupied---too bad if that contains the wrong glyph or some tofu.
 %    If it ``exists'' we return 0 otherwise 1. This way we can call
 %    this macro several times in a row and obtain a number that is 0
 %    if all glyphs are existing or greater than 0 if any of them is
 %    missing.
 %
 %    The second argument (holding the command name for a symbol) is
-%    not used during tese tests.
+%    not used during these tests.
 %    \begin{macrocode}
 \def\doesglyphexist#1#2{\iffontchar\testFont #1 0\else 1\relax \fi}
 %    \end{macrocode}
 %
-%    This macro also tests and outputs some information about the the
+%    This macro also tests and outputs some information about the
 %    symbol if it is missing. This time we make use of the second
 %    argument.
 %    \begin{macrocode}
@@ -2394,7 +2394,7 @@
 %    sub-encoding $x$ (\texttt{\#2}) to $x+1$ (\texttt{\#3}). As far
 %    as the code is concerned, the
 %    symbols that are supposed to be always available (the core)
-%    become available if we test the group \texttt{-1},\texttt{0}.
+%    become available if we test the group \texttt{-1} and \texttt{0}.
 %
 %    The first argument contains the testing code and is supposed to
 %    return a single number greater or equal to zero.
@@ -2426,7 +2426,7 @@
 %    \begin{macrocode}
     {\let\doesglyphexist \glyphmissingdetails #1}%
 %    \end{macrocode}
-%    And because we had misses we have definitely have found the subset.
+%    And because we had misses we have definitely found the subset.
 %    \begin{macrocode}
     \safesubencodingfoundtrue
   \fi
@@ -2434,7 +2434,7 @@
 %    \end{macrocode}
 %
 %    The currently defined subset for the family is either stored in
-%    \cs{TS1:}\meta{family} if it was declared, or it is the default
+%    \cs{TS1:\meta{family}} if it was declared, or it is the default
 %    subset which is stored in \cs{TS1:?}.
 %    \begin{macrocode}
 \def\currsubencoding#1{\csname TS1:\ifcsname TS1:#1\endcsname #1\else ?\fi\endcsname}





More information about the latex3-commits mailing list.