-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
AcceptedIssue has been reproduced by MathJax teamIssue has been reproduced by MathJax teamFixedTest Neededv4v4.0
Milestone
Description
Issue Summary
\rm in the subscript yields Math input error
in beta.4, but not beta.3 and earlier
Steps to Reproduce:
- Go to https://codepen.io/alexedgcomb/pen/BabMpmG
Observed:\(a_\rm{b}\)
yields `Math input error

Expected: No such error, like in 4.0.0-beta.3
https://codepen.io/alexedgcomb/pen/QWoYdOR
Technical details:
- MathJax Version: 4.0.0-beta.4
- Client OS: MacOS 13.4
- Browser: Firefox 122 and Chrome 121
I am not using a MathJax configuration and loading MathJax via
<script src="https://cdn.jsdelivr.net/npm/[email protected]/tex-mml-svg.js"></script>
Supporting information:
Interestingly, the following typeset as expected:
\(\rm{b}\)
: So, not just a bad \rm\(a_\textrm{b}\)
: So, not just a bad subscript followed by command
Repro steps:
- Go to https://codepen.io/alexedgcomb/pen/QWoYdOR
Observed:

Metadata
Metadata
Assignees
Labels
AcceptedIssue has been reproduced by MathJax teamIssue has been reproduced by MathJax teamFixedTest Neededv4v4.0