BibTeX, biblatex and bibermultiple bibliographies

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
alicehs
Posts: 18
Joined: Sun Jan 25, 2009 3:53 pm

multiple bibliographies

Post by alicehs »

Hi,

I have quite a specific request. I am writing a manual using LaTeX (article class) and have a main file (called main.tex) from which all sections and subsections are \input from separate *.tex files.

What I would like to have is a bibliography at the end of each Section containing all the refernces in all the subsections contained within it. Preferably listed by subsection. I would also like a complete bibliography listed alphabetically at the end of the whole document.

I have tried looking into the 'chapterbib' and 'bibunits' usepackages, but cannot see how I can have only one bibliography at the end of each Section, despite including several \input files as subsections. I also only want to use one .bib file otherwise I cannot use the same references in different sections. Any ideas...?

Thanks.

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

multiple bibliographies

Post by localghost »

Perhaps the multibib package will do.


Best regards and welcome to the board
Thorsten¹
alicehs
Posts: 18
Joined: Sun Jan 25, 2009 3:53 pm

Re: multiple bibliographies

Post by alicehs »

I did look at the multibibs package but I have a couple of reservations:

1) using numerical refrencing gets confused. Especially if you have the same references appearing in two different sections. True?
2) the document needs to be easily editeable by multiple authors. Anything like having to remember different \bibcite commands for different sections adds complexity I'd rather avoid because mistakes mounup and soon you have an unuseable document.

Thanks for the pointer though. I'm not even sure if what I want is possible!

Think maybe I'm just being picky and should settle for a slight reorganisation so that 'chapterbib' will work as I want it too. Do you know if I use \input{subsection.tex} from a section.tex file, and then in the main.tex file use \include{section.tex}, whether 'chapterbib' will pick up on the citations in the subsections?
Post Reply