0

I am using biblatex 3.0 (current with the TeX Live 2015 pretest) and hope to hove APA citations and a bibliography. Instead, the relevant lines shown below in LuaLaTeX generate a PDF with no bibliography printed and boldfaced BibTeX labels standing in for any citation. What am I doing wrong here?

% !BIB TS-program = biber
% !BIB program = biber
\documentclass[11pt,english]{article}
\usepackage[utf8]{inputenc}
\usepackage{fontspec}
\usepackage{polyglossia}
\setmainlanguage{english}
\usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{myfile.bib}
\begin{document}
\textcite{label}
\printbibliography
\end{document}
László
  • 101

0 Answers0