BibTeX, biblatex and biberMultiple Citations in one Bracket

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
tobisax
Posts: 6
Joined: Wed Dec 28, 2011 10:59 am

Multiple Citations in one Bracket

Post by tobisax »

Hey,

I am totally new to the LaTeX world and have been working with it for the past few days. So far it works totally fine, but now I am experiencing a problem with BiBTeX:

I would like to cite various authors/articles at the end of one sentence in one single bracket:
text text text (Cole, 2003; James, 2005; Kottwitz, 2011)
and so on. I hope this is clear.

For now working with BiBTeX and searching the Forum didn't supply any solution.

Just for the record: I am working with TeXMaker and the following settings:

Code: Select all

\usepackage{natbib}
\bibliographystyle{plainnat}
\bibpunct{(}{)}{;}{a}{,}{,}
For citing I use:

Code: Select all

\citep{}
I would be more than glad if anyone could help me out here!
Thanks a lot! Tobi

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Multiple Citations in one Bracket

Post by kaiserkarl13 »

What does \citep{key1,key2} do? (As opposed to \citep{key1}\citep{key2}.)
Post Reply