[latex3-commits] [git/LaTeX3-latex3-latex3] master: s/LaTeX3/ (4984c2f9f)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Feb 8 00:39:22 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/4984c2f9f5e6308f980a25a46117873a617a7865

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

commit 4984c2f9f5e6308f980a25a46117873a617a7865
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Feb 7 22:33:22 2021 +0000

    s/LaTeX3/


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

4984c2f9f5e6308f980a25a46117873a617a7865
 l3kernel/doc/source3body.tex | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/l3kernel/doc/source3body.tex b/l3kernel/doc/source3body.tex
index 4361c014d..219681347 100644
--- a/l3kernel/doc/source3body.tex
+++ b/l3kernel/doc/source3body.tex
@@ -72,7 +72,7 @@ independent programming language.
 % Each of the following \DocInput lines includes a file with extension
 % .dtx. Each of these files may be typeset separately. For instance
 %   pdflatex l3box.dtx
-% will typeset the source of the LaTeX3 box commands.
+% will typeset the source of the LaTeX box commands.
 %
 % If this file is processed, each of these separate dtx files will be
 % contained as a part of a single document.
@@ -91,7 +91,7 @@ independent programming language.
 \part{Introduction to \pkg{expl3} and this document}
 
 This document is intended to act as a comprehensive reference manual
-for the \pkg{expl3} language. A general guide to the \LaTeX3
+for the \pkg{expl3} language. A general guide to the \pkg{expl3}
 programming language is found in \href{expl3.pdf}{expl3.pdf}.
 
 \section{Naming functions and variables}
@@ -403,7 +403,7 @@ expected behaviour.
 
 \section{Formal language conventions which apply generally}
 
-As this is a formal reference guide for \LaTeX3 programming, the descriptions
+As this is a formal reference guide for \pkg{expl3} programming, the descriptions
 of functions are intended to be reasonably \enquote{complete}. However, there
 is also a need to avoid repetition. Formal ideas which apply to general
 classes of function are therefore summarised here.
@@ -416,10 +416,10 @@ and a predicate (|_p|) variant is available, the logical value determined by
 the test is left in the input stream: this will typically be part of a larger
 logical construct.
 
-\section{\TeX{} concepts not supported by \LaTeX3{}}
+\section{\TeX{} concepts not supported by \pkg{expl3}}
 
 The \TeX{} concept of an \enquote{\cs{outer}} macro is \emph{not supported}
-at all by \LaTeX3{}. As such, the functions provided here may break when
+at all by \pkg{expl3}. As such, the functions provided here may break when
 used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments.
 
 \DisableImplementation





More information about the latex3-commits mailing list.