BibTeX, biblatex and biberMultiple bibliographies - multibib

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ruudvh
Posts: 5
Joined: Thu Feb 19, 2009 8:10 pm

Multiple bibliographies - multibib

Post by ruudvh »

Hello,
I'm writing a thesis and would like to include a bibliography at the end of each chapter. I found the multibib package, and it seemed to provide exactly what i need. However, when i try to build my document in TXC, bibtex gets confused and tells me the references are not defined, I'm not citing anything and didn't define any bib style or source.

The main document amongst other stuff contains the following (the file for chapter 1 is chap1, while its references are stores in bib1):

Code: Select all

\documentclass[pdftex, a4paper, titlepage, final, twoside, headsepline, 12pt]{scrbook}
\usepackage{multibib}
\newcites{chone}{References}

\begin{document}
\input{chap1.tex}
\bibliographystylechone{unsrt}
\bibliographychone{bib1}
\end{document}
It does generate a 'chone' file though, which contains a lot of \citation commands.

Thanks for any help

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Medova
Posts: 28
Joined: Thu Nov 06, 2008 4:20 pm

Re: Multiple bibliographies - multibib

Post by Medova »

I have got the same problem - did you ever find an answer? Then please post :)
Post Reply