I'm using natbib to process my Author-Date citations (\bibpunct[:~]{(}{)}{;}{a}{}{;}) and am aware how to make multiple citations:
Code: Select all
\citep{Ref1,Ref2}
However, I am also using arguments to give page numbers, eg:
Code: Select all
\citep[10-11]{Ref1}
I want to have multiple citations with separate page numbers to produce:
(Author1 2002: 10-11; Author2 2008: 233)
But I can't find a way to do this. Can someone help me out?
Cheers,