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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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