这里该做什么才能使 biblatex-chicago 正常工作?

这里该做什么才能使 biblatex-chicago 正常工作?

我刚刚尝试在 Text Studio 中运行此代码,但它仍然不起作用:

\begin{filecontents*}{mybiblio.bib}
@article{Chua1999,
  author = {Chua},
  title = {A title},
  journal = {A Journal},
  year = {1999},
}\end{filecontents*}

\documentclass{article}
\usepackage[backend=biber,authordate-trad]{biblatex-chicago}

\addbibresource{mybiblio.bib}

\begin{document}

...it is a temporary condition and can be changed\footfullcite{Chua1999}...

\printbibliography

\end{document}  

我读到对于 biblatex-chicago 包,我们需要将默认编译器设置为:pdflatex+biblatex+pdflatex+pdflatex

我做了和你在截图中看到相同的事情 在此处输入图片描述 但不幸的是,我仍然没有在脚注中收到期望的输出。

我只是想知道我需要做什么才能使其正常工作。

相关内容