13 questions
0
votes
0
answers
224
views
How to export LaTeX math from MathJax to editable Word (OMML) using Pandoc?
I'm working on a Laravel application where users create math questions using LaTeX syntax, typically written between dollar signs like this:
Inline math: $E = mc^2$
Display math: $$\int_0^\infty e^{-x^...
3
votes
0
answers
420
views
How to insert MathML Equation in Word, using Open XML SDK?
I have some LaTeX code, that need to be converted into MathML, that can then be inserted in Word with Open XML SDK.
My problem is everything basically... I have tried to use the MML2OMML.XSL that ...
0
votes
0
answers
229
views
Power automate: Save/Get inline image that uses XML/vml/omml in the body?
I have an email that comes in with the following snippet from the body....
<body lang=EN-GB link="#5563C1" vlink="#454F72" style='word-wrap:break-word'>
<div class=...
1
vote
1
answer
345
views
Displaying OOXML String with OMML tags in browser (Java)
so I am working on a JAVA/html/php project.
I am reading the OOXML out of a docx and saving all that into a String, cause in that String I can search for the "relevant" tags with the help of ...
0
votes
1
answer
110
views
Inserting OMML formulas into Excel sheet via office.js
Is it possible to add a mathematical formula (not an Excel equation) of OMML type into an Excel sheet via office.js? I know you can add them manually by using "Insert" / "Equation" ...
1
vote
0
answers
160
views
How to display MS. Office VML formulas in HTML?
I need to process some docx files in php and display them in a html page.
Originally, docx uses OMML to show equations, but it also uses VML to show formulas created by other applications (latex, ...
1
vote
0
answers
1k
views
How to convert mathematical equations which are in MS Word into image in Java?
I have an MS Word 2013 document containing mathematical formula which I want to transform into image, programmatically.
What I tried is:
Since Office 2007 Microsoft has changed representation of ...
-1
votes
1
answer
775
views
How to convert XML file to LaTex in java?
In my project, i am converting .docx file (containing OMML) into XML & now i am trying to convert this XML file into LaTex document format. Is it possible to convert XML file into LaTex file using ...
0
votes
1
answer
743
views
How to enable support for m:oMathPara in docx4j
I'm trying to convert a docx file, which contains an equation in it, to html, but when doing so, while it renders everything else correctly, for the equation it prints:
NOT IMPLEMENTED: support for m:...
2
votes
2
answers
773
views
How to convert OMML to IMAGE
I came across a problem converting OMML(Math XML in open office) to an image.
This functionality is in my undergoing project which should be deployed on Linux. For efficiency, I should choose a ...
2
votes
2
answers
6k
views
Algorithm or code for converting OMML to MathML
I am in the process of converting Word doc standard equations (OMML) to MathML using flash or Flex, please help me out by providing simple Algorithm or code snippet.
Thanks in advance,
Mani
6
votes
1
answer
5k
views
C# API for MS Word Equation editor
Is there an API (preferably C#) to access the object model of equations created with MS Word's equation editor? I am looking for an API like the chart object to access properties of charts in Excel, ...
11
votes
6
answers
6k
views
MathML or OMML to PNG w/ .NET?
Are there any libraries which take MathML (or, even more preferably, OMML) and outputs a .PNG file?
I am putting together an export process for .docx files and, as a part of this process, I'd like to ...