tex4ht mathml 출력: 얻는 방법알파벳대신에ㅏ비씨

tex4ht mathml 출력: 얻는 방법알파벳대신에ㅏ비씨

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}

관련 정보