
mathml 옵션이 있는 tex4ht <mi>a</mi><mi>b</mi><mi>c</mi>
는 $abc$
. 출력을 얻을 수 있는 방법이 있나요 <mi>abc</mi>
?
MWE(foo.tex):
\documentclass{article}
\begin{document}
$abc$
\end{document}
tex4ht 실행htlatex foo 'html,mathml'
답변1
<mi>abc</mi>
라텍스 입력을 생성하려면 다음과 같이 해야 합니다.\mathrm{abc}