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!
General ⇒ Changing Bibliography Layout
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Changing Bibliography Layout
Seems like the chapterbib package with a special option could be helpful here.
For details please refer to the package manual.
Thorsten
Code: Select all
\usepackage[sectionbib]{chapterbib}
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Changing Bibliography Layout
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!
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!