I have been using LaTeX and "abbrv.bst" for a while. I don't know what I have changed but now my bib file does not work, i.e., I cannot see my references. I've prepared a minimal example as well but still no luck. Here is what I did:
Code: Select all
\documentclass[11pt]{article}
\setlength{\textheight}{9.00in} \setlength{\textwidth}{6.50in}
\setlength{\oddsidemargin}{0.0in}
\setlength{\evensidemargin}{0.0in}
\setlength{\topmargin}{0.0in} \setlength{\headheight}{0in}
\setlength{\headsep}{0in} \setlength{\parindent}{0.25in}
\setlength{\topskip}{0.0in} \setlength{\marginparwidth}{.725in}
\begin{document}
\section{Multi-period Model:}
Patel \cite{dude05}.
\bibliographystyle{abbrv}
\bibliography{ref}
\end{document}
Code: Select all
@ARTICLE{dude05,
AUTHOR = {Dude Duddy and Duddy dude},
TITLE = {Clustering sensors},
JOURNAL = {Fasulye},
VOLUME = {53},
YEAR = {2015},
PAGES = {432--442},
}
Code: Select all
This is BibTex, Version 0.99cThe top-level auxiliary file: test.aux
The style file: abbrv.bst
"
:
:
(Error may have been on previous line)
(There was 1 error message)