@Article{xxx,
author = "D.A. Reinhard",
title = "Case Study",
year = "1985",
}
and I reference them in my main document as \cite{xxx}
I am using Texworks on Windows. After compiling the bib to generate a bbl, when I compile then thesis.tex with: pdflatex +MakeIndex + BibTex, I am able to see the pdf of 'thesis', but I do not see the Bibilography section at the end and do not see references to the bibliography, not even question marks instead of the proper references to the bibliography.
I include the bibliography by typing
Code: Select all
\bibliographystyle{plain}
Code: Select all
\bibliography{"C:/Users/reference"}
I then tried pdflatex + bibtex + pdflatex + pdflatex. When I tried that, the 'References' section shows up at the end, but I do not see the references (such as
Code: Select all
1. Reinhard, D.A. Case Study
What am I doing wrong?
Many thanks!