File names with commas and biblatex don't mix: biblatex won't
recognize .bib files at all.
What happens is that biblatex tells bibtex to search for
filename-blx.bib as well as the .bib files you specify, but since
filename has commas in it, bibtex thinks the first .bib file to look
for ends at the comma, and throws an error, such as the following:
: \bibdata{Respect
:
,_Social_Roles,_and_Reactive_Attitudes-blx,bibdatabase,bibdatabase-helm}
I'm skipping whatever remains of this command
I found no database files---while reading file
Respect,_Social_Roles,_and_Reactive_Attitudes.aux
(Of course, this error doesn't show up in the LaTeX logfile within
LyX, since it's a bibtex error.)
Might this problem crop up with other characters in filenames other
than commas?
Can LyX do something to solve this problem?
BH