When I compile I get "Warning: Empty `thebibliography` environment on input line 3."
I'm using TexnicCenter, LaTeX => PDF, compiling with pdflatex.exe, the "Do not use BibTeX" option is unchecked, and it is executing with bibtex.exe.
My tex file ends with:
Code: Select all
\cite{something}
\bibliographystyle{plain}
\bibliography{test}
\end{document}
Code: Select all
@Book{something,
author = "Milton {Abramowitz} and Irene A. {Stegun}",
title = "Handbook of Mathematical Functions with
Formulas, Graphs, and Mathematical Tables",
publisher = "Dover",
year = 1964,
address = "New York",
edition = "ninth Dover printing, tenth GPO printing"
}