-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Issue Summary
MathJax aliases let to \newcommand, but this breaks code which uses \let and \renewcommand together.
Minimal example:
\let\test\approx
\renewcommand{\approx}{\test\test}
$\approx$In LaTeX this will produce ≈≈. In MathJax however, it causes a stack overflow due to infinite recursion.
Related to James-Yu/LaTeX-Workshop#2035
Metadata
Metadata
Assignees
Labels
No labels