在背页中更改Zotero参考书目语言

时间:2019-11-24 17:51:27

标签: latex bibliography biblatex

我将Zotero与Overleaf配合使用如下:

\usepackage[backend=bibtex, style = authoryear]{biblatex}
\addbibresource{references.bib}
\selectlanguage{german}
\printbibliography

结果看起来不错,因为我获得了我的书目称谓,并且引用按预期工作。唯一的缺点是我的书目中的文字和文字中的引用都是英文的(例如,上次访问的作者1和作者2,...),但我需要使用德语。我尝试使用\usepackage[german]{babel},但随后出现以下错误:

TeX capacity exceeded, sorry [input stack size=5000].

\@ifundefined #1->\expandafter \ifx \csname #1
                                              \endcsname \relax \expandafter...
l.52 ...Init\CurrentOption{captions\CurrentOption}

If you really absolutely need more capacity,
you can ask a wizard to enlarge me.

还有其他方法可以更改引文和书目语言吗?

1 个答案:

答案 0 :(得分:0)

深入研究几个自定义样式文件后,我发现了\RequirePackage{german}。包括德国巴别包时,似乎会造成麻烦。删除此行可解决错误。