[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Support \smash (f4af8c40e)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Dec 15 22:15:09 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : l3text
Link       : https://github.com/latex3/latex3/commit/f4af8c40e5a5aa8f4558c6354e64e56b09018e9e

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

commit f4af8c40e5a5aa8f4558c6354e64e56b09018e9e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 15 21:15:09 2019 +0000

    Support \smash


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

f4af8c40e5a5aa8f4558c6354e64e56b09018e9e
 l3kernel/l3text.dtx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index 5ce2e3114..65df17adc 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -3646,6 +3646,7 @@
 %   {
 %     \@@_purify_unimath_\mbox:nw       ,
 %     \@@_purify_unimath_\hbox:nw       ,
+%     \@@_purify_unimath_\smash:nw      ,
 %     \@@_purify_unimath_\text:nw       ,
 %     \@@_purify_unimath_\textrm:nw     ,
 %     \@@_purify_unimath_\textsf:nw     ,
@@ -3671,6 +3672,7 @@
 \tl_map_inline:nn
   {
     \hbox
+    \smash
     \text
     \textrm
     \textsf





More information about the latex3-commits mailing list