diff --git a/samk-thesis-template/SAMK-ThesisTemplate2020.pdf b/samk-thesis-template/SAMK-ThesisTemplate2020.pdf deleted file mode 100644 index ccf4192..0000000 Binary files a/samk-thesis-template/SAMK-ThesisTemplate2020.pdf and /dev/null differ diff --git a/samk-thesis-template/SAMK-ThesisTemplate2020.synctex.gz b/samk-thesis-template/SAMK-ThesisTemplate2020.synctex.gz deleted file mode 100644 index b0a195e..0000000 Binary files a/samk-thesis-template/SAMK-ThesisTemplate2020.synctex.gz and /dev/null differ diff --git a/samk-thesis-template/SAMK-ThesisTemplate2021.pdf b/samk-thesis-template/SAMK-ThesisTemplate2021.pdf new file mode 100644 index 0000000..cb80a8d Binary files /dev/null and b/samk-thesis-template/SAMK-ThesisTemplate2021.pdf differ diff --git a/samk-thesis-template/SAMK-ThesisTemplate2021.synctex.gz b/samk-thesis-template/SAMK-ThesisTemplate2021.synctex.gz new file mode 100644 index 0000000..2a7dfbf Binary files /dev/null and b/samk-thesis-template/SAMK-ThesisTemplate2021.synctex.gz differ diff --git a/samk-thesis-template/SAMK-ThesisTemplate2020.tex b/samk-thesis-template/SAMK-ThesisTemplate2021.tex similarity index 61% rename from samk-thesis-template/SAMK-ThesisTemplate2020.tex rename to samk-thesis-template/SAMK-ThesisTemplate2021.tex index 63cb91b..da4e666 100644 --- a/samk-thesis-template/SAMK-ThesisTemplate2020.tex +++ b/samk-thesis-template/SAMK-ThesisTemplate2021.tex @@ -5,7 +5,7 @@ % Created by: Eduardo Luis Hofmann % Date: 09/09/2020 % License: GPL-3.0-or-later -% version: 1 +% version: 2 % Using TexStudio and compiling with lualatex @@ -15,7 +15,16 @@ \usepackage{graphicx} %for graphics image loading \usepackage[sfdefault,lining]{FiraSans} \usepackage[fakebold]{firamath-otf} +\usepackage{float} %to allow use of image Here +\usepackage{makecell} % to break cell lines +\usepackage{floatflt} % to make the text around images +\usepackage{enumitem} % to create enumarations using letters A B C --https://tex.stackexchange.com/questions/2291/how-do-i-change-the-enumerate-list-format-to-use-letters-instead-of-the-defaul +\usepackage{multicol} % to generate two column content https://stackoverflow.com/questions/1491717/how-to-display-a-content-in-two-column-layout-in-latex + +\usepackage{lipsum} % to add lorem ipsum for testing and formating + +\usepackage{hyperref} % to add link in the document %to minimize use of hyphenation \spaceskip=1.3\fontdimen2\font plus 1.3\fontdimen3\font minus 1.3\fontdimen4\font @@ -29,7 +38,7 @@ %\renewcommand{\absnamepos}{empty} % originally center \usepackage[bottom]{footmisc} %force footnote to stay at bottom of the page -\usepackage[bottom=0.5in,top=0.7in,left=0.9in,right=0.9in]{geometry} %define margin size +\usepackage[bottom=0.4in,top=0.5in,left=0.9in,right=0.9in]{geometry} %define margin size \usepackage{url} @@ -43,7 +52,7 @@ \vspace*{-3cm} \centering \includegraphics[width=\paperwidth,height=\paperheight,% - keepaspectratio]{img/samk-cover-logo}% + keepaspectratio]{img/samk-cover-logo.png} % \vfill }}} @@ -59,25 +68,28 @@ \Large EDUARDO LUIS HOFMANN\\ \bigskip\bigskip\bigskip - \Huge Title of the Thesis will be written\\ + \Huge Change the title\\ \bigskip\bigskip - \Large subtitle of thesis\\ + \Large Change the Discipline\\ \bigskip\bigskip\bigskip\bigskip\bigskip\bigskip \bigskip\bigskip\bigskip\bigskip\bigskip\bigskip - DEGREE PROGRAMME IN INDUSTRIAL MANAGEMENT\\2020 + DEGREE PROGRAMME IN INDUSTRIAL MANAGEMENT\\2021 \end{vplace} \end{center} \pagestyle{empty} %page 2 -\clearpage -\pagestyle{plain} %re enable the page numbering +%\clearpage +%\pagestyle{plain} %re enable the page numbering -to be added table describing the document +%to be added table describing the document %page 3 - CONTENTS + + \clearpage +\pagestyle{plain} %re enable the page numbering \tableofcontents @@ -86,8 +98,13 @@ to be added table describing the document \clearpage - - +\chapter{Quotes for the Future} +\section{Eduardo quotes} +\begin{quote} +Do more with the same\\ +Do the same with less +\end{quote} +\footnote{someday on history books\cite{linkreference}} \clearpage diff --git a/samk-thesis-template/bibliography.bib b/samk-thesis-template/bibliography.bib new file mode 100644 index 0000000..ef1fad4 --- /dev/null +++ b/samk-thesis-template/bibliography.bib @@ -0,0 +1,16 @@ +@book{bookexample, + author = "change the Author, PhD", + title = "change the Title", + year = "2021", + publisher = "Editora Name Ltda", + version = "Portuguese" +} + + +@misc{linkreference, + title = "Change the Title", + author = "Change the Author", + howpublished = "\url{https://kartano.net}", + year = "updated Dec 2, 2020 (accessed Dec 6, 2020)" +} +