[l2h] numbering of subsections

Claudia Schremmer Claudia Schremmer <cschremm@pi4.informatik.uni-mannheim.de>
Mon, 10 May 1999 11:27:52 +0200 (MEST)


Hi all,

my latex document starts with section 20. When I call 

latex2html -show_section_numbers <file>.tex

the translator only converts the section number coorectly into
"20". The result looks like

20. section
1. subsection
2. subsection
1. subsubsection
2. subsubsection
3. subsection

instead of the required
20. section
20.1. subsection
20.2. subsection
20.2.1. subsubsection
20.2.2. subsubsection
20.3. subsection

How can I obtain the required results? See below parts of my coding.

Thank you in advance,
Claudia 

%*********** code ********************

\documentclass[12pt,semcolor,semhelv,a4]{seminar}
\usepackage{epsf,fancybox,german}

\begin{document}
\setcounter{section}{19} 

\begin{slide}
\section{<Section>}
  text text text
\end{slide}

\begin{slide}
\subsection{<Subsection>}
  text text text
\end{slide}

\begin{slide}
\subsubsection{<Subsection>}
  text text text
\end{slide}

\end{document}

-- 
D i p l .    M a t h .    o e c .    C l a u d i a    S c h r e m m e r
Prakt. Informatik IV      www.informatik.uni-mannheim.de/informatik/pi4
Wirtschaftsinformatik III                      www.wifo.uni-mannheim.de
Telephone +49 (0)621/292-3381               Telefax +49 (0)621/292-5745