On Wed, May 16, 2012 at 4:18 PM, Bernd Kappenberg
<bernd.kappenb...@gmx.de> wrote:
> Warnings:
>
> Package csquotes
> Warning: Using preliminary 'polyglossia' interface.
>
> LaTeX Warning: Unused global option(s):
>
> [ngerman].
>
>
> Package biblatex Info: ... file 'hous1.bbl' not found.
>
> No file hous1.bbl.
>
>
> LaTeX Warning: Citation 'Abbott2012' on page 1 undefined on input line 26.
>
> LaTeX Warning: Empty bibliography on input line 34.
>
> ...
>
> LaTeX Warning: There were undefined references.
>
> Package biblatex Warning: Please (re)run Biber on the file:
>
> (biblatex) hous1
>
> (biblatex) and rerun LaTeX afterwards.
>
>


Bernd,

I took a look at your file, but I see at least one big issue:

Where are you loading the bib file?
Your preamble should have a line with something like

\addbibresource{\the\path\to\the\bibfile.bib}

or, if you are suing an older version of biblatex,

\bibliography{\the\path\to\the\bibfile.bib}

notice that the .bib extension is *mandatory* with \addbibresource and
optional with \bibliography.

It seems to me that biblatex is not finding the bib file, hence biber
does not get started and \printbibliography has no effect.
That's why I asked in my previous message whether you were getting
correct citations in the body text.

Stefano



-- 
__________________________________________________
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies            Ph:   +1 (979) 845-2125
Texas A&M University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org

Reply via email to