Text Formatting ⇒ Index with second page.
Index with second page.
How make, that document with type "scrartcl" starts numeration of pages with second page? Because first page is titlelist.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
Index with second page.
Put what you want to appear on the title page inside a titlepage environment. This will make a new page start after it. (Could also do that manually of course.) Use \thispagestyle{empty} to switch off page numbers on the title page.
All together:
All together:
Code: Select all
\begin{titlepage}
% your stuff
\thispagestyle{empty}
\end{titlepage}
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).