Julio Rojas wrote:
> Small example working perfectly with biber. Even with the same
> preamble and configuration (a parent file and a lorem ipsum child
> file). The only change is a reduced bib file with some selected
> entries. Maybe some problem processing the bib file itself?

Maybe. Try to sort that out by checking which entries are the culprit. A thing 
that comes to mind is encoding. Which encoding does the bib file have? If it 
differs from the encoding of the document (as set via inputenc), you have to 
declare that via the bibencoding option, e.g.

\usepackage{...,bibencoding=latin9,backend=biber]{biblatex}

Again, please refer to the biblatex manual for details.

Jürgen

Reply via email to