TeX4HT 允许为每个章节创建一个 HTML 页面,2,next
选项如下:
htlatex project.tex 'xhtml,2,next,charset=utf-8' ' -cunihtf -utf8 -cvalidate'
然而,这会在每一章的头部创建一个小目录:
我怎样才能摆脱这个 minitoc?
答案1
感谢@michal.h21的评论,我的解决方案是:
\Preamble{html}
\TocAt{chapter}
\begin{document}
\EndPreamble
在我的配置文件中。