MathML is a way to describe mathematical expressions with XML.
Questions tagged [mathml]
64 questions
44
votes
5 answers
Relationship between MathML and TeX
What is the relationship, if any, between Tex and MathML?
I am interested in representing mathematical information generally, but is TeX going to be a legacy format going forward? Is there any attempt to automatically transform one into the other?…
John Thompson
- 541
1
vote
0 answers
htlatex mathml code loss
I am using htlatex to convert a LaTeX to HTML.
I am writing the simple equation in latex document. This equation is converted my required MathML coding output 1.
Mathml Output 1:
CS Kumar
- 1,253
1
vote
0 answers
How to resolve the invalid-markup
I am using tex4ht to convert a tex to mathml coding.
I mentioned two types of equation.
MWE
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\section{First Output}
\begin{equation}
a+b_{2}^{3}
\end{equation}
\section{Second…
CS Kumar
- 1,253
0
votes
0 answers
How to convert LaTeX to mathml code directly?
In microsoft word it can't understand every mathematical equation that I input in latex correctly.the only language that it understands correctly is the mathml code. But to do so I have to input the equation in latex to this script in a notepad…
Hawkingo
- 113