Greetings all,
I am writing a grant proposal that requires that the bibliography be a separate document with page number starting over again. At the end of the document, I invoke the bibliography with \bibliography{filename}. Everything works fine, but I would like to have the actual bibliography start with new page numbers so that I can save it as a separate file. I hope that made sense.
Thanks in advance,
David
Page Layout ⇒ re-numbering bibliography section
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
re-numbering bibliography section
Just reset the page number right before your bibliography starts.
Best regards and welcome to the board
Thorsten
Code: Select all
\setcounter{page}{1}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: re-numbering bibliography section
Hi. Thanks for the quick response. When add that command as follows
\setcounter{page}{1}
\bibliography{kaplan}
\end{document}
it actually numbers the last page of text as page 1 and starts the bibliography on page 2.
Thoughts.
Thanks again in advance.
David
\setcounter{page}{1}
\bibliography{kaplan}
\end{document}
it actually numbers the last page of text as page 1 and starts the bibliography on page 2.
Thoughts.
Thanks again in advance.
David
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: re-numbering bibliography section
Hi David,
try \cleardoublepage oder \clearpage before changing the page counter.
Stefan
try \cleardoublepage oder \clearpage before changing the page counter.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
re-numbering bibliography section
A simple \newpage will do also.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: re-numbering bibliography section - nevermind
Hi. Nevermind previous post. I got it to work by having \newpage before \setcounter.
Thanks again.
David
Thanks again.
David