[latex3-commits] [git/LaTeX3-latex3-latex3] main: Add \tracingstacklevels (825ec0138)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Mar 19 09:52:03 CET 2021


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

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

commit 825ec0138a525bcacaec3174467b9d5abe5df2a0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 19 08:52:03 2021 +0000

    Add \tracingstacklevels


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

825ec0138a525bcacaec3174467b9d5abe5df2a0
 l3kernel/CHANGELOG.md | 3 +++
 l3kernel/l3names.dtx  | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 1b3b84c59..28165bbce 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Added
+- `\tracingstacklevels`
+
 ### Fixed
 - Evalutate integer constants only once (issue#861)
 
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index bc7d4f123..564648b09 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -1191,6 +1191,10 @@
   \@@_primitive:NN \omathcode             \tex_omathcode:D
   \@@_primitive:NN \oradical              \tex_oradical:D
 %    \end{macrocode}
+% Newer cross-engine primitives.
+%    \begin{macrocode}
+  \@@_primitive:NN \tracingstacklevels    \tex_tracingstacklevels:D
+%    \end{macrocode}
 % End of the \enquote{just the names} part of the source.
 %    \begin{macrocode}
 %</names|package>





More information about the latex3-commits mailing list.