Hi again,
I'm using natbib in scrreprt for my thesis. In the examples for natbib multiple citations are separated by colon, the year is separated by a comma. In my case, everything is separated by colon or a comma:
with \usepackage[comma]{natbib}
citep{...} results in: (Hogben, 2008, Rubel, 2007, Halpin, 2008)
with \usepackage{natbib}
citep{...} results in: (Hogben; 2008; Rubel; 2007; Halpin; 2008)
But how can I get the style like it is in all the examples: (Hogben, 2008; Rubel, 2007...)?
Thanks a lot!
Text Formatting ⇒ citation problems with natbib/scrreprt
citation problems with natbib/scrreprt
Last edited by demon on Sat Feb 21, 2009 5:14 pm, edited 1 time in total.
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm
citation problems with natbib/scrreprt
Hi demon,
You can try Does that work?
You can try Does that work?
Re: citation problems with natbib/scrreprt
Excellent solution, works fine, thanks!
I only wonder why they display it like that everywhere when it's not default ...
I only wonder why they display it like that everywhere when it's not default ...
