[EMAIL PROTECTED] wrote: > Is there a way to insert a \newpage in a TOC ? > It's a two parts standard book where Part II appears as the last line of a > page when its chapters numbered from one appear in a new page.
\addtocontents{toc}{\newpage} in ERT right before the \part Jürgen.