Skip to main content
deleted 39 characters in body
Source Link
MadyYuvi
  • 16.8k
  • 3
  • 22
  • 43

I would like to convert the below file to MathMLMathML format as well need the LaTeX coding in MathMLMathML Semantic tag.

MWE:

\documentclass{article} \usepackage[T1]{fontenc}

\documentclass{article} \usepackage[T1]{fontenc} \begin{document} \article{Article Title Here} \author{Author Name Here} \maketitle \section{Introduction} This is the sample paragraph.   \begin{document}  \begin{equation}\label{eq1-11} T\,^{\prime}_{\mu \nu} = \left( \frac{\partial \xi^\alpha} {\partial\xi^{\prime\mu}}\right) \left( \frac{\partial \xi^\beta}{\partial \xi^{\prime\nu}} \right) T_{\alpha \beta} \end{equation} Please refer the equations \ref{eq1-11} for the further testing. \end{document}  \end{document} 

I would like to convert the below file to MathML format as well need the LaTeX coding in MathML Semantic tag.

MWE:

\documentclass{article} \usepackage[T1]{fontenc}

\begin{document} \article{Article Title Here} \author{Author Name Here} \maketitle \section{Introduction} This is the sample paragraph.   \begin{document} \begin{equation}\label{eq1-11} T\,^{\prime}_{\mu \nu} = \left( \frac{\partial \xi^\alpha} {\partial\xi^{\prime\mu}}\right) \left( \frac{\partial \xi^\beta}{\partial \xi^{\prime\nu}} \right) T_{\alpha \beta} \end{equation} Please refer the equations \ref{eq1-11} for the further testing. \end{document}  \end{document} 

I would like to convert the below file to MathML format as well need the LaTeX coding in MathML Semantic tag.

MWE:

\documentclass{article} \usepackage[T1]{fontenc} \begin{document} \article{Article Title Here} \author{Author Name Here} \maketitle \section{Introduction} This is the sample paragraph.  \begin{equation}\label{eq1-11} T\,^{\prime}_{\mu \nu} = \left( \frac{\partial \xi^\alpha} {\partial\xi^{\prime\mu}}\right) \left( \frac{\partial \xi^\beta}{\partial \xi^{\prime\nu}} \right) T_{\alpha \beta} \end{equation} Please refer the equations \ref{eq1-11} for the further testing. \end{document} 
Source Link
Balaji
  • 2.3k
  • 17
  • 35

MathML as well need LaTeX coding in tex4ht

I would like to convert the below file to MathML format as well need the LaTeX coding in MathML Semantic tag.

MWE:

\documentclass{article} \usepackage[T1]{fontenc}

\begin{document} \article{Article Title Here} \author{Author Name Here} \maketitle \section{Introduction} This is the sample paragraph. \begin{document} \begin{equation}\label{eq1-11} T\,^{\prime}_{\mu \nu} = \left( \frac{\partial \xi^\alpha} {\partial\xi^{\prime\mu}}\right) \left( \frac{\partial \xi^\beta}{\partial \xi^{\prime\nu}} \right) T_{\alpha \beta} \end{equation} Please refer the equations \ref{eq1-11} for the further testing. \end{document} \end{document}