[latex3-commits] [git/LaTeX3-latex3-latex2e] everymath: Leave \text alone (86953fef)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Dec 9 13:20:15 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : everymath
Link       : https://github.com/latex3/latex2e/commit/86953feff78f3cae699278f9ae0f64f28b5e71e5

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

commit 86953feff78f3cae699278f9ae0f64f28b5e71e5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Dec 9 12:20:15 2022 +0000

    Leave \text alone
    
    Grabbing only at the top level means we do
    not need this at present.


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

86953feff78f3cae699278f9ae0f64f28b5e71e5
 required/latex-lab/latex-lab-everymath.dtx | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/required/latex-lab/latex-lab-everymath.dtx b/required/latex-lab/latex-lab-everymath.dtx
index bd81db71..b7e7cf94 100644
--- a/required/latex-lab/latex-lab-everymath.dtx
+++ b/required/latex-lab/latex-lab-everymath.dtx
@@ -315,26 +315,6 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}{\textdef@}
-%   To deal with \cs{text}, we directly re-define as the resets need to be
-%   inside a group.
-%    \begin{macrocode}
-\cs_gset_protected:Npn \textdef@ #1#2#3
-  {
-    \hbox
-      {
-        {
-          \bool_set_true:N \l_@@_cmd_bool
-          \bool_set_false:N \l_@@_display_bool
-          \everymath {#1}
-          \let \f at size #2
-          \selectfont #3
-        }
-      }
-  }
-%    \end{macrocode}
-% \end{macro}
-%
 %    \begin{macrocode}
 \ExplSyntaxOff
 %    \end{macrocode}





More information about the latex3-commits mailing list.