Begin of the introduction

Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
2020-08-31 21:04:46 +02:00
parent fe1042c8f6
commit f4fbad7ac2
14 changed files with 426 additions and 78 deletions

View File

@@ -4,7 +4,6 @@
%---- packages
\RequirePackage{textcomp} %--------------------- companion fonts
\RequirePackage[utf8]{inputenc} %--------------- support for UTF-8 characters
\RequirePackage[T1]{fontenc} %------------------ main fonts for pdfLaTeX
\RequirePackage{lmodern} %---------------------- better fonts
@@ -100,32 +99,22 @@
\providecommand{\theschool}{\@school}
\providecommand{\thelogo}{\@logo}
\makeatother
\hypersetup
{%
pdftitle={\thetitle},
pdftitle={\@title},
pdfsubject={Thesis},
pdfauthor={\theauthor},
pdfauthor={\@author}
pdfkeywords={thesis, graduation, doctoral, phd},
pdfstartview={FitH},
pdfcreator={XeLaTeX},
pdfproducer={XeLaTeX},
pdflang={en-GB},
pdfpagemode={UseOutlines},
bookmarksopen={true},
bookmarksnumbered={true},
hidelinks,
breaklinks=true,
linktocpage,
colorlinks={true},
linkcolor={blue},
urlcolor={blue},
filecolor={blue},
runcolor={blue},
menucolor={blue},
citecolor={red}
colorlinks=true,
urlcolor=blue,
linkcolor=blue,
citecolor=red
}
\makeatother
%---- titlepage
\newcommand{\maketitlepage}