I have used lyX for about a year now, and tried for the first time to "professionally" import references into the .lyX document by following this instruction, but after looking for a solution for several hours yesterday and today, I can't seem to find anything that solves it. From what I read the .lyX doesn't seem find the .bib file somehow, as nothing shows up in the .pdf file.
I'm using lyX 2.1 and JabRef 2.10 on Windows 8.
The preamble looks as following:
Code: Select all
\usepackage{xfrac}
\usepackage[per=frac,loctolang={DE:german}]{siunitx}
\sisetup{locale=DE}
\DeclareSIUnit\calorie{cal}
\usepackage{graphicx}
\usepackage{ae}
\usepackage[backend=biber,style=authoryear]{biblatex}
\addbibresource{C:/Users/Sascha/Desktop/IndustriepraktikumGrundpraxis.bib}
\usepackage{breakurl}
\usepackage{booktabs}
\usepackage{caption}
\captionsetup{format=hang, labelfont=bf, skip=1 pt}
\usepackage{tabularx}
\usepackage[version=3]{mhchem}
Kind regards,
Sascha