- #1
PainterGuy
- 940
- 70
Hi again,
I'm trying a new program, Scientific Workplace 6, which let's me produce a zip file with four different options as shown below. I just noticed that I could open these zip files in browser and format of the document remains intact. I only tried "Zip file with MathJax". Do you know which option of the four is best or more flexible? EDIT: I tried all the options and it looks like "Zip file with MathJax" is the best and it keeps the format intact and text of document properly aligned.
Is there any way to convert the following MathML code into math text or LATEX code? Thank you.
I'm trying a new program, Scientific Workplace 6, which let's me produce a zip file with four different options as shown below. I just noticed that I could open these zip files in browser and format of the document remains intact. I only tried "Zip file with MathJax". Do you know which option of the four is best or more flexible? EDIT: I tried all the options and it looks like "Zip file with MathJax" is the best and it keeps the format intact and text of document properly aligned.
Is there any way to convert the following MathML code into math text or LATEX code? Thank you.
Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mo form="infix">=</mo>
<munder>
<mo msimathname="true" form="prefix" movablelimits="true">lim</mo>
<mrow>
<mi>s</mi>
<mo form="infix">→</mo>
<mn>0</mn>
</mrow>
</munder>
<mfrac>
<mrow>
<mrow>
<mo form="prefix" fence="true" stretchy="true" symmetric="true">[</mo>
<mrow>
<msup>
<mrow>
<mo form="prefix" fence="true" stretchy="true" symmetric="true">(</mo>
<mrow>
<mo form="prefix">−</mo>
<mn>1</mn>
<mo form="infix">+</mo>
<mfrac>
<mi>s</mi>
<mroot>
<mn>2</mn>
<mn>2</mn>
</mroot>
</mfrac>
</mrow>
<mo form="postfix" fence="true" stretchy="true" symmetric="true">)</mo>
</mrow>
<mn>2</mn>
</msup>
<mo form="infix">+</mo>
<mrow>
<mo form="prefix" fence="true" stretchy="true" symmetric="true">(</mo>
<mrow>
<mo form="prefix">−</mo>
<mn>1</mn>
<mo form="infix">+</mo>
<mfrac>
<mi>s</mi>
<mroot>
<mn>2</mn>
<mn>2</mn>
</mroot>
</mfrac>
</mrow>
<mo form="postfix" fence="true" stretchy="true" symmetric="true">)</mo>
</mrow>
<mo>⁢</mo>
<mrow>
<mo form="prefix" fence="true" stretchy="true" symmetric="true">(</mo>
<mrow>
<mo form="prefix">−</mo>
<mn>2</mn>
<mo form="infix">+</mo>
<mfrac>
<mi>s</mi>
<mroot>
<mn>2</mn>
<mn>2</mn>
</mroot>
</mfrac>
</mrow>
<mo form="postfix" fence="true" stretchy="true" symmetric="true">)</mo>
</mrow>
</mrow>
<mo form="postfix" fence="true" stretchy="true" symmetric="true">]</mo>
</mrow>
<mo form="infix">−</mo>
<mrow>
<mo form="prefix" fence="true" stretchy="true" symmetric="true">[</mo>
<mrow>
<msup>
<mrow>
<mo form="prefix" fence="true" stretchy="false">(</mo>
<mrow>
<mo form="prefix">−</mo>
<mn>1</mn>
</mrow>
<mo form="postfix" fence="true" stretchy="false">)</mo>
</mrow>
<mn>2</mn>
</msup>
<mo form="infix">+</mo>
<mrow>
<mo form="prefix" fence="true" stretchy="false">(</mo>
<mrow>
<mo form="prefix">−</mo>
<mn>1</mn>
</mrow>
<mo form="postfix" fence="true" stretchy="false">)</mo>
</mrow>
<mo>⁢</mo>
<mrow>
<mo form="prefix" fence="true" stretchy="false">(</mo>
<mrow>
<mo form="prefix">−</mo>
<mn>2</mn>
</mrow>
<mo form="postfix" fence="true" stretchy="false">)</mo>
</mrow>
</mrow>
<mo form="postfix" fence="true" stretchy="true" symmetric="true">]</mo>
</mrow>
</mrow>
<mi>s</mi>
</mfrac>
</math>