I have a simple test I created, which uses {multicols}{3} to
create text in three columns.

I need the whole table as a single image, so I surrounded it by
a makeimage.

But, after running latex2html on it, the output image contains
just a single column, and not three. I'm using the March 8 Dev
version (99.1) of latex2html.

I checked images.tex, and it contains the multicols{3} environment,
and I'm stuck there trying to debug this.

Here's the simple test:
=========== begin file===========
\documentclass{article}

\usepackage{multicol}
\usepackage{html}

\setlength{\parindent}{0pt}

\begin{document}

\begin{makeimage}
\begin{multicols}{3}
aa aa \\
bb bb \\
cc cc \\
dd dd \\
ee ee \\
ff ff \\
gg gg \\
hh hh \\
ii ii
\end{multicols}
\end{makeimage}

\end{document}
============== end file ============

-- 
Avinash Chopde  
e-mail: [EMAIL PROTECTED]
home page: http://www.aczone.com/

Reply via email to