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}