latex and bibtex problem

Posted by Hellnar on Stack Overflow See other posts from Stack Overflow or by Hellnar
Published on 2010-05-27T19:14:21Z Indexed on 2010/05/27 20:41 UTC
Read the original article Hit count: 190

Filed under:
|

Hello, I am trying to compile an academical paper with chicago style citations. For this I am using a file named chicago.sty,

Document compiles however I do not see any reference or citation.Instead I somehow get error when reading the paper.blg file:

This is BibTeX, Version 0.99cThe top-level auxiliary file: paper.aux
I couldn't open style file chicago.bst
---line 62 of file paper.aux
 : \bibstyle{chicago}

What is a blg file, and how can I generate it from the .sty file so that my citations and references display properly.

I do a such include:

....
\usepackage{chicago}
\addto\captionsenglish{\def\refname{Reference-List}}
....
....
%at the bottom of the source file:
\bibliographystyle{chicago}
\singlespacing
\bibliography{paper}%name of the bib file

Regards.

© Stack Overflow or respective owner

Related posts about latex

Related posts about bibtex