我的 MWE 是此处的文件 test.tex:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{mathtools}
\begin{document}
\begin{equation}
y[n] = \begin{cases}
x[n/2], & \text{when~} n/2 \text{ is an integer} \\
0, & \text{otherwise} \end{cases}
\end{equation}
$\cos(a)$ \\
$\sin(a)$ \\
$ \lim_{x\to\infty} f(x) $
\end{document}
当我尝试使用“make4ht test.tex “mathml, mathjax”进行编译时,cos、sin 和 limit 中出现错误“数学输入错误”,并且每个都显示“意外的文本节点‘cos’/‘sin’/‘lim’”。此外,案例方程式无法正确呈现:
使用“pdflatex test.tex”进行的 pdf 编译很好,其中 cos、sin、lim 和 cases 方程正确呈现:
我正在使用带有 make4ht 0.3m 的 MiKTeX!