From 4cdc957c7bfe0ba80af9e04a4a2268c3978ae673 Mon Sep 17 00:00:00 2001 From: Joe Foley Date: Fri, 17 Mar 2023 09:55:38 +0000 Subject: [PATCH] apacite needs bibliographystyle too! --- main.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.tex b/main.tex index bd13b5a..05e1089 100644 --- a/main.tex +++ b/main.tex @@ -9,8 +9,10 @@ %\usepackage{apacite} %% Uncomment the apacite package for APA style citations -%% You will also need to comment out the line (around line 134) +%% You will also need to disable the IEEE style (around line 134): %% % \bibliographystyle{IEEEtran/bibtex/ieeetran} +%% and enable the apacite style: +%% \bibliographystyle{apacite} %%%%%% Packages and Macros %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{custom} @@ -133,6 +135,7 @@ It is likely to save you a lot of frustration and errors. \part{The Second Part} % Parts optional but useful in longer documents \bibliographystyle{IEEEtran/bibtex/ieeetran} +%\bibliographystyle{apacite} %% for APA. You need apacite package too \bibliography{references} %% If appendices are needed, uncomment the following line