You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to typeset this properly? I couldn't find anything similar in the package reference.
I can try to do this as soon as I get familiar with the code (since my JavaScript is quite basic), but I would appreciate if someone can give me some advice =)
The text was updated successfully, but these errors were encountered:
@padawanphysicist: The typesetting with \times notation is already implemented and should be working. Therefore, I suspect the problem is with the parser not properly picking up the combination of bracketed uncertainties and e notation. The initial parser I wrote was hand-written and pretty basic. Then, I set out to re-do the parser using PEG.js. I think the current implementation is already switched to PEG.js, but I'm not 100% sure (since I ran out of time for this project already some time ago). If it is, you can probably start by copy-pasting the PEG.js parser definition into the online exploration tool of PEG.js to identify why the parser does not catch your input properly.
Redirected from mathjax/MathJax-third-party-extensions#41
The following works just fine in LaTeX:
However, when rendered using MathJax I have
Where
e - 19
shows up instead of the\times
usual scientific notation. The package works fine when using regular decimals though.To render properly I had to use the following workaround:
Is there a way to typeset this properly? I couldn't find anything similar in the package reference.
I can try to do this as soon as I get familiar with the code (since my JavaScript is quite basic), but I would appreciate if someone can give me some advice =)
The text was updated successfully, but these errors were encountered: