version

Version of TeX or LaTeX (TeX または LaTeX の版)

数式の生成に使用する TeX または LaTeX の版。

次の要素に使用: <tex-math>

意味
文字、数字または特殊文字方程式に使われている TeX または LaTeX の版。
制限@version は任意属性です; 既定値はありません。

用例

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