GeneralHow to start a new Page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
isharp2
Posts: 23
Joined: Fri Feb 11, 2011 2:06 am

How to start a new Page

Post by isharp2 »

Hi,
I would like to make a new page between my table of contents and my list of figures, so that they start on different pages, but the following is not correct..

Code: Select all

\renewcommand{\contentsname}{\begin{center}TABLE OF CONTENTS\end{center}}
\newpage
\renewcommand{\listfigurename}{\begin{center}LIST OF FIGURES\end{center}}
The list of figures is still on the same page as the table of contents.
Please help,
thanks,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to start a new Page

Post by localghost »

Some more information in form of a minimal example could be very helpful. It will give as important details such as the document class.

I seem to see that you want to have the headings of your lists (ToC, LoF, LoT) centered. Does this apply only to those headings or headings or to all headings in the complete document?


Thorsten
Post Reply