Tested apacite and added instructions

This commit is contained in:
2023-03-16 13:30:14 +00:00
parent dff95a8872
commit 834067df19
2 changed files with 14 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ These instructions (unless otherwise stated) assume you are in the School of Sci
If you are in another department, you should make sure that the template meets your specific requirements. If you are in another department, you should make sure that the template meets your specific requirements.
\begin{itemize} \begin{itemize}
\item Current maintainer: Joseph Timothy Foley. \item Current maintainers: Joseph Timothy Foley and Marcel Kyas.
Questions, comments, complaints: \formatemail{foley AT ru.is} Questions, comments, complaints: \formatemail{foley AT ru.is}
% or cs-grad AT ru.is %% not sure why we had this address % or cs-grad AT ru.is %% not sure why we had this address
@@ -47,6 +47,14 @@ If you are in another department, you should make sure that the template meets y
% \url{https://list.ru.is/mailman/listinfo/latex-announcements} % \url{https://list.ru.is/mailman/listinfo/latex-announcements}
\end{itemize} \end{itemize}
\subsection{Frequently Asked Questions}
\begin{itemize}
\item {\em How do I use APA citations?}
The template is setup to use IEEE citations by default.
For those who want to use APA, you will need to use the \texttt{apacite} package.
In the \path{main.tex}, uncomment the package line near the top: \verb|\usepackage{apacite}|, then go to the bottom of the file and comment out the: \verb|\bibliographystyle{IEEEtran/bibtex/ieeetran}|
\end{itemize}
\subsection{Department of Engineering Links} \subsection{Department of Engineering Links}
\begin{description} \begin{description}
\item[Information for Students] \url{https://www.ru.is/tvd/upplysingar-fyrir-nemendur/} \item[Information for Students] \url{https://www.ru.is/tvd/upplysingar-fyrir-nemendur/}

View File

@@ -7,6 +7,11 @@
%% Options for ruthesis in []: %% Options for ruthesis in []:
%% IS Icelandic is main language, otherwise default to English %% IS Icelandic is main language, otherwise default to English
%\usepackage{apacite}
%% Uncomment the apacite package for APA style citations
%% You will also need to comment out the line (around line 134)
%% % \bibliographystyle{IEEEtran/bibtex/ieeetran}
%%%%%% Packages and Macros %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%% Packages and Macros %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{custom} \usepackage{custom}
%% Commonly-used packages and macros are in custom.sty %% Commonly-used packages and macros are in custom.sty