GeneralList of Figures page numbering problem

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
rseal
Posts: 2
Joined: Wed Apr 23, 2008 4:31 am

List of Figures page numbering problem

Post by rseal »

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

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

List of Figures page numbering problem

Post by Stefan Kottwitz »

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 write

Code: Select all

\pagestyle{plain}
into 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
rseal
Posts: 2
Joined: Wed Apr 23, 2008 4:31 am

Re: List of Figures page numbering problem

Post by rseal »

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
Post Reply