I'm using this template style found here: http://www.latextemplates.com/template/masters-doctoral-thesis.
I used Bibdesk to create my .bib file.
The citekeys weren't working, I was simply getting [ ?] for every citation, so I replaced them all with hand done references, and am trying to create the bibliography using
\cite{*}. However, it's not creating a bibliography and I'm getting no error messages explaining why.
This is the excerpt from the main.tex file that references bibliographical stuff. I've been reading through similar problems but haven't found anything that worked for me. Thanks for any help!
\lhead{\emph{Bibliography}} % Change the page header to say "Bibliography"
\bibliographystyle{unsrtnat} % Use the "unsrtnat" BibTeX style for formatting the Bibliography
\bibliography{Bibliography} % The references (bibliography) information are stored in the file named "Bibliography.bib"
\nocite{*} % pulls everything in the bibliography file.
bibtex yourfilewhereyourfile.texis the name of your main tex file. Sequence ispdflatexbibtexpdflatexpdflatex. Append yourfile in all the four. – May 24 '14 at 23:13main.texin texshop. Choosepdflatexand compile. Now choosebibtex` and compile. Is that what you are doing? I don't have texshop. – May 25 '14 at 00:01