[latex3-commits] [latex3/latex3] main: Fix typos in `l3term-glossary.tex` (bab82d40e)
github at latex-project.org
github at latex-project.org
Fri May 19 10:10:28 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/bab82d40ef9ee5c571837a25f4f1cff31b591cb3
>---------------------------------------------------------------
commit bab82d40ef9ee5c571837a25f4f1cff31b591cb3
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Fri May 19 16:09:26 2023 +0800
Fix typos in `l3term-glossary.tex`
>---------------------------------------------------------------
bab82d40ef9ee5c571837a25f4f1cff31b591cb3
l3kernel/doc/l3term-glossary.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/doc/l3term-glossary.tex b/l3kernel/doc/l3term-glossary.tex
index af204870d..2a8a55d6e 100644
--- a/l3kernel/doc/l3term-glossary.tex
+++ b/l3kernel/doc/l3term-glossary.tex
@@ -48,7 +48,7 @@ This file describes aspects of \TeX{} programming that are relevant in a
Tokenization.
Treatment of spaces, such as the trap that \verb|\~~a| is equivalent to
-\verb|\~a| in expl syntax, or that \verb|~| fails to give a space at the
+\verb|\~a| in \pkg{expl3} syntax, or that \verb|~| fails to give a space at the
beginning of a line.
\section{Structure of tokens}
@@ -150,7 +150,7 @@ prevent brace-stripping).
\TeX{} uses the hash (octothorpe) character |#| to denote parameters for
macros: these must be numbered sequentially. To allow handling of nested
-marcos, \TeX{} requires that for each nesting level, hash tokens are doubled.
+macros, \TeX{} requires that for each nesting level, hash tokens are doubled.
For example
\begin{verbatim}
\cs_new:Npn \mypkg_outer:N #1
@@ -174,7 +174,7 @@ exactly one argument. If we then do
\end{verbatim}
i.e.~the hash is not doubled, but is now the parameter of this macro.
-Exactlt the same concept applies to anywhere that inline code is nested in
+Exactly the same concept applies to anywhere that inline code is nested in
\pkg{expl3}, for example inline mapping code, key definitions, etc.
\end{document}
More information about the latex3-commits
mailing list.