Ebbe Juel Bech Nielsen <ebbeb <at> phys.au.dk> writes:
> JabRef generates the following keys Jackson2006
> and Jackson2006a.
If you are using natbib, here are a couple of things you can try. I'm not sure
if they work in the preamble; you may need to put them in ERT prior to the first
citation of either Jackson paper.
Option 1: \shortcites{Jackson2006, Jackson2006a}
Option 2: \defcitealias{Jackson2006}{Jackson et al. 2006}
\defcitealias{Jackson2006a}{Jackson et al. 2006a}
and then at the point of citation use \citetalias or \citepalias rather than
\citet or \citep.
Option 3: Combine both 1 and 2 (?).
HTH,
Paul