Code: Select all
\documentclass{elsarticle}% V3.2 from http://ctan.org/tex-archive/macros/latex/contrib/elsarticle
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@article{Holzmann-TheModelCheckerSPIN,
author = {Gerard Johan Holzmann},
title = {The model checker {SPIN}},
journal = {{IEEE} {TSE}},
volume = 23,
number = 5,
month = may,
year = 1997,
pages = {279--295}
}
@article{Sutter-TheFreeLunchIsOver,
author={Herb Sutter},
title={The free lunch is over: a fundamental turn toward concurrency in software},
journal={Dr.\@ Dobb's Journal},
year = 2005,
volume=30,
number=3,
month=mar
}
\end{filecontents}
\begin{document}
\cite{Holzmann-TheModelCheckerSPIN,Sutter-TheFreeLunchIsOver}
\bibliographystyle{elsarticle-num}% V2.1 from http://ctan.org/tex-archive/macros/latex/contrib/elsarticle
\bibliography{\jobname}
\end{document}