when I put '$SHOW_SECTION_NUMBERS = 1;' in my .latex2html-init
I start getting some errors:
>> *** no brace for \contentsline , before:
>>
>> *** using "" as the argument instead; is this correct? ***
it doesn't seem to happen on all of the contents lines (there are
167 entries in my .toc file and only 26 of these warnings).
I am using \documentclass{book}, which does not seem to number
\subsubsection. in my .toc the numbered sections appear as:
>> \contentsline {section}{\numberline {3.15}Section Title}{41}
>> \contentsline {subsection}{\numberline {3.15.1}Subsection Title}{42}
while unnumbered sections appear as:
>> \contentsline {subsubsection}{Subsubsection Title}{49}
these were not generated as *-suffix sectioning commands, the book
environment seems to just not number past subsection.
anyways, does anyone have suggestions on how to debug/work around this?
thanks,
danny