I'm using the Elsevier article template. The problem is that bibliography article entries are not displayed as expected: the year is missing. Other entries (such as thesis) are displayed fine.
I'm using:
\bibliographystyle{elsarticle-num}
One of the entries (from the .bib file) that is troubling me is:
@article{dasilva2009,
year = {2009},
author = {Lawinscky da Silva, D. M. and de Lima., M. H. A. and Jacob, B. P.},
journal = {International journal of Modeling and Simulation for the Petroleum Industry},
month = jun,
number = {1},
title = {{Numerical Model for the Simulation of the Pipeline-Laybarge interaction in pipelaying procedures}},
volume = {3}
}
Any idea what could be the cause of this behaviour? If I switch to elsarticle-harv bibliography style, it lists all items fine.
elsarticle-num.bstregarding the year; if I remove theyearfield leavingmonth, BibTeX raises no "there's a month but no year" warning as it should. – egreg Mar 5 at 10:33