kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
819 stars 391 forks source link

apa7 reference style #259

Open TXU0429 opened 1 week ago

TXU0429 commented 1 week ago

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}

GR8DAN commented 1 week ago

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