[latex3-commits] [git/LaTeX3-latex3-latex2e] gh639: grrrr... ltxguide (d5edc64b)
PhelypeOleinik
phelype.oleinik at latex-project.org
Sat Aug 7 05:54:03 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : gh639
Link : https://github.com/latex3/latex2e/commit/d5edc64bdf422ed5cfda185f12007c33c74b74da
>---------------------------------------------------------------
commit d5edc64bdf422ed5cfda185f12007c33c74b74da
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Sat Aug 7 00:54:03 2021 -0300
grrrr... ltxguide
And line wrapping
>---------------------------------------------------------------
d5edc64bdf422ed5cfda185f12007c33c74b74da
base/doc/ltnews34.tex | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/base/doc/ltnews34.tex b/base/doc/ltnews34.tex
index bd80eee4..f3ba6f64 100644
--- a/base/doc/ltnews34.tex
+++ b/base/doc/ltnews34.tex
@@ -344,7 +344,8 @@ resulting in too few processors in some cases, leading to unpredictable
behavior. This bug has been fixed by applying the same argument
processors to all the embellishments in a set, so a declaration like:
\begin{verbatim}
-\NewDocumentCommand \foo { >{\TrimSpaces} e{_^} } { (#1)[#2] }
+\NewDocumentCommand\foo{>>{\TrimSpaces}e{_^}}
+ {(#1)[#2]}
\foo^{ a }_{ b }
\end{verbatim}
will now correctly apply \cs{TrimSpaces} to both arguments.
More information about the latex3-commits
mailing list.