Compare commits

...

2 Commits

4 changed files with 23 additions and 5 deletions

View File

@@ -5,17 +5,26 @@
% Created by: Eduardo Luis Hofmann % Created by: Eduardo Luis Hofmann
% Date: 09/09/2020 % Date: 09/09/2020
% License: GPL-3.0-or-later % License: GPL-3.0-or-later
% version: 2.1 % version: 3
% Using TexStudio and compiling with lualatex % 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 % 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]{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{graphicx} %for graphics image loading
\usepackage[sfdefault,lining]{FiraSans} \usepackage[sfdefault,lining]{FiraSans}
\usepackage[fakebold]{firamath-otf} \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{float} %to allow use of image Here
\usepackage{makecell} % to break cell lines \usepackage{makecell} % to break cell lines
\usepackage{floatflt} % to make the text around images \usepackage{floatflt} % to make the text around images
@@ -107,13 +116,14 @@
\section{Eduardo quotes} \section{Eduardo quotes}
\begin{quote} \begin{quote}
Do more with the same\\ Do more with the same\\
Do the same with less Do the same with less \cite{rickards2016road}
\end{quote} \end{quote}
\footnote{someday on history books\cite{linkreference}} \footnote{someday on history books }
\clearpage \clearpage
\bibliographystyle{plain} %\bibliographystyle{plain}
\bibliographystyle{apacite} %to cite using APA style
\bibliography{bibliography} \bibliography{bibliography}

View File

@@ -14,3 +14,11 @@
year = "updated Dec 2, 2020 (accessed Dec 6, 2020)" year = "updated Dec 2, 2020 (accessed Dec 6, 2020)"
} }
@book{rickards2016road,
title={The Road to Ruin: The Global Elites' Secret Plan for the Next Financial Crisis},
author={Rickards, J.},
isbn={9780241972557},
url={https://books.google.fi/books?id=HJAsDAAAQBAJ},
year={2016},
publisher={Penguin Books Limited}
}