You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this great template. I have been using it for my PhD thesis and it has been very useful.
I have one question: I am trying to use apa7 style for my references. I tried to insert the following codes but it did not work. Could you please let me know how to use apa7 for all my references? Thank you!
The code I tried:
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
Hi,
Thank you for this great template. I have been using it for my PhD thesis and it has been very useful.
I have one question: I am trying to use apa7 style for my references. I tried to insert the following codes but it did not work. Could you please let me know how to use apa7 for all my references? Thank you!
The code I tried:
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=apa, backend=biber]{biblatex}
\addbibresource{references.bib}
\begin{document}
\autocite{sigfridsson}
\printbibliography
\end{document}
The text was updated successfully, but these errors were encountered: