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.
BibTeX, biblatex and biber ⇒ multiple bibentry lists
NEW: TikZ book now 40% off at Amazon.com for a short time.
multiple bibentry lists
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.
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,...
-
- Posts: 15
- Joined: Sat Jul 25, 2009 12:54 am
Re: multiple bibentry lists
Thanks. I've been thinking about that myself.