BibTeX, biblatex and biberReferences/bibliography as unnumbered section

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
geertmonsieur
Posts: 1
Joined: Wed Mar 12, 2014 5:01 pm

References/bibliography as unnumbered section

Post by geertmonsieur »

Dear

I would like to have bibliographies at the end of each chapter in my Memoir-based book. I successfully used chapterbib for doing so. However, when I use the sectionbib option in chapterbib to force that the bibliography becomes an unnumbered section, I keep getting a numbered section...

So instead of having something like 1.7 References, I would like to see simply References (in Section*) style at the end of each chapter.

If I put the section biboption in the apacite package, I have the same result.

Basic structure of my tex document:

Code: Select all

\documentclass[10pt,twoside]{book}

\usepackage[natbibapa]{apacite}
\usepackage[sectionbib]{chapterbib}

\begin{document}

\chapter{Introduction}

\bibliographystyle{apacite}
\bibliography{bibfile}

\chapter{Method}

\bibliographystyle{apacite}
\bibliography{bibfile}

\end{document}
Last edited by cgnieder on Fri Mar 14, 2014 10:32 am, edited 1 time in total.

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

Post Reply