Generalcan't get bibliography on its own page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
PGScooter
Posts: 31
Joined: Mon Jul 14, 2008 2:47 pm

can't get bibliography on its own page

Post by PGScooter »

Hi,

I cannot seem to get the bibliography on its own page! I have tried \newpage and \pagebreak (together and separately) but that does not seem to help. I suppose I could add vertical space, but I am assuming there is a better way. Thanks!

Code: Select all

\newpage
\pagebreak[4]
\bibliographystyle{elsart-harv}
\bibliography{thebib4}

Recommended reading 2024:

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

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

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

can't get bibliography on its own page

Post by phi »

What about \clearpage?
PGScooter
Posts: 31
Joined: Mon Jul 14, 2008 2:47 pm

Re: can't get bibliography on its own page

Post by PGScooter »

that did the trick!

I see now that I should have mentioned that I was working with floats but I guess you figured it out!

thanks
Post Reply