version

Version of TeX or LaTeX

Version of TeX or LaTeX used to produce the mathematics.

With the Element

<tex-math>
Value Meaning
Text, numbers, or special characters Version of TeX or LaTeX used in the equation.
Restriction: @version is an optional attribute; there is no default.

Example


...
<tex-math id="M1" notation="LaTeX" version="LaTeX2e">
<![CDATA[\documentclass{article}
\begin{document}
If $\sqrt{x} = 8$, then $x=64$.
\end{document} ]]>
</tex-math>
...