Yann Collete wrote:
> 
> |Yann Collete wrote:
> |>
> |> Hello
> |>
> |> I would like to known how to change the depth
> |> of a table of content just for a chapter.
> |> I have tried
> |> \setcounter{tocdepth}{2}
> |> in the chapter but it doesn't work.
> |
> |layout -> document -> depth (on the lower right)
> |
> |you can choose the depth for TOC and in general
> |
> |Herbert
> 
> Ok but how can i do for just 1 chapter and not for the
> others. For example, i would like to have:
> 
> Depth 3 for Chapter 1
> Depth 2 for Chapter 2
> Depth 3 for Chapter 3

from my point of view it's only possible with the global 
setting of tocdepth to 2 and than with the latex command

\addcontentsline{subsubsection}{any text ...}

behind any subsubsection-line for the chapters, which
have more than subsection-depth

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to