Search found 1 match

by Alek
Wed Aug 08, 2012 4:54 pm
Forum: BibTeX, biblatex and biber
Topic: Problem with aux file for .bib file
Replies: 16
Views: 174220

Problem with aux file for .bib file

I had the same problem running TexMaker and I found this solution:

Fist I updated to the latest version of TexMaker (now 3.4.1).
Then just add backend=bibtex in the biblatex package options:

\usepackage[backend=bibtex,style=verbose-trad2,natbib=true]{biblatex}

that solved for me.

Hope it helps ...