new version, trying to attend teacher request, changed bibliography to APA

This commit is contained in:
2022-05-31 00:34:03 +03:00
parent c3f2fcaa09
commit 9520c9f8f2
14 changed files with 3786 additions and 5 deletions

View File

@@ -5,17 +5,26 @@
% Created by: Eduardo Luis Hofmann
% Date: 09/09/2020
% License: GPL-3.0-or-later
% version: 2.1
% version: 3
% Using TexStudio and compiling with lualatex
% log
% Version 1: Initial template
% Version 2: Improved Latex features
% Version 3: Work to downgrade and somehow match SAMK MS Word thesis template, due to teachers complains
% To use Sublime-Text 4 check this guide: https://abhigupta.io/2021/05/14/clean-sublime-setup.html
%\documentclass[a4paper,11pt]{article}
\documentclass[a4paper,11pt]{memoir}
\documentclass[a4paper,12pt]{memoir}
\usepackage[natbibapa]{apacite} % this package is to cite using APA style in citations
\usepackage{graphicx} %for graphics image loading
\usepackage[sfdefault,lining]{FiraSans}
\usepackage[fakebold]{firamath-otf}
% need to have Arial font installed yay ttf-ms-fonts in arch
%\usepackage{fontspec}
%\setmainfont{Arial}
\usepackage{float} %to allow use of image Here
\usepackage{makecell} % to break cell lines
\usepackage{floatflt} % to make the text around images
@@ -107,13 +116,14 @@
\section{Eduardo quotes}
\begin{quote}
Do more with the same\\
Do the same with less
Do the same with less \cite{rickards2016road}
\end{quote}
\footnote{someday on history books\cite{linkreference}}
\footnote{someday on history books }
\clearpage
\bibliographystyle{plain}
%\bibliographystyle{plain}
\bibliographystyle{apacite} %to cite using APA style
\bibliography{bibliography}