Skip to main content
0 votes
0 answers
224 views

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^...
Otmane Hammadi's user avatar
3 votes
0 answers
420 views

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 ...
Johan Milter Jakobsen's user avatar
0 votes
0 answers
229 views

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=...
N30C0rt3X's user avatar
1 vote
1 answer
345 views

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 ...
BastiTri's user avatar
0 votes
1 answer
110 views

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" ...
Stefan Springer's user avatar
1 vote
0 answers
160 views

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, ...
user3379482's user avatar
1 vote
0 answers
1k views

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 ...
Kishor Jadhav's user avatar
-1 votes
1 answer
775 views

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 ...
FullStack's user avatar
  • 685
0 votes
1 answer
743 views

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:...
firexion's user avatar
2 votes
2 answers
773 views

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 ...
stefan's user avatar
  • 2,507
2 votes
2 answers
6k views

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
user1281276's user avatar
6 votes
1 answer
5k views

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, ...
Dervin Thunk's user avatar
  • 20.2k
11 votes
6 answers
6k views

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 ...
Charles Chen's user avatar
  • 1,615