OK, sorry. so, I used the following
Code: Select all
\documentclass[a4paper,12pt,twoside]{article}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[swedish]{babel}
\usepackage{graphicx}
\usepackage[hang,small,bf]{caption}
\usepackage{amsmath,amsfonts,amssymb,epsfig}
\usepackage{natbib}
\begin{document}
.. was claimed \citet{Band1993}.
\section{Referenser}
\renewcommand*{\refname}{\vspace*{-10mm}}
\bibliographystyle{apalike}
\bibliography{ref}
\end{document}
with the following bib-file
Code: Select all
@ARTICLE{Band1993,
author = {{Band}, D. and {Matteson}, J. and {Ford}, L. and {Schaefer}, B. and
{Palmer}, D. and {Teegarden}, B. and {Cline}, T. and {Briggs}, M. and
{Paciesas}, W. and {Pendleton}, G. and {Fishman}, G. and {Kouveliotou}, C. and
{Meegan}, C. and {Wilson}, R. and {Lestrade}, P.},
title = "{BATSE observations of gamma-ray burst spectra. I - Spectral diversity}",
journal = {ApJ},
keywords = {GALACTIC HALOS, GAMMA RAY BURSTS, GAMMA RAY SPECTRA, STATISTICAL ANALYSIS, RADIATION DISTRIBUTION, TRANSIENT RESPONSE},
year = 1993,
month = aug,
volume = 413,
pages = {281-292},
doi = {10.1086/172995},
adsurl = {http://adsabs.harvard.edu/abs/1993ApJ...413..281B},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
My problem now is that in the bibliography LaTeX prints the whole lists of authors, I would like it to just say "Band et al." Ideas?