[EMAIL PROTECTED] wrote:
> 
> Iīm sorry, but it didnīt work. There are still no pagenumbers at even
> pages.

i'm a bit confused. do you want to have pagenumbers in the toc or not?
if not:

>         \renewcommand\thepage{}
>         \tableofcontents% insert it via insert->lists & toc
>         \renewcommand\thepage{\arabic{page}}

if yes with fancyhdr write in preamble

\fancypagestyle{plain}{%
  \fancyhf{}
  \fancyfoot[C]{\bfseries \thepage}
  \renewcommand\headrulewidth{0pt}
  \renewcommand\footrulewidth{0pt}
}

> 
> The Latex-preamble looks like this:
> 
>         \usepackage{tocloft}
>         % Set Margins
>         \renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.3em}}
>         \renewcommand*\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}}
>         \renewcommand*\l@subsubsection{\@dottedtocline{3}{7.0em}{4.1em}}
>         \renewcommand*\l@paragraph{\@dottedtocline{4}{10em}{5em}}
>         \renewcommand*\l@subparagraph{\@dottedtocline{5}{12em}{6em}}
>         \renewcommand*\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}

this is in german doppelt gemoppelt. use tocloft OR the
equivilent latex commands.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to