[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Support \mathpalette (ed4378433)

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


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

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

commit ed4378433d07bb1d9be5a57ebac0ebb07b7880dd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 15 20:44:26 2019 +0000

    Support \mathpalette


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

ed4378433d07bb1d9be5a57ebac0ebb07b7880dd
 l3kernel/l3text.dtx | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index 034cf89c2..5ce2e3114 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -3845,15 +3845,16 @@
 % \end{macro}
 % \begin{macro}[rEXP]
 %   {
-%     \@@_purify_unimath_\big:nw ,
-%     \@@_purify_unimath_\Big:nw ,
-%     \@@_purify_unimath_\bigg:nw ,
-%     \@@_purify_unimath_\Bigg:nw
+%     \@@_purify_unimath_\big:nw         ,
+%     \@@_purify_unimath_\Big:nw         ,
+%     \@@_purify_unimath_\bigg:nw        ,
+%     \@@_purify_unimath_\Bigg:nw        ,
+%     \@@_purify_unimath_\mathpalette:nw
 %   }
-%    \begin{macrocode}
 %   A set of no-ops.
+%    \begin{macrocode}
 \tl_map_inline:nn
-  { \big \Big \bigg \Bigg }
+  { \big \Big \bigg \Bigg \mathpalette }
   {
     \cs_new:cpn { @@_purify_unimath_ \token_to_str:N #1 :nw } ##1
       { \@@_purify_unimath_loop:nw {##1} }





More information about the latex3-commits mailing list