General ⇒ List of Figures page numbering problem
List of Figures page numbering problem
Thanks,
Ryan
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
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
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