[latex3-commits] [latex3/latex2e] develop: Revise ltnews39 entry (c8eba71e)
github at latex-project.org
github at latex-project.org
Fri Dec 1 13:13:27 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/c8eba71e843d8e42ab457f756ea8052833332474
>---------------------------------------------------------------
commit c8eba71e843d8e42ab457f756ea8052833332474
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Nov 30 08:20:17 2023 +0000
Revise ltnews39 entry
>---------------------------------------------------------------
c8eba71e843d8e42ab457f756ea8052833332474
base/doc/ltnews39.tex | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/doc/ltnews39.tex b/base/doc/ltnews39.tex
index c4a7acac..c2932e5e 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -210,10 +210,10 @@ Creating document commands using \cs{NewDocumentCommand}, etc., provides a very
flexible way of grabbing arguments. When the document command only takes simple
mandatory arguments, this has to-date added an overhead that could be avoided.
We have now refined the internal code path such that \enquote{simple} document
-commands avoid any overhead at point-of-use, making the results as efficient as
-using \cs{newcommand} for low-level \TeX{} constructs. Note that
-as \cs{NewDocumentCommand} makes engine-robust commands, the direct
-equivalent to \cs{newcommand} is \cs{NewExpandableDocumentCommand}.
+commands avoid almost any overhead at point-of-use, making the results
+essentially as efficient as using \cs{newcommand} for low-level \TeX{}
+constructs. Note that as \cs{NewDocumentCommand} makes engine-robust commands,
+the direct equivalent to \cs{newcommand} is \cs{NewExpandableDocumentCommand}.
%
\githubissue{1189}
More information about the latex3-commits
mailing list.