I'm Mike and new to the forum.
I'm a relative newcomer to LaTeX and a complete beginner as regards BiBTeX.
I've been trying to use BiBTeX Version 0.99c with TeXnicCenter but it's not working. I'm using the "plain" style file. When BiBTeX is run, for every citation it says
And then saysWarning--I didn't find a database entry for "..."
An example of one of my biblio entries isCouldn't find the input index file "...\dissertation.idx"
Code: Select all
@Article{Job_etal:2007,
title = {Solitary wave trains in granular chains: experiments, theory and simulations},
author = "St\'{e}phane Job and Francisco Melo and Adam Sokolow and Surajit Sen",
journal = {Granular Matter},
volume = {10},
number = {1},
pages = {13-20},
year = {2007},
month = {December},
doi = {10.1007/s10035-007-0054-2},
publisher = {Springer Berlin / Heidelberg}
}
Code: Select all
\cite{Job_etal:2007}
Please let me know if you have any ideas!
Thanks, Mike