jezZiFeR wrote: > You mean in the preamble? I have mentioned it there: > \usepackage[style=authoryear,natbib=true]{biblatex} > \bibliography{<name>}
The path is missing. The wiki clearly states that "Note that the bib file must either be located in your texmf-tree, or you must enter an absolute path in the command above." So write the full path to your working directory in the \bibliography command, not just the file name. E.g. \bibliography{/home/juergen/test/bbl/testbib} BTW if you use the biblatex module, you do not need a dedicated bblscrreprt layout. The normal KOMA report layout will do as well. Jürgen