Search found 1 match

by DaniR
Tue Nov 12, 2013 7:27 am
Forum: BibTeX, biblatex and biber
Topic: Problem with aux file for .bib file
Replies: 16
Views: 174220

Re: Problem with aux file for .bib file

Embarrassed to admit I made an account for this, but um double check the name of your bibliography - cuz mine was wrong:
\bibliographystyle{Bibtype}
\bibliography{YourFile}
replace Bibtype and YourFile with the desired bib type and file name. If anybody else made this silly mistake, hopefully this ...