When I compile my Latex file, I get this error:
ERROR - Cannot find control file 'references.bcf'! - did you pass the "backend=biber" option to BibLaTeX?
Do you have any idea what is the source of this problem ?
P.S.: I have Texstudio as an editor, and in Options\Configure Texstudio\Commands I set biber.exe % and bibtex8.exe % in BibTex and BibTex 8bits boxes, respectively.
references.tex, right? and yourpdflatexrun was successful? – Oct 01 '15 at 17:36backend=biberin the options of packagebiblatex. – Johannes_B Oct 01 '15 at 17:57biblatexpackage. I fact, I am using\documentclass[...]{IEEEtran}– tam Oct 01 '15 at 19:44backend=biberis the default ofbiblatex. No need to define it. – Oct 01 '15 at 20:00backend=bibtex. I have seen many of those. – Johannes_B Oct 01 '15 at 20:02