Added APA setup

This commit is contained in:
2024-11-15 18:53:54 +00:00
parent bdd9a20695
commit 041dcc8a86

View File

@@ -12,8 +12,16 @@
\setdefaultlanguage{english}
\setotherlanguage{icelandic}
%%% Setup citations
%%% Setup citations: pick one format
%% IEEE Format
\usepackage[backend=biber,style=ieee]{biblatex}
%% APA Format
%\usepackage[style=apa,backend=biber]{biblatex}
%\DeclareLanguageMapping{english}{english-apa}
%% Warning: Icelandic APA has issues because you have to get the grammar right which needs to know if the word is male or female
%% \parencite{} for parenthesis around the citation
%% \textcite{} is for when the information is part of a sentence.
%% \cite{} just puts the name and year
\addbibresource{references.bib}
\usepackage{biblatex-IS}%%loads Icelandic translations for things polyglossia missed