You have to actually cite one of the entries. For example, uncomment the line
%\cite{Lellis2014} use to cite
and you will get that entry in your list of references.
To include all entries from your bibfile without citing them, put the line
\nocite{*}
somewhere in your document body.
Of course you have to run bibtex
, and the bibliography file has to be called references.bib
.
manpreet
Best Answer
2 years ago
I am having a difficult time figuring out why my reference list after exporting a bibtex file from refworks. My tex code consists of one master file that ties together a set of files that contain the relevant text for the different sections of my document. Please see below for the combined tex code (after replacing all input statements with the relevant code) and the bib file.
Tex file:
bibtex file: