General ⇒ Page Numbering stops before Bibliography
-
- Posts: 35
- Joined: Thu Oct 27, 2011 5:31 pm
Page Numbering stops before Bibliography
I'm using the book doc class and the \begin{thebibliography} command to generate my list of bibliographic references. The (arabic) numbering of my pages stops in the last page of the last chapter. How can I force the Bibliography pages to get numbered as well? (I must have changed smth in my extremely elaborate template, because using the same template for another paper I'm writing issued an arabic numbered Bibliograpy section).
Thanks
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
Page Numbering stops before Bibliography
perhaps compare your templates. There's a tool called diff, which is able to compare files and to show differences, if you don't like to to it manually. diff is available for most common operating systems.
If you cannot find the difference, which causes it, you could show us the template and how you produce your bibliography. Perhaps a simple \pagestyle{fancy} before the bibliography fixes it, but it's hard to tell without knowing what you are doing.
Stefam