此 MWE
\documentclass[12pt]{article}%
\usepackage{amsmath}
\begin{document}
\begin{multline*}
(6 A t+2 B) e^{it}+i (3At^{2}+2Bt+C) e^{it}+i(3At^{2}+2Bt+C) e^{it}\\
-( At^{3}+Bt^{2}+Ct) e^{it}+( At^{3}+Bt^{2}+Ct) e^{it}=t^{2}e^{it}
\end{multline*}
\end{document}
使用编译时在 HTML 中给出以下输出make4ht foo1.tex "mathjax"
,分割方程在调整窗口大小时会分开,从而导致其在宽显示器或宽浏览器窗口上看起来很糟糕。
是否可以像使用图像编译数学时一样使拆分方程保持完整?这是否需要一些 make4ht mathjax 额外配置?
将上面的输出与使用图像(svg 或 png)编译数学时的输出进行比较,其中多行方程不会随着窗口大小的变化而偏离
使用 TL 2019