I just tried to run this code in Text Studio but it still dose not work:
\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}
I read that for biblatex-chicago package, we need to default compiler to: pdflatex+biblatex+pdflatex+pdflatex
I did the same thing as you can see in the screenshot
But unfortunately, I still do not receive the desired output in the footnote.
I'm just wondering what I need to do to make it work properly.
txs://pdflatexlooks shifty. Surely it should be either BibTeX or Biber. – moewe Aug 19 '22 at 05:50