On Wed, Jan 2, 2013 at 9:44 AM, John Kane <[email protected]> wrote:

>
> Latex Preamble
>  \usepackage[style=authoryear,natbib=true, backend = biber]{biblatex}
>  \addbibresource{biblatex1.bib}
>
>                                ^^^^^^^^^^^^^^^
There is the error. Your bibfile is called *biblatex_style_guide.bib *not
biblatex1.bib. Replace that line in your preamble with

\addbibresource{biblatex_style_guide.bib}


and it should work (it does here). I normally use absolute paths (i.e.
\addbiresource{/your/absolutel/path/biblatex_style_guide.bib}, but it
should work with just the file name if the file is in the same directory as
your lyx file.


Cheers,

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

[email protected]
http://stefano.cleinias.org

Reply via email to