[latex3-commits] [git/LaTeX3-latex3-latex3] main: 'expl3' in term glossary (b2864f376)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Nov 30 07:06:35 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/b2864f37618e7a6a3894b9b2bfddb72c42f975bb

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

commit b2864f37618e7a6a3894b9b2bfddb72c42f975bb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Nov 10 07:42:11 2022 +0000

    'expl3' in term glossary


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

b2864f37618e7a6a3894b9b2bfddb72c42f975bb
 l3kernel/doc/l3term-glossary.tex | 22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

diff --git a/l3kernel/doc/l3term-glossary.tex b/l3kernel/doc/l3term-glossary.tex
index 930982500..25ab4e8a6 100644
--- a/l3kernel/doc/l3term-glossary.tex
+++ b/l3kernel/doc/l3term-glossary.tex
@@ -41,7 +41,7 @@ The released version of this bundle is available from CTAN.
 \maketitle
 
 This file describes aspects of \TeX{} programming that are relevant in a
-\LaTeX3 context.
+\pkg{expl3} context.
 
 \section{Reading a file}
 
@@ -79,7 +79,7 @@ The meaning of a (non-active) character token is fixed by its category
 code (and character code) and cannot be changed.  We call these tokens
 \emph{explicit} character tokens.  Category codes that a character token
 can have are listed below by giving a sample output of the \TeX{}
-primitive \tn{meaning}, together with their \LaTeX3 names and most
+primitive \tn{meaning}, together with their \pkg{expl3} names and most
 common example:
 \begin{itemize}
   \item[1] begin-group character (|group_begin|, often |{|),
@@ -103,11 +103,11 @@ to that of any character token listed above (with any character code),
 and we call such tokens \emph{implicit} character tokens.  The meaning
 is otherwise in the following list:
 \begin{itemize}
-  \item a macro, used in \LaTeX3 for most functions and some variables
+  \item a macro, used in \pkg{expl3} for most functions and some variables
     (|tl|, |fp|, |seq|, \ldots{}),
-  \item a primitive such as \tn{def} or \tn{topmark}, used in \LaTeX3
+  \item a primitive such as \tn{def} or \tn{topmark}, used in \pkg{expl3}
     for some functions,
-  \item a register such as \tn{count}|123|, used in \LaTeX3{} for the
+  \item a register such as \tn{count}|123|, used in \pkg{expl3} for the
     implementation of some variables (|int|, |dim|, \ldots{}),
   \item a constant integer such as \tn{char}|"56| or
     \tn{mathchar}|"121|, used when defining a constant using
@@ -116,7 +116,7 @@ is otherwise in the following list:
   \item undefined.
 \end{itemize}
 Macros can be \tn{protected} or not, \tn{long} or not (the opposite of
-what \LaTeX3 calls |nopar|), and \tn{outer} or not (unused in \LaTeX3).
+what \pkg{expl3} calls |nopar|), and \tn{outer} or not (unused in \pkg{expl3}).
 Their \tn{meaning} takes the form
 \begin{quote}
   \meta{prefix} |macro:|\meta{argument}|->|\meta{replacement}
@@ -146,14 +146,4 @@ removed) becomes the argument.  Note that explicit space characters at
 the start of the argument are \emph{not} ignored in this case (and they
 prevent brace-stripping).
 
-\section{Quantities and expressions}
-
-Integer denotations, dimensions, glue (including \texttt{fill} and \texttt{true pt} and the like).
-
-Syntax of integer expressions (including the trap that \verb|-(1+2)| is invalid).
-
-\section{\LaTeX3 terms}
-
-Terms like ``intexpr'' or ``seq var'' used in syntax blocks.
-
 \end{document}





More information about the latex3-commits mailing list.