Hello, I'm trying to use biblatex with LyX. But upon compilation (View), I get undefined control sequence errors for the citations and "! LaTeX Error: missing 'biblatex' package." which is an indicator to me that biblatex isn't installed in a place that LyX can find.
I found this wiki to describe how to check if a package is installed correctly. http://wiki.lyx.org/FAQ/LaTeXErrors And kpsewhich lists the file correctly, and I executed > sudo texhash to update the database. And then reconfigure LyX. Still same error. I ran through the configurations of LyX to enable biber and biblatex http://wiki.lyx.org/BibTeX/Biblatex#using-biber Everything seems fine, but still biblatex not found. Am also puzzled at the log file. In the preamble, I include the biblatex package with \usepackage[sorting=none, url=true, firstinits=true, style=numeric-comp]{biblatex} But the error for the missing package, doesn't occur until after all of the document is processed. This is out of the usual order of errors I'm used to seeing with latex, i.e. the processing would stop in the preamble, if a package was missing. OBTW, the .tex file that I imported into LyX compiles without error using latex. So I'm pretty sure the problem is in a configuration with LyX Any suggestions would be appreciated. FWIW, I'm using LyX 2.1.2 and Linux Mint 17.1 Cheers, --Jim
