no numbering for subsections and below

no numbering for subsections and below

Post by daniel heisere » Sun, 26 Jan 2003 07:12:58



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

 
 
 

no numbering for subsections and below

Post by Philipp Lehma » Sun, 26 Jan 2003 08:08:06



> How can I achieve a numebering and inclusion into
> tableofconentes for susubsection and paragraph/subparagraph?
> \documentclass[11pt]{book}

% Set depth of the TOC
\setcounter{tocdepth}{5}

% Set section numbering depth
\setcounter{secnumdepth}{5}

% -1 = part only
%  0 = up to and including chapter
% ...
%  5 = up to and including subparagraph

Quote:> \begin{document}
> \tableofcontents
> \chapter{kapitel}
> \section{verzeichnis}
> \subsection{unterverzeichnis}
> \subsubsection{unterunterverzeichnis}
> \paragraph{paragraf}
> \subparagraph{unterparagraf}
> \end{document}

--


 
 
 

no numbering for subsections and below

Post by studen » Mon, 03 Feb 2003 04:09:34


\setcounter{secnumdepth}{5}

Read more here: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secnumdep

 
 
 

1. How to change the margin above/below section and subsection headings

Hi,

  Could someone help me with the following,

  1. I want to control the space above and below the
     the section and subsection headings. (it should be doublespace)

     Please send your replies by email.

Thanks,

--

Graduate Student                              
Dept. of Computer and Information Sciences
University of Alabama at Birmingham, Birmingham AL 35294

2. Connect to LAN via Docking Cradle?

3. Adjust space above and below \section and \subsection

4. Window.ActivateDocumentWindow bug in 2003

5. creating and numbering levels below subsubsection

6. Raptor or checkpoint?

7. no numbering for subsubsection and below

8. Undeliverable External Email?!?!?!?

9. numbering of subsection

10. How can I avoid numbering of \section and \subsection ??

11. Numbered subsections, but not in the toc...

12. increasing TOC subsection number width

13. How to use numbered subsections, but exclude from TOC?