Begin of the introduction
Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
29
thesis.cls
29
thesis.cls
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user