Text FormattingLet Bibliography start on new Page

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
lynnlee
Posts: 50
Joined: Fri Jan 04, 2013 10:15 am

Let Bibliography start on new Page

Post by lynnlee »

Hi community,

I need the bibliography to appear in a separate page, not connected with the previous page. What I use is to set space, like \vspace. Any other command that can be used to separate bibliography from previous page?

Any suggestion is appreciated.

Best,
Lynn

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Let Bibliography start on new Page

Post by kaiserkarl13 »

Issuing \clearpage right before \bibliography will ensure it starts on a new page, after floats are placed. You can use \newpage if you don't want the float queue purged first.
lynnlee
Posts: 50
Joined: Fri Jan 04, 2013 10:15 am

Let Bibliography start on new Page

Post by lynnlee »

Thanks, kaiserkarl13. It works fine.

Best,
Lynn
Post Reply