[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Support \> (c9b548500)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Dec 15 23:53:57 CET 2019


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

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

commit c9b5485005030fbf3ee2f08b7796e7e5df18fc0e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 15 22:53:57 2019 +0000

    Support \>


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

c9b5485005030fbf3ee2f08b7796e7e5df18fc0e
 l3kernel/l3text.dtx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index 65df17adc..dd98ce457 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -4504,6 +4504,7 @@
 %    \begin{macrocode}
     \tl_const:cn { c_@@_math_char_ \cs_to_str:N \~ _tl } { ~ }
     \tl_const:cn { c_@@_math_char_ \token_to_str:N \; _tl } { ~ }
+    \tl_const:cn { c_@@_math_char_ \token_to_str:N \> _tl } { ~ }
     \tl_const:cn { c_@@_math_char_ \token_to_str:N \: _tl } { ~ }
     \tl_const:cn { c_@@_math_char_ \token_to_str:N \, _tl } { ~ }
     \tl_const:cn { c_@@_math_char_ \token_to_str:N \quad _tl } { ~ }





More information about the latex3-commits mailing list