Page Layout ⇒ Avoiding Page Break for Bibliography
-
- Posts: 2
- Joined: Wed Mar 04, 2009 8:27 am
Avoiding Page Break for Bibliography
-MattK
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Avoiding Page Break for Bibliography
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
-
- Posts: 2
- Joined: Wed Mar 04, 2009 8:27 am
Re: Avoiding Page Break for Bibliography
Matt
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Avoiding Page Break for Bibliography
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
Re: Avoiding Page Break for Bibliography
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.