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:
and so on. I hope this is clear.text text text (Cole, 2003; James, 2005; Kottwitz, 2011)
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}{,}{,}
Code: Select all
\citep{}
Thanks a lot! Tobi