-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arguments flipped in OMML reader #66
Comments
@jkr, could it be line 340?
In all the other cases of EOver, baseExp is the second argument, not the third. +++ mpickering [Sep 12 14 03:13 ]:
|
That does look wrong, because EOver takes the bottom first and then the top, right. So in a limUpp, the arrow should be above. But it would be strange if that were responsible for @mpickering 's issue -- why would a limit be invoked? I'll play around and see if I can track down another bug later this evening. |
@jkr did you ever come back to this? |
The fix I recommended did fix mpickering's case. I'll make this change and close this. |
I think the arguments are the wrong way round somewhere in the OMML reader.
pandoc -f tex -t omml | pandoc -f omml -t tex
In:
\overset{r}{\rightarrow}
Out:
\overset{\rightarrow}{r}
The text was updated successfully, but these errors were encountered: