diff --git a/lib/LaTeXML/Package/TeX.pool.ltxml b/lib/LaTeXML/Package/TeX.pool.ltxml index 978fee0f3..8c26bb34d 100644 --- a/lib/LaTeXML/Package/TeX.pool.ltxml +++ b/lib/LaTeXML/Package/TeX.pool.ltxml @@ -4806,12 +4806,12 @@ DefMathI('+', undef, '+', role => 'ADDOP', meaning => 'plus'); DefMathI('-', undef, '-', role => 'ADDOP', meaning => 'minus'); ## Redefine, if we want Unicode minus ##DefMathI('-', undef, "\x{2212}", role => 'ADDOP', meaning => 'minus'); -DefMathI('*', undef, '*', role => 'MULOP', meaning => 'times'); -DefMathI('/', undef, '/', role => 'MULOP', meaning => 'divide'); -DefMathI('!', undef, '!', role => 'POSTFIX', meaning => 'factorial'); -DefMathI(',', undef, ',', role => 'PUNCT'); -DefMathI('.', undef, '.', role => 'PERIOD'); -DefMathI(';', undef, ';', role => 'PUNCT'); +DefMathI('*', undef, "\x{2217}", role => 'MULOP', meaning => 'times'); +DefMathI('/', undef, '/', role => 'MULOP', meaning => 'divide'); +DefMathI('!', undef, '!', role => 'POSTFIX', meaning => 'factorial'); +DefMathI(',', undef, ',', role => 'PUNCT'); +DefMathI('.', undef, '.', role => 'PERIOD'); +DefMathI(';', undef, ';', role => 'PUNCT'); DefMathI('(', undef, '(', role => 'OPEN', stretchy => 'false'); DefMathI(')', undef, ')', role => 'CLOSE', stretchy => 'false'); DefMathI('[', undef, '[', role => 'OPEN', stretchy => 'false'); diff --git a/t/ams/mathtools.xml b/t/ams/mathtools.xml index 836594071..684f685bf 100644 --- a/t/ams/mathtools.xml +++ b/t/ams/mathtools.xml @@ -6464,7 +6464,7 @@ Then a switch of tag forms.