[tex4ht] [bug #191] enumerate and itemize lists not processed in first section when using multicol
Nasser M. Abbasi
puszcza-hackers at gnu.org.ua
Mon Aug 26 23:12:18 CEST 2013
URL:
<http://puszcza.gnu.org.ua/bugs/?191>
Summary: enumerate and itemize lists not processed in first
section when using multicol
Project: tex4ht
Submitted by: nma123
Submitted on: Tue 27 Aug 2013 12:12:18 AM EEST
Category: None
Priority: 5 - Normal
Severity: 3 - Minor
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
(reference, http://tug.org/pipermail/tex4ht/2013q3/000872.html)
I found that enumeration or itemize lists are not processed in the first
section when using {multicol}
Here is a screen shot:
http://12000.org/tmp/082613/htlatex.png
Here is a MWE. Linux mint, TL 2013 with the new htlatex support for multicol.
This only happens for the first section that first time uses enumerate or
itemize list, even if this section is not the first one in the document.
thanks
--Nasser
-----------------------------
\documentclass{article}%
\usepackage{multicol}
\setlength{\columnseprule}{1pt}
\begin{document}
\begin{multicols}{2}
\section{section 1}
This is section one
\begin{enumerate} % this list do not display right in HTML
\item 1
\item 2
\end{enumerate}
%----------------------------------------%
\section{section 2}
This is section two
\begin{enumerate} % this list is OK in html
\item 1
\item 2
\end{enumerate}
\end{multicols}
\end{document}
---------------------------------------
_______________________________________________________
Reply to this item at:
<http://puszcza.gnu.org.ua/bugs/?191>
_______________________________________________
Message sent via/by Puszcza
http://puszcza.gnu.org.ua/
More information about the tex4ht
mailing list