2008/12/9 Jürgen Spitzmüller <[EMAIL PROTECTED]>:
> Tom Bush wrote:
>> If it's not too much trouble, what does citealp mean in contrast to citep?
>
> These are the natbib citation commands. LyX uses them internally:
>
> \citet{key} ==>> Jones et al. (1990)
> \citet*{key} ==>> Jones, Baker, and Smith (1990)
> \citep{key} ==>> (Jones et al., 1990)
> \citep*{key} ==>> (Jones, Baker, and Smith, 1990)
> \citep[chap. 2]{key} ==>> (Jones et al., 1990, chap. 2)
> \citealt{jon90} ==>> Jones et al. 1990
> \citealt*{jon90} ==>> Jones, Baker, and Williams 1990
> \citealp{jon90} ==>> Jones et al., 1990
> \citealp*{jon90} ==>> Jones, Baker, and Williams, 1990
>
> Jürgen
>
Jürgen,
Vielen dank, that's awesome, just what I needed!
Cheers,
Tom