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
Environment (please complete the following information):
using CSharpMath.Atoms;
using CSharpMath.Enumerations;
using CSharpMath.Interfaces;
.Net Core 2.2
The text was updated successfully, but these errors were encountered:
Renames called for?
StringValue -> DebugString
MathListBuilder.MathListToString -> MathListBuilder.MathListToTeX (or remove and have MathList.ToTeX instead)
Describe the bug
To Reproduce
Use the following as the source of the LaTeX
F_n=\frac{5V_m}{\sqrt{g}}
Output is this:
F_{n}=\\atop{0,515V_{m}}{\\Sqrt{g⋅L_{WL}}}
which is invalid
Expected behavior
Source LaTex produces this
Round Trip produces this:
These images are from http://www.wiris.com/editor/demo/en/developers
Environment (please complete the following information):
using CSharpMath.Atoms;
using CSharpMath.Enumerations;
using CSharpMath.Interfaces;
.Net Core 2.2
The text was updated successfully, but these errors were encountered: