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}
biber? If yes, what does theblgfile say? – Johannes_B Apr 30 '15 at 15:04inputencwill be of no use here, it could be of harm in the worst case. – Johannes_B Apr 30 '15 at 15:04bibtexcodea citing target contained inmyfile.bib? – Apr 30 '15 at 15:04biblatex 3.0andbiber 2.0are happily in love. That's correct.biblatex 2.0would be really old. – Johannes_B Apr 30 '15 at 15:24