[latex3-commits] [git/LaTeX3-latex3-latex3] coffins: Support for global coffin handle display (80b0d27)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jan 20 23:20:42 CET 2019
Repository : https://github.com/latex3/latex3
On branch : coffins
Link : https://github.com/latex3/latex3/commit/80b0d2796df86f187b95ff7047e9a980d488bb52
>---------------------------------------------------------------
commit 80b0d2796df86f187b95ff7047e9a980d488bb52
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jan 20 21:25:04 2019 +0000
Support for global coffin handle display
>---------------------------------------------------------------
80b0d2796df86f187b95ff7047e9a980d488bb52
l3kernel/l3coffins.dtx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3coffins.dtx b/l3kernel/l3coffins.dtx
index 62800c8..ead3257 100644
--- a/l3kernel/l3coffins.dtx
+++ b/l3kernel/l3coffins.dtx
@@ -1874,7 +1874,10 @@
%</package>
}
\prop_set_eq:Nc \l_@@_display_poles_prop
- { l_@@_poles_ \@@_to_value:N #1 _prop }
+ {
+ \tl_use:c { g_@@_scope_ \@@_to_value:N #1 _tl }
+ _@@_poles_ \@@_to_value:N #1 _prop
+ }
\@@_get_pole:NnN #1 { H } \l_@@_pole_a_tl
\@@_get_pole:NnN #1 { T } \l_@@_pole_b_tl
\tl_if_eq:NNT \l_@@_pole_a_tl \l_@@_pole_b_tl
More information about the latex3-commits
mailing list