Hi Lyxers!
I�m a Lyx-newbie and ran in two problems:
1. The linebreaks within words at the TOC look ugly. How can I prevent
these linebreaks in the TOC?
I tried
\mbox{ bla bla .....bla}
but then, there wasn�t any linebreak at all and the line in the TOC left
the right margin. The section line looks
quite OK in the normal text, so I don�t want to do a linebreak in the
section line, causing the TOC-line to behave the same.
2. I tried Herbert Voss� trick to prevent pagenumbering showing up in the
TOC:
\tableofcontents
\addtocontents{toc}{\protect\thispagestyle{empty}}
The problem is, that I�m using fancyheader, so I tried a
\addtocontents{toc} {\protect\fancyfoot{}}
This works fine for the TOC, but in the normal text, the pagenumbering at
even pages disappeared.
Thanks in advance
Andi