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

Sine Function Accuracy on JavaScript for Angles PI rad and its Integer Multiples

Sine function on JavaScript, Math.sin(), works accurately on most angles I've tried so far except for PI rad (180 degrees) and its integer multiples like 2PI, 3PI, 4PI... (in radians). These angles were all suppost to return 0. But, for example,…
0
votes
1 answer

Render MathML directly to HTML without using script tag

I know the default way to render the MathML to HTML is placing the MathML code inside and SCRIPT tag, then use MathJax to typeset the elements containing the SCRIPT tags. I am wondering if there is an easy way to config the MathJax to directly…
Kata
  • 685
  • 1
  • 9
  • 22
0
votes
1 answer

How do I read data posted to the System Clipboard from Windows Math Input Panel in Java. What is the data flavor?

I'm trying to read the mathML clipboard content from the windows Math Input Panel, but when I check getAvailableFlavors from the FlavorEvent from a FlavorListner on the results of getSystemClipboard, the list of flavors is empty. Does this mean that…
Witbrock
  • 502
  • 2
  • 5
  • 12
0
votes
1 answer

Is it possible to use MathML to describe data tables?

I'm using JEuclid library for rendering MathML script. I want to display data tables using MathML. I googled it but all the results describe mtable with examples showing describing matrices. So, I'm puzzled whether it is possible. In our current…
pinkpanther
  • 4,770
  • 2
  • 38
  • 62
0
votes
1 answer

jQMath - Elementary math Sum line equivalent in MathML

I know that general lower math is not supported in jqMath, and so I’ve created a small work around using css and jQuery which adds a border to the bottom of a table cell. This works fine in Chrome, IE and Safari which use fmath (fake math) to…
0
votes
1 answer

Typeset MathJax before element attaching to DOM

Due to the fact I use the BackboneJs framework to render html views. The html elements containing the MathML codes somehow need to be used by MathJax to typeset in order to get the HTML-CSS code before attaching to the DOM. I have tried to do the…
Kata
  • 685
  • 1
  • 9
  • 22
0
votes
1 answer

JEuclid - set a size of an image converted from MathML

I'm looking for a way to set an output image dimension after a MathML to Image convertion. I wrote a simple code: public static void main(String[] args) throws IOException { Converter converter = Converter.getInstance(); …
greendraco
  • 478
  • 2
  • 13
0
votes
1 answer

mathML is not rendering at all

I have written this math equation using MathML. I have tried both using .html and .xhtml. None of them fulfilled my desire. In html format it shows x y x y and in .xhtml format it shows the code. So how would I make it work?
sadaf2605
  • 7,332
  • 8
  • 60
  • 103
0
votes
1 answer

MathType Word Document export using MathPage MathML

I need to convert the ms-word 2003 documents to HTML with MathML included if there are math equations. The quick solution I found at the moment is using the MathType addin to export the whole document into a HTML with MathML using its "Publish to…
Kata
  • 685
  • 1
  • 9
  • 22
0
votes
1 answer

mathml on iOS -- mtable row spacing

This is driving me crazy. I need spacing between the rows of my mtable elements. For now, I am content to get it in the html; once I have that working, I'll try to move it to CSS. Here are some things I am trying. In each case, I've set the…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
0
votes
1 answer

mathml -- line breaks on one side of a long equation

To illustrate my issue, I have the following mathML. ( 2 3
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
0
votes
3 answers

Chrome support for MathML in most recent beta

According to this annoucment and thanks to Dave Barton, chrome should be supporting MathML in the most recent beta version. I am running Version 24.0.1312.40 beta, but MathML seems to be turned off, since I can't render the examples on this page.…
DudeOnRock
  • 3,685
  • 3
  • 27
  • 58
0
votes
2 answers

How to Convert Mathml to ASCII code

i have checked many convertion tools but can anybody suggest me a PAID OR FREE mathml to ASCII converter or any tool to display mathematical equations in android textView.
Goofy
  • 6,098
  • 17
  • 90
  • 156
0
votes
1 answer

preserving brackets in mathml

I'm using SBML which is an XML format for capturing numerical simulations. This uses MathML to capture equations that relate the amounts of the different things in the simulation. When I write the equations down by hand, I add some brackets that are…
drdozer
  • 329
  • 1
  • 3
  • 10
0
votes
1 answer

Unable to render vertically lay out addition of two numbers with MathJax and MathML

I would like to render two numbers on a web page like this: 123 + 456 ______ I've found this example: 496 + 28 but MathJax doesn't support mstack, msrow…
Anonimista
  • 742
  • 1
  • 5
  • 12