Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-06-02 Thread Aleksey Orekhov
Tue, May 28, 2013 at 7:53 PM, Aleksey Orekhov wrote: > >> >> Changing my preamble to give the full path to the bib file >> solved the problem: >> >> before >> %biblatex >> \usepackage[style=ieee,natbib=true,backend=biber]{biblatex} >> \addbibresour

Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-05-28 Thread Aleksey Orekhov
Changing my preamble to give the full path to the bib file solved the problem: before %biblatex \usepackage[style=ieee,natbib=true,backend=biber]{biblatex} \addbibresource{Research.bib} after: %biblatex \usepackage[style=ieee,natbib=true,backend=biber]{biblatex} \addbibresource{/Users/Aleksey/

Lyx biblatex biber jabref Mac OSX lion trouble

2013-05-28 Thread Aleksey Orekhov
Hello, I've been trying to use biblatex in LYX with the Jabref interface for citations on Mac OSX Lion. I have followed all of the instructions I've been able to find online, and have gotten it to the point where, if I export plain latex from LYX and compile that, run biber, then recom