以下代码未格式化引文和参考文献。最终的 PDF 包含句子 Let's cite Mittlebach mittelbach2004。我正在使用最新版本的 MikTeX,我(重新)安装了它。我在代码后包含了收到的两条错误消息。
\begin{filecontents}{\jobname.bib}
@book{mittelbach2004,
title={The \LaTeX Companion},
author={Mittelbach, Frank and Goossens, Michel},
year={2004},
publisher={Addison-Wesley Publishing Company},
address={Reading (MA):}
}
\end{filecontents}
%
\documentclass{article}
\usepackage[style=authoryear,backend=biber]{biblatex}
\addbibresource{\jobname.bib}
%
\begin{document}
Let's cite Mittlebach \cite{mittelbach2004}.
\printbibliography
%
\end{document}
错误消息:
LaTeX Warning: Citation 'mittelbach2004' on page 1 undefined on input line 18.
LaTeX Warning: Empty bibliography on input line 19.