Skip to content
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

Block mode not using moverunder #489

Open
cuppajoeman opened this issue Oct 14, 2024 · 0 comments · May be fixed by #490
Open

Block mode not using moverunder #489

cuppajoeman opened this issue Oct 14, 2024 · 0 comments · May be fixed by #490

Comments

@cuppajoeman
Copy link

From what I understand when you use block mode in latex we do something like this:

\[
\sum_{i=1}^n i
\]

We would get :

image

when we try the same using latex2mathml we get the following:

@>>> convert(r"\sum_{i=1}^n i", display="block")
'<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><msubsup><mo>&#x02211;</mo><mrow><mi>i</mi><mo>&#x0003D;</mo><mn>1</mn></mrow><mi>n</mi></msubsup><mi>i</mi></mrow></math>'

Screen Shot 2024-10-13 at 23 21 47

I find this behavior strange because I requested it in block mode but I didn't get what latex gives when in block mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant