即使使用最简单的代码,我也遇到了 biber 问题:
\documentclass{book}
\usepackage[backend=biber]{biblatex}
\begin{filecontents}{\jobname.bib}
@book{fittizio,
author = {Paolo Polesana},
title = {De Polesanis},
year = {1980},
edition = {2},
publisher = {s.n.},
location = {Bresso},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
Lorem \cite{fittizio}
\end{document}
运行书目编译器后,我收到此错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
看起来编译器根本找不到 biber。我使用的是 MacTex,并通过 TexShop 编译我的文件。我在首选项中设置biber
编译我的参考书目,如图所示:
似乎是安装问题:我最近安装了最新版 (2023) 的 Tex Live。2020 版可以运行。
有什么建议吗?