I am a new LaTeX user and want to add a bibliography to my Extended Project. I think that I have inputted my sources into bibteX correctly - all my sources look like:
Code: Select all
@misc{website:Condell Park,
author = {K. Duffy},
title = {Reaction Times and Sprint False Starts},
how published = {\url{http://condellpark.com/kd/reactiontime.htm}},
month = {September},
year = {2002},
note = {Accessed: 05/02/2013} }
I have saved the file as bibliography.bib and in my main document, I used:
Code: Select all
\bibliography{bibliography}
\bibliographystyle{plain}
and a bibliography title shows up but nothing else. Occasionally a few sources will show up and there will be numbers for the references, but many are blank.