Search found 1 match

by tijh
Tue Jul 17, 2012 1:37 am
Forum: BibTeX, biblatex and biber
Topic: Problem with aux file for .bib file
Replies: 16
Views: 174213

Re: Problem with aux file for .bib file

I had struggled with the same problem today, and thanks to mariana's comment I found what was wrong - one of the files I had \included in my main document had an "extra" \end{document} at the bottom, causing LaTeX to miss the bibliography-lines in the code.

Also, I had generated the .tex file I ...