Questions tagged [mathml]

An application of XML for describing mathematical notation and mathematical content

Mathematical Markup Language (MathML) is an application of XML for describing mathematical notations and capturing both its structure and content.

MathML deals not only with the presentation but also the meaning of formula components. Because the meaning of the equation is preserved separate from the presentation, how the content is communicated can be left up to the user.

  • "Presentation MathML" focuses on the display of an equation.
  • "Content MathML" focuses on the semantic meaning of the expression.

Inline MathML is also supported in HTML5 files in the upcoming versions of WebKit (Safari, Chrome), Gecko (Firefox) and Presto (Opera).

Useful references:

457 questions
0
votes
1 answer

How to retain mathml tags after transformation?

How do I retain mathml tags after the transformation? I'm using this: By the way I'm using the m namespace. After…
Yuan Ray
  • 23
  • 4
0
votes
1 answer

why wordpress changes the order of the mathml tags

I stored the following mathml code in database correctly. However, when it is displayed, seems wordpress changes the order of closing tag "mrow" inside "mfrac". So the rendered math expression is wrong. This is the original mathml code:
0
votes
2 answers

How to print MathML in javascript window.print() function

I realize that this question may be a long shot, but I have to try regardless. I am doing a mathematics project in a WPF c# app, where math equations can be entered and solved. I am rendering (displaying) the equations in a web browser control…
YoungProgrammer
  • 47
  • 2
  • 10
0
votes
1 answer

Word document to mathml?

I have lots of word documents which contain math equations, some tables, and some expressions written in superscript and subscript. Is there a good tool besides MathType for converting my equations to mathml?
Harsh Chhabra
  • 29
  • 1
  • 5
0
votes
1 answer

Convert a piecewise function to a CSV file using Java

I'm trying to create a Java function that will convert a string containing a piecewise function to a CSV file that can be used for graphing. For example this expression: if (time < 60) then (0.1) else ( if (time > 66.0115) then (0.1) else 1) would…
aknight0
  • 163
  • 2
  • 14
0
votes
1 answer

XML to XHTML using XSLT: using entities such as ∑ (which is a MATHML entity)

Say I have an XML file test.xml which contains (among other things) some MATHML:
Marijn van Vliet
  • 5,239
  • 2
  • 33
  • 45
0
votes
0 answers

MathML in XSL:FO :want to add equations to pdf file generated using xsl:FO

I have a MathML code and i want to use it in my XSL-FO to display equations in my pdf file. I am able to display text as well as images but dont understand how can I display equations. Any inputs or ideas?? MathML code:
0
votes
1 answer

MathML - left subscript and superscript

How to write left subscript and superscript preserving correct syntax of MathML? I mean something like this: Thanks for the hints.
rafalry
  • 2,620
  • 6
  • 24
  • 39
0
votes
1 answer

saving mathml rendered to html5 canvas as png

My ultimate goal is to save rendered presentation MathML to a .PNG file. Knowing just enough about programming to be dangerous :-) there may be a better way to do this...I am drawing the equation on a canvas element, then trying to save the canvas…
0
votes
2 answers

how to line break if the equation not fits in the width?

I have a MathML script which shows an equation and its usage, in which I want's a max of 600 PX width. 2
Krishna Raj
  • 846
  • 1
  • 12
  • 33
-1
votes
1 answer

I need to integrate CKeditor in react-native app

I need to integrate ckeditor or any editor alike inside react native,I found documentation for reactjs but not getting exact way to how to use inside RN app.
shailzzz
  • 19
  • 2
-1
votes
1 answer

How to fix the space issue when pasting the MATHML code in word document?

I have converted MathML code from Latex text, when I paste the code in word documents necessary spaces are not retained. Is there any way to fix the space issue. (You can just copy the MathML code and paste it in Ms Word) The tag "
Jason
  • 65
  • 7
-1
votes
1 answer

MathJax fails with semantics annotations

MathJax fails to convert below mathml into SVG x x
Pavan Tiwari
  • 3,077
  • 3
  • 31
  • 71
-1
votes
1 answer

Conversion of MathML to something which I can put in TextView or WebView on receiving the MathML string inside HTML tags

I am receiving something like this from web services as a string:

(x = {-b pm sqrt{b^2-4ac} over 2a})(x = {-b pm sqrt{b^2-4ac} over 2a})


which I want to show in TextView or…
Chaudhary
  • 93
  • 1
  • 1
  • 10
-1
votes
1 answer

WIRIS Editor save as img src instead of mathml in ckeditor

I am using Wiris editor plugin in ckeditor. The Equations i type are saved as .png in wiris_plugin/cache_folder. is there any way to call this images as img src tag and store it in database
Kavin Smk
  • 808
  • 11
  • 37
1 2 3
30
31