[tex4ht] fyi, possible bug in multicol support for tex4ht when using \columnbreak

Nasser M. Abbasi nma at 12000.org
Sun Nov 23 05:44:02 CET 2014


fyi,

I've posted this on tex stackexchange, in case someone might be interested:

http://tex.stackexchange.com/questions/213527/htlatex-outputs-extra-word-not-in-document-when-using-columnbreak-with-multicol

This MWE produces the output shown above (extra word auto shows up)

---------------------------
\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}
--------------------

htlatex foo.tex

thanks
--Nasser


More information about the tex4ht mailing list