I am completely new to this stuff. I want to create a bib file and cite it from my text. Never thought
it is going to be a rocket science...
I have a .bib file with 1 entry:
@BOOK{Shasha2002,
title = {Database Tuning},
publisher = {The Morgan Kaufmann Series in Data Man¬agement Systems},
year = {2002},
author = {Shasha, D, Bonnet P.},
owner = {Andranik},
timestamp = {2008.09.21}
}
I have
\bibliographystyle{h-elsevier2}
\bibliography{bibliography}
in TeX file and
and a citation: \cite{Shasha2002}
I build it, and I get this:
BiBTeX
I found no \bibdata command ... in .aux file
I found no \bibstyle command ... in .aux file
Any ideas what is wrong?
P.S. my .bbl file is empty.
P.P.S. Thanks in advance
