[latex3-commits] [git/LaTeX3-latex3-latex2e] copyedits-chris: small update (fb6c0fec)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Oct 27 10:54:59 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : copyedits-chris
Link : https://github.com/latex3/latex2e/commit/fb6c0fec329bb3ad88ad5b18968585ed02c945f1
>---------------------------------------------------------------
commit fb6c0fec329bb3ad88ad5b18968585ed02c945f1
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Oct 27 10:54:59 2021 +0200
small update
>---------------------------------------------------------------
fb6c0fec329bb3ad88ad5b18968585ed02c945f1
base/doc/ltnews34.tex | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/base/doc/ltnews34.tex b/base/doc/ltnews34.tex
index 763fffa0..e8f96bf0 100644
--- a/base/doc/ltnews34.tex
+++ b/base/doc/ltnews34.tex
@@ -619,7 +619,8 @@ Since 2020, as noted in \LaTeX\ News 32~\cite{34:ltnews32}, \LaTeX\ has
recorded the name of the counter associated with the current label in
the internal command \cs{@currentcounter}. This facility (originally
from the \pkg{zref} package of Heiko Oberdiek) can be used to generate
-prefixes such as \enquote{Figure} before the reference text.
+prefixes such as \enquote{Figure} before the reference text,
+as long as the counter is not counting different objects in a single sequence (e.g., lemmas and theorems).
%
In the most
common cases the current label is set by \cs{refstepcounter}, which
@@ -682,8 +683,8 @@ behavior. This bug has been fixed by applying the same argument
processors to all the embellishments in a set, so that a declaration like:
\begin{verbatim}
\NewDocumentCommand\foo{>{\TrimSpaces}e{_^}}
- {(#1)[#2]}
- \foo^{ a }_{ b }
+ {(#1)[#2]}
+ \foo^{ a }_{ b }
\end{verbatim}
will now correctly apply \cs{TrimSpaces} to both arguments.
%
More information about the latex3-commits
mailing list.