Hi,
I get no numbering for books and reports for
every level below \subsection:
\subsubsection,\paragraph,\subparagraph.
The documentation says that I should get one
as long as I do not use the "*" option.
my tex looks like:
----------------------------------------------------------------
\documentclass[11pt]{book}
\begin{document}
\tableofcontents
\chapter{kapitel}
\section{verzeichnis}
\subsection{unterverzeichnis}
\subsubsection{unterunterverzeichnis}
\paragraph{paragraf}
\subparagraph{unterparagraf}
\end{document}
----------------------------------------------------------------
How can I achieve a numebering and inclusion into
tableofconentes for susubsection and paragraph/subparagraph?
I have the following tex's and OS settings:
This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
(dummy.tex[/usr/share/texmf/pdftex/config/pdftex.cfg]
>*dummy.tex
This is TeX, Version 3.14159 (Web2C 7.3.1)
OS: redhat-7.1, suse 7.3
thanks, daniel