texlive 2014,Linux。MWE
\documentclass{article}%
\usepackage{lipsum,multicol}
\begin{document}
\begin{multicols}{2}
\section*{Introduction}
This is introduction
\columnbreak
\section*{my section}
This is my section
\end{multicols}
\end{document}
以下是并排的 PDF 和 HTML 输出。请注意 htlatex 输出auto
中有一个额外的单词。
这只能是个错误?删除\columnbreak
会将该词auto
从 HTML 页面中删除。