General ⇒ List of Figures page numbering problem
List of Figures page numbering problem
Thanks,
Ryan
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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