I'm trying to insert a biblography on a report I'm trying to write. I've generated the .bib file with Mendeley and it works fine on a new document that I have created, but on the file that I'm working on it always return "There were undefined references." and [?] in the citation place. I figured there may be something wrong with the packages I've run at the beginning of the file. The packages are:
Code: Select all
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
But removing them doesn't solve the problem. Any idea what's wrong?