GeneralPage number on chapter page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
j5comp
Posts: 9
Joined: Sun Apr 06, 2008 2:55 pm

Page number on chapter page

Post by j5comp »

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)???

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Page number on chapter page

Post by gmedina »

That is precisely the bahaviour in the standard document classes, as the following example illustrates:

Code: Select all

\documentclass{book}

\begin{document}

\tableofcontents
\clearpage
\listoffigures
\clearpage
\listoffigures
\clearpage

\chapter{First chapter}

\end{document}
What document class are you using?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply