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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply