[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: spellchecking usrguide3 (5d2974a7)

Frank Mittelbach frank.mittelbach at latex-project.org
Fri Jan 7 13:34:14 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/5d2974a7ad59cd10e8f9d0f82859894f61ea29f4

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

commit 5d2974a7ad59cd10e8f9d0f82859894f61ea29f4
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Fri Jan 7 13:34:14 2022 +0100

    spellchecking usrguide3


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

5d2974a7ad59cd10e8f9d0f82859894f61ea29f4
 base/doc/usrguide3.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/base/doc/usrguide3.tex b/base/doc/usrguide3.tex
index f31fbad1..249b7089 100644
--- a/base/doc/usrguide3.tex
+++ b/base/doc/usrguide3.tex
@@ -788,7 +788,7 @@ Section~\ref{sec:preconstructing-csnames}.
 This displays the meaning of the \meta{cmd} on the terminal and then
 stops (just like the primitive \cs{show}). The difference is that it
 correctly shows the meaning of more complex commands, e.g., in case of
-robusts commands it displays not only the top-level definition but
+robust commands it displays not only the top-level definition but
 also the actual payload code and in case of commands declared with
 \cs{NewDocumentCommand}, etc.\ it also gives you detailed information
 about the argument signature.
@@ -858,7 +858,7 @@ construct a command from a string only for the second argument of
 \end{verbatim}
 There are several other single letters supported in the L3 programming
 layer that \emph{could} be used in the \meta{spec} to manipulate
-arguments in other ways.  If you are interested take a look at the
+arguments in other ways.  If you are interested, take a look at the
 \enquote{Argument expansion} section in the L3 programming layer
 documentation in \texttt{interface3.pdf}.
 
@@ -956,7 +956,7 @@ which produces the following output:
   The expandable command \cs{inteval} takes as its argument an integer
   expression and produces a result using the normal rules of
   mathematics with some restrictions, see below. The operations
-  recognised are |+|, |-|, |*| and |/| plus parentheses.  As this
+  recognized are |+|, |-|, |*| and |/| plus parentheses.  As this
   command is expandable it can be used where \TeX{} requires a number
   and for example within a low-level \cs{edef} operation to give a
   purely numerical result.
@@ -991,7 +991,7 @@ which results in
 \end{decl}
 
 Similar to \cs{inteval} but computing a length (\texttt{dimen}) or a
-rubber length (\texttt{skip}) value. Both are thin wrappers arround
+rubber length (\texttt{skip}) value. Both are thin wrappers around
 the corresponding engine primitives, which makes them fast, but
 therefore shows the same syntax peculiars as discussed
 above. Nevertheless, in practice they are usually sufficient.  For





More information about the latex3-commits mailing list.