When printing page numbers in the \listoffigures pages, only the first page number is printed. The numbering remains correct as the pages progress, but the numbers are suppressed after printing the first page. I am using the standard report style. I am required to print every page number in table of contents, list of figures, etc.. . Any ideas on this behavior?
Thanks,
Ryan
General ⇒ List of Figures page numbering problem
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
List of Figures page numbering problem
Hi Ryan,
welcome to the LateX Community board!
I would expect this behaviour if the empty pagestyle is used. What pagestyle do you use or want? If you just writeinto your preamble, those pages should have their numbers at the bottom.
By the way, that's not a LaTeX Community subject, it's just LaTeX, so I will move that topic to the LaTeX/ General board. But I will wait until you find the answer here.
Stefan
welcome to the LateX Community board!
I would expect this behaviour if the empty pagestyle is used. What pagestyle do you use or want? If you just write
Code: Select all
\pagestyle{plain}
By the way, that's not a LaTeX Community subject, it's just LaTeX, so I will move that topic to the LaTeX/ General board. But I will wait until you find the answer here.
Stefan
Re: List of Figures page numbering problem
Hi Stefan,
Thanks for the help - that did the trick. I was using \fancypagestyle{plain}, but redefining the command to print only the page number in the bottom center. This didn't seem to work properly for one reason or another.
Thanks again,
Ryan
Thanks for the help - that did the trick. I was using \fancypagestyle{plain}, but redefining the command to print only the page number in the bottom center. This didn't seem to work properly for one reason or another.
Thanks again,
Ryan