General ⇒ Changing Bibliography Layout
Changing Bibliography Layout
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!
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
Code: Select all
\usepackage[sectionbib]{chapterbib}
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Changing Bibliography Layout
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!