General ⇒ Page number on chapter page
Page number on chapter page
Anyone know how to force a page number to show up on the page with the chapter title (and also the page that gives the table of contents and table of figures title)???
NEW: TikZ book now 40% off at Amazon.com for a short time.
Page number on chapter page
That is precisely the bahaviour in the standard document classes, as the following example illustrates:
What document class are you using?
Code: Select all
\documentclass{book}
\begin{document}
\tableofcontents
\clearpage
\listoffigures
\clearpage
\listoffigures
\clearpage
\chapter{First chapter}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...