I am new to LaTeX. I'm working with BibTeX and TexMaker to add references to my thesis but I have two problems. First it only shows some of the references and the rest look like "?". This is how it looks in the PDF.
I have tried the latex, bibtex, latex, latex with no luck. Second, I would like that instead of having numbers for the citations, it would be (name of author, year). Please help.... events [?, 3]. Sci ... bes [?, ?, 4].
Code: Select all
\documentclass[phd]{urithesis}
%% See http://www.ele.uri.edu/info/thesis/guide for details.
\usepackage[pdftex]{graphicx}
\usepackage{subfig}
\usepackage{amsmath,amssymb}
\usepackage{rotating}
\usepackage{textcomp}
\usepackage{caption}
\usepackage[margin=3.75cm]{geometry}
% for tables and figures
\usepackage{float}
\usepackage{subfloat}
\floatstyle{ruled}
\usepackage{multirow}
\usepackage{wrapfig}
\usepackage{tabularx}
\usepackage[english]{babel}
\usepackage{cite}
\newcommand*{\citedelimiter}{+}
\renewcommand{\rmdefault}{ptm}
\newcommand{\degree}{\ensuremath{^\circ}}
\def\imagetop#1{\vtop{\null\hbox{#1}}}
%% This makes the pdf file contain active links for all references,
%% urls, the table of contents, etc., and creates a pdf menu.
\usepackage[pdfborder={0 0 0},plainpages=false,pdfpagelabels]{hyperref}
\begin{document}