I would like to use Lyx with the biblatex-apa package for writing up my dissertation. However, I am struggling to get it to work. I have used vanilla Lyx with apacite for previous assignments, but never got inline citation to work; so I had to resort to typing references out manually. For my dissertation, I would like to get more out of Lyx and Latex. I'm only in the early stages of producing my dissertation and I'm trying to get everything working while I'm not under pressure to produce anything.
To that end I am using Ubuntu 12.04, Lyx 2.0.4 and have installed Texlive 2012 using the backports repo. In addition to this, I have also manually downloaded the latest biblatex, biblatex-apa and csquotes to a \texfm\tex\ directory in my home folder. Without this last measure, I get errors with trying to compile. I wonder therefore if something may be wrong with my texlive installation or the means by which Lyx communicates with it.
Now I can get a sample lyx file to compile to pdf, with inline references from a .bib. However, I cannot get the bibliography to appear. I have inserted the following Latex code where I would like the bibliography to appear:
Code: Select all
\begin{refsection}[/home/rfa/Downloads/biblatex/sample.bib]
\printbibliography
\end{refsection}
The current content of my preamble is as follows:
Code: Select all
\usepackage[british]{babel}
\usepackage{csquotes}
\usepackage{color}
\usepackage[style=apa, backend=biber]{biblatex}
\addbibresource{/home/rfa/Downloads/biblatex/sample.bib}
\def\citet{\textcite}
\def\citep{\parencite}
\def\citealp{\nptextcite}
In short; I am way out of my depth and will be grateful for any assistance should anyone be both willing and able to give it. Thank you for reading my post
