BibTeX, biblatex and bibermultiple bibentry lists

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
phoneticist
Posts: 15
Joined: Sat Jul 25, 2009 12:54 am

multiple bibentry lists

Post by phoneticist »

Hello

Is it at all possible to generate multiple bibliographies within one document using bibentry? The style used in the discipline is Harvard or Natbib (agsm). I need my doc to look smth like:

1 Important papers
bibitem
bibitem
bibitem


2 Not-so-important papers
bibitem
bibitem
bibitem


THE END

Instead of grouping my items into separate lists, the bibentry produces the following output:

1 Important papers
2 Not-so-important papers

bibitem
bibitem
bibitem
bibitem
bibitem
bibitem

THE END

i.e. creates one big list of bibliography (!)

Would really appreciate any advice. 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
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

multiple bibentry lists

Post by gmedina »

Hi,

I would suggest you to use the multibib package. I don't know, however, if this package is incompatible with the use of \bibentry.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
phoneticist
Posts: 15
Joined: Sat Jul 25, 2009 12:54 am

Re: multiple bibentry lists

Post by phoneticist »

Thanks. I've been thinking about that myself.
Post Reply