BibTeX, biblatex and biber ⇒ multiple bibentry lists
-
- Posts: 15
- Joined: Sat Jul 25, 2009 12:54 am
multiple bibentry lists
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.
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
multiple bibentry lists
I would suggest you to use the multibib package. I don't know, however, if this package is incompatible with the use of \bibentry.
-
- Posts: 15
- Joined: Sat Jul 25, 2009 12:54 am