-
Notifications
You must be signed in to change notification settings - Fork 65
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
Round trip conversion leads to invalid LaTeX #59
Comments
Also makes a mess of the following |
It's possible this could be changed. Ideally before that, the purpose of getting a latex string from a mathlist should be decided. Without speccing this out I do not see a bug here. TeX represents displayed mathematics. It does not necessarily represent what formulas mean. (For example |
This is a bug in MathList->TeX code. If we use |
Fixed! Now the result is CSharpMath/CSharpMath.Tests/Atoms/LaTeXBuilderTest.cs Lines 638 to 652 in 9fef1e1
|
Describe the bug
With the correct fix from #57, still get incorrect LaTeX
To Reproduce
Input is
\mathrm{Gap}^2
output from
MathListBuilder.MathListToString(mathList)
is
\mathrm{Gap^2}
Put this into the
MathListBuilder
->Build()
and it does not convert.The text was updated successfully, but these errors were encountered: