Re: [tex4ht] future support for multicols in htlatex?

2013-07-12 Thread Nasser M. Abbasi
On 7/12/2013 1:08 AM, Nasser M. Abbasi wrote: For example, when I write this in Latex: --- \documentclass{article}% \usepackage{lipsum} \usepackage{multicol} \setlength{\columnsep}{20pt} \setlength{\columnseprule}{0.01pt} \begin{document} \begin{multicols}{2}

Re: [tex4ht] future support for multicols in htlatex?

2013-07-12 Thread Radhakrishnan CV
On Fri, Jul 12, 2013 at 11:38 AM, Nasser M. Abbasi n...@12000.org wrote: About 3 years ago I asked about the use of multicols in htlatex http://comp.text.tex.narkive.**com/bx3C8X9N/is-it-possible-**

Re: [tex4ht] future support for multicols in htlatex?

2013-07-12 Thread Jagath AR
Hi Nasser, Please change the following line: \ConfigureEnv{multicols}{}{}{}{} in the Jagath.cfg by: \ConfigureEnv{multicols} {\par\IgnorePar\EndP \gHAdvance\MultiCols by 1\relax %\HCode{table class=multicols % id=multicols-\MultiColstrtd class=multicol-1}%

Re: [tex4ht] future support for multicols in htlatex?

2013-07-12 Thread Jagath AR
Hi Nasser, Your configuration file can be slightly modified as given below to get * multicols* work as you have expected. The optional argument of *multicols *is not take care of at the moment. \Preamble{ext=htm,pic-align} \begin{document} \EndPreamble \catcode`\:11

Re: [tex4ht] future support for multicols in htlatex?

2013-07-12 Thread Nasser M. Abbasi
For completeness, a final update. Jagath AR was kind enough to help me more off line. Now multiple columns work OK with htlatex. no problem with enumeration lists. I added a small note on this with the final .cfg to use as template/example to my latex cheat sheet here, under the tex4ht section

Re: [tex4ht] future support for multicols in htlatex?

2013-07-12 Thread Karl Berry
http://www.12000.org/my_notes/faq/LATEX/html_and_latex.htm Thanks again for Jagath's time on this to help make this feature much easier to use until a final offical support for multicol is added in tex4ht. Jagath, could you possibly prepare it as a patch to the lit/*.tex sources