Dear All,

Having a problem compiling a large "mwbk" document with tex4ht using hyperref, I've managed to track down the problem to the following short code:

    \documentclass{mwbk}
    \usepackage[tex4ht]{hyperref}
    \setcounter{secnumdepth}{0}
    \begin{document}
      \section{bug}
    \end{document}

When trying to compile using htlatex, it gives the following error:

    ...
    No file bug.aux.
    ! LaTeX Error: Something's wrong--perhaps a missing \item.
    See the LaTeX manual or LaTeX Companion for explanation.
    Type  H <return>  for immediate help.
     ...
    l.5   \section{bug}


Changing mwbk into book helps. Removing hyperref inclusion helps. Removing setcounter helps as well. Compiling with "pdflatex" instead of htlatex helps.

Any help very welcome!
Thanks,
Sylwester

--
http://www.igf.fuw.edu.pl/~slayoo/

Reply via email to