unfortunately I am currently experiencing a problem I couldn't yet find in the forum.
When I'm citing in a paper I need to add page references to the citations. for citations with just one author, this is no problem:
Code: Select all
\citep[p. 555]{author.1900}
Output:
But I have a few sentences where various authors are cited in the following style:(author, 1900, p. 555)
Code: Select all
\citep{author1.1901, author2.1902, author3.1903}
My problem now is how I can add page references to each author. an example might be:(Isoherranen et al., 2011; Lucas et al., 2012)
I hope I adressed the problem clearly. If you need any code information, I am more than happy to provide it. I would appreciate your help a lot!blablabla (author1, 1901, p. 555; author2, 1902, p. 222)
Many thanks
Tobi