Hi,
When do you plan to add MathML / Latex support? I'd like to add some equations to a Word document by specifying their MathML or Latex code?
Something like .AddEquationFromMathML( 'code' ) and .AddEquationFromLatex( 'code' )
Thanks!
Thanks for the reply, I looked at the sample for MathML but it seems not to be what I'm looking for: I have a string containing some MathML code, for example:
<math> <mrow> <mi>x</mi> <mo>=</mo> <mfrac> <mrow> <mrow> <mo>-</mo> <mi>b</mi> </mrow> <mo>±</mo> <msqrt> <mrow> <msup> <mi>b</mi> <mn>2</mn> </msup> <mo>-</mo> <mrow> <mn>4</mn> <mo>⁢</mo> <mi>a</mi> <mo>⁢</mo> <mi>c</mi> </mrow> </mrow> </msqrt> </mrow> <mrow> <mn>2</mn> <mo>⁢</mo> <mi>a</mi> </mrow> </mfrac> </mrow> </math>
The resulting equation is
I simply need a way to pass this MathML code to DocIO so that the equation is rendered. Of course I cannot manually parse the MathML code (unless you already have a class that does this).
Thanks!
I tried to go to https://www.syncfusion.com/feedback/30441/support-for-building-mathematical-equation-from-latex-format-string but I got Access denied.
Thanks!
I tried, but I still get the error. I also tried to use Chrome Incognito mode.
Thanks.
Yes, now it works! But please edit it by also adding MathML, not only LaTeX.