Is there a way to automatically reduce the list of authors in a bibliography entry to let's say three and append "et al"? I mean not just in the cite-key (which is standard behavior for natbib), but in the actual bibliography item.
An example where this might be desirable (random biology paper with many authors).
LaTeX source:
Code: Select all
\documentclass{article}
\usepackage{natbib}
\title{Some title}
\begin{document}
\maketitle
\section{Section}
Content with citation \citep{paper}.
\bibliographystyle{abbrvnat}
\bibliography{references}
\end{document}
Code: Select all
@article{paper,
Author = {Loh, N. D. and Hampton, C. Y. and Martin, A. V. and Starodub, D. and Sierra, R. G. and Barty, A. and Aquila, A. and Schulz, J. and Lomb, L. and Steinbrener, J. and Shoeman, R. L. and Kassemeyer, S. and Bostedt, C. and Bozek, J. and Epp, S. W. and Erk, B. and Hartmann, R. and Rolles, D. and Rudenko, A. and Rudek, B. and Foucar, L. and Kimmel, N. and Weidenspointner, G. and Hauser, G. and Holl, P. and Pedersoli, E. and Liang, M. and Hunter, M. M. and Gumprecht, L. and Coppola, N. and Wunderer, C. and Graafsma, H. and Maia, F. R. N. C. and Ekeberg, T. and Hantke, M. and Fleckenstein, H. and Hirsemann, H. and Nass, K. and White, T. A. and Tobias, H. J. and Farquar, G. R. and Benner, W. H. and Hau-Riege, S. P. and Reich, C. and Hartmann, A. and Soltau, H. and Marchesini, S. and Bajt, S. and Barthelmess, M. and Bucksbaum, P. and Hodgson, K. O. and Struder, L. and Ullrich, J. and Frank, M. and Schlichting, I. and Chapman, H. N. and Bogan, M. J.},
Date = {2012/06/28/print},
Date-Added = {2012-07-02 08:41:15 +0000},
Date-Modified = {2012-07-02 08:41:15 +0000},
Day = {28},
Isbn = {0028-0836},
Journal = {Nature},
L3 = {http://www.nature.com/nature/journal/v486/n7404/abs/nature11222.html#supplementary-information},
M3 = {10.1038/nature11222},
Month = {06},
Number = {7404},
Pages = {513--517},
Publisher = {Nature Publishing Group, a division of Macmillan Publishers Limited. All Rights Reserved.},
Title = {Fractal morphology, imaging and mass spectrometry of single aerosol particles in flight},
Ty = {JOUR},
Url = {http://dx.doi.org/10.1038/nature11222},
Volume = {486},
Year = {2012},
Bdsk-Url-1 = {http://dx.doi.org/10.1038/nature11222}
}