phd-thesis-template icon indicating copy to clipboard operation
phd-thesis-template copied to clipboard

apa7 reference style

Open TXU0429 opened this issue 1 year ago • 1 comments

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}

TXU0429 avatar Jun 27 '24 15:06 TXU0429

Not tried it yet but biblatex-apa supposedly added apa7 awhile ago. It would obviously need to be tested with the template. https://github.com/plk/biblatex-apa

GR8DAN avatar Jun 27 '24 17:06 GR8DAN