Page LayoutAvoiding Page Break for Bibliography

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mattkizerian
Posts: 2
Joined: Wed Mar 04, 2009 8:27 am

Avoiding Page Break for Bibliography

Post by mattkizerian »

Does anyone know how to stop LaTeX from inserting a page break before the Bibliography section? I've got a small bibliography in a short document, and I'd rather not have the extra page if possible.

-MattK

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Avoiding Page Break for Bibliography

Post by Stefan Kottwitz »

Hi Matt,

that depends on which document class you are using. In the case of the article class there's no page break before the bibliography.

Which class do you use? Perhaps you're using a document class designed for bigger documents, that would generate a pagebreak there.

Stefan
LaTeX.org admin
mattkizerian
Posts: 2
Joined: Wed Mar 04, 2009 8:27 am

Re: Avoiding Page Break for Bibliography

Post by mattkizerian »

I'm using KOMA script, specifically scrreprt. I didn't think to check the KOMA documentation to see if there was an option for that. Anyone know offhand?

Matt
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Avoiding Page Break for Bibliography

Post by Stefan Kottwitz »

Hi Matt,

KOMA-Script is a very good choice. But why don't you use scrartcl instead of scrreprt? Do you need chapters for small documents? The bibliography will also start a new chapter and therefore also a new page, it's using \chapter, \chapter* or \addchap depending on the options.

You could redefine the internal macro \bib@heading to use something else instead of a chapter macro. But at first you should be sure about the choice of the class ... do you are?

Stefan
LaTeX.org admin
sivals
Posts: 8
Joined: Mon Jul 27, 2009 6:12 pm

Re: Avoiding Page Break for Bibliography

Post by sivals »

Hi

I am using book class and \chapterbib. i want to avoid empty page before reference. please any one help me to solve this issue. thank you for your time.
Loki-_-
Posts: 1
Joined: Wed Jan 27, 2016 7:10 pm

Re: Avoiding Page Break for Bibliography

Post by Loki-_- »

The option bibliography=leveldown when loading the documentclass worked for me.
Post Reply