I am new in LaTeX and my document is showing [?] in the pdf for the \cite outptut and is showing no references, only the "References" title. The errors are "Citation 'Ratcliffe2000' on page 1 undefined", and "Citation 'Farina2002' on page 1 undefined".
I created my .bib file with JabRef 2.6 and my LaTeX file with Texmaker. I have tried running latex-bibtex-latex-latex and is still not working. Can anyone help me?
Thanks,
This is my LaTeX file:
Code: Select all
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{pgfkeys}
\usepackage{amssymb,amsmath}
\usepackage{mathrsfs}
\usepackage[left=1.5cm,top=2cm,right=1.5cm,bottom=2cm]{geometry}
\usepackage{cite}
\begin{document}
\title{Introduction}
\maketitle
\section{Vascular grafts}
Here goes the first reference \cite{Ratcliffe2000}.
\section{Techniques to reduce thrombosis}
\subsection{Perioperative techniques}
Here goes the second reference \cite{Farina2002}
\bibliographystyle{plain}
\bibliography{References}
\end{document}
Code: Select all
% This file was created with JabRef 2.6.
% Encoding: Cp1252
@ARTICLE{Farina2002,
author = {Farina, Jayme A. and Piccinato, Carlos E. and Rossi, Marcos and Mazzer
Nilton and Llorach-Velludo, Maria A.},
title = {Effect of isovolemic hemodilution with 3% albumin on thrombus formation
at venous microanastomosis in rats},
journal = {Microsurgery},
year = {2002},
volume = {22},
pages = {152-157},
owner = {DSP},
timestamp = {2011.01.12}
}
@ARTICLE{Ratcliffe2000,
author = {Anthony Ratcliffe},
title = {Tissue engineering of vascular grafts},
journal = {Matrix Biology},
year = {2000},
volume = {19},
pages = {353-357},
owner = {Equipo},
timestamp = {2011.01.12}
}
@BOOK{BuddyD.Ratner2004,
title = {Biomaterials Science},
publisher = {Elsevier},
year = {2004},
editor = {Ratner, Buddy D. and Hoffman, Allan S. and Schoen, Frederick J. and
Lemons, Jack E.},
edition = {Second},
owner = {DSP},
timestamp = {2011.01.11}
}
@comment{jabref-meta: selector_publisher:}
@comment{jabref-meta: selector_author:}
@comment{jabref-meta: selector_journal:}
@comment{jabref-meta: selector_keywords:}