axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Axiom-developer] RE: Another question


From: Eitan Gurari
Subject: RE: [Axiom-developer] RE: Another question
Date: Sun, 27 Aug 2006 14:42:07 -0400



Page, Bill writes:

 > http://wiki.axiom-developer.org/images/book--main--1/bookvol1.tex
 > 
 > As a pdf file this is about 800 pages.  As html it generates nearly
 > 600 png files and my browsers (both FireFox and Explorer) die while
 > trying to render it. And the download is pretty horrendous anyway
 > :( htlatex indicates a large number of errors which I simply skipped
 > for this test.

Gurari, Eitan writes:

 > A compilation under htlatex shows a support problem for 
 > \begin{list}...\end{list}. I'll need to look into this case.

The problem seems to be in the source bookvol1.tex file.  There are
quite a few usages of a list environment file of the form

   \begin{list}{} 
   \item ...
   \end{list} 

instead of the following form.

   \begin{list}{}{}
   \item ...
   \end{list} 

The correct syntax is:

 \begin{list}{label}{spacing}
 \item First item
 \item Second item
 ....
 \end{list}

http://www.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-260.html

-eitan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]