如何在 tex4ht/make4ht 中计算以下方程式

如何在 tex4ht/make4ht 中计算以下方程式

我有非常非常简单的方程式。它在 PdfLaTeX 中运行良好,但在 tex4ht 中却不起作用。

\documentclass[a4paper,twoside]{book}
\begin{document}
$K^\mathrm{mno}$
\end{document}

我知道上标之前需要给出{。但它在 PdfLaTeX 中工作正常,为什么在 tex4ht/make4ht 中不起作用。不仅“^”(上标)“_”也不起作用。

我需要如何在 tex4ht/make4ht 中工作?任何帮助我都非常感谢。

我需要实现简单配置文件并在下面找到:

\Configure{ext}{xhtml}
\Preamble{xhtml,html5,mathml,NLM,charset=UTF-8,-xtpipes,NoFonts,refcaption,ext=.xhtml}
\Configure{HTML}{\HCode{<html>\Hnewline}}{\HCode{\Hnewline</html>}}
\begin{document} 
\renewcommand{\a}{\alpha}
\renewcommand{\mathrm}{<br/><br/>}
\EndPreamble

相关内容