GeneralChanging Bibliography Layout

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
svenvbins
Posts: 3
Joined: Tue Jan 10, 2012 12:16 am

Changing Bibliography Layout

Post by svenvbins »

Hi all,

I'm working on a book containing many different 'sections' each written by different people. I used thebibliography to cite their references after each chapter. However, there is one thing I would like to change:

- Thebibliography starts the list on a new page. How can I make it start directly after the text?

Please mind I'm using thebibliography, not BibTex, if that's making any difference for this question.

Thanks a lot!

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Changing Bibliography Layout

Post by localghost »

Seems like the chapterbib package with a special option could be helpful here.

Code: Select all

\usepackage[sectionbib]{chapterbib}
For details please refer to the package manual.


Thorsten
svenvbins
Posts: 3
Joined: Tue Jan 10, 2012 12:16 am

Re: Changing Bibliography Layout

Post by svenvbins »

Interesting...
First, thanks a lot. Looked exactly like what I needed.
I tried it, and it worked. However, that was this afternoon. Now, (after having closed Texmaker and starting it again), citations are no longer recognized. I get the errors "Citation `OA1' on page 3 undefined" and the like. When I disable the package (by putting a % in front) and re-run a couple of times, it works again.

Does anyone know what's happening?

Thanks!
Post Reply