I have been putting references into my document with no problems until today. Now all of a sudden when I put a new reference in I get two error messages and get told the following:
Package natbib warning: Citation xzy on page x undefined on line y
Package natbib warning: There were undefined citations
I am using windows, MiXTeX 2.9, TeXnic center, and JabRef. I have looked at the bib file that JabRef generates and the citation information is in the file.
The citations I had in previously still compile ok and can be entered in new parts of the document without error. Its just the new citation that I put into the Jabref program today that wont work.
\documentclass{article}
\usepackage[a4paper,hmargin={2cm,2cm},vmargin={2cm,2cm}]{geometry}
\usepackage{setspace}
\usepackage[maxauthors=20,etalmode=truncate,biblabel=period]{achemso}
\usepackage[journal=rsc]{chemstyle}
\usepackage{chemscheme}
\usepackage[version=3]{mhchem}
\usepackage{textcomp}
\usepackage{threeparttable}
\usepackage{textcomp}
\usepackage{lmodern}
\usepackage{color, colortbl}
\usepackage{array}
\usepackage{float}
\usepackage{color}
\usepackage{soul}
\usepackage{picins}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{longtable}
\usepackage{caption}
\usepackage{subcaption}
\begin{document}
text goes here.\cite{Global2013}
\bibliography{References}
\end{document}
The offending part of the .bib file follows:
@TECHREPORT{Global2013,
author = {Future Markets, Inc},
title = {The Global Market for Quantum Dots},
year = {2013},
owner = {x},
timestamp = {2013.06.17}
}
\citethe exact same key you used in the.bibfile? – Gonzalo Medina Jun 16 '13 at 23:02.bibfile too. – Gonzalo Medina Jun 16 '13 at 23:18.bibfile. – Gonzalo Medina Jun 16 '13 at 23:35natbib, but your minimal code doesn't loadnatbib. Also, you didn't include the style used (the line with\bibliographystyle{...}). – Gonzalo Medina Jun 16 '13 at 23:52mybibtest.tex, and then runpdflatex+bibtex+pdflatex+pdflatex. Do you get the same result as in the image I attached or do you get error(s)/warning(s)? Please report the outcome. – Gonzalo Medina Jun 17 '13 at 00:16\bibliographystyle{...}line? – Gonzalo Medina Jun 17 '13 at 00:50