General\cite multiple works and page numbers specific for each work

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
cor
Posts: 1
Joined: Fri Oct 08, 2010 11:59 am

\cite multiple works and page numbers specific for each work

Post by cor »

Hi,

For references I am using
\usepackage[round]{natbib}
\bibliographystyle {apalike}

I would like to generate a reference looking like this:

(Askenfelt 1986; McIntyre et al., 1983, pp. 1331-1335; Schelleng 1973)

My problem is that I can generate a citation with multiple works in brackets only with page
numbers for the last work. Since I have to set the authors in alphabetical order the page numbers have to go to the citation of the work McIntyre et al.

Currently I am using:
\citep[pp. 1331-1335]{askenfelt:1986, schelleng:1973, mcintyre:1983}
which results in:
(Askenfelt, 1986; Schelleng, 1973; McIntyre et al., 1983, pp. 1331-1335)

Any idea how to put McIntyre et al. AND the page numbers to the middle of the reference (alphabetical order of authors) would be great. Thanks in advance,

best, Cor

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

\cite multiple works and page numbers specific for each work

Post by gmedina »

Hi,

try using the \citetext command; refer to the natbib documentation for details.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply