104 lines
2.4 KiB
TeX
104 lines
2.4 KiB
TeX
\usepackage{fontspec}
|
|
|
|
\setmainfont[Numbers=OldStyle]{Linux Libertine O}
|
|
\setsansfont[Numbers=OldStyle]{Linux Biolinum O}
|
|
\setmonofont[Scale=0.83]{Inconsolata}
|
|
|
|
\usepackage{polyglossia}
|
|
\setdefaultlanguage[variant=british]{english}
|
|
|
|
\usepackage{graphicx}
|
|
\usepackage[dvipsnames]{xcolor}
|
|
\usepackage{wrapfig}
|
|
\usepackage{subcaption}
|
|
\usepackage{lettrine}
|
|
|
|
\usepackage{amssymb, amsmath}
|
|
\usepackage{amsthm}
|
|
|
|
\theoremstyle{plain}
|
|
\newtheorem{thm}{Theorem}[chapter]
|
|
\newtheorem{lem}[thm]{Lemma}
|
|
\newtheorem{cor}[thm]{Corollary}
|
|
\newtheorem{prop}[thm]{Proposition}
|
|
\theoremstyle{definition}
|
|
\newtheorem{defn}{Definition}[chapter]
|
|
\newtheorem{expl}{Example}[chapter]
|
|
\theoremstyle{remark}
|
|
\newtheorem*{rem}{Remark}
|
|
\newtheorem*{note}{Note}
|
|
\newtheorem*{notation}{Notation}
|
|
|
|
\usepackage{tikz-network}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{patterns,backgrounds,positioning}
|
|
|
|
\usepackage[style=numeric-comp]{biblatex}
|
|
\bibliography{TDA,temporalgraphs}
|
|
|
|
\usepackage{pdfpages}
|
|
|
|
\usepackage{microtype}
|
|
|
|
%% Propriétés du document PDF
|
|
\usepackage[unicode,colorlinks=true]{hyperref}
|
|
|
|
\hypersetup{
|
|
pdfauthor={Dimitri Lozeve},
|
|
pdftitle={Topological Data Analysis of Temporal Networks},
|
|
pdfsubject={A dissertation submitted un partial fulfilment of the degree of Master of Science in Applied Statistics},
|
|
pdfkeywords={dissertation,stats,msc,tda,networks},
|
|
pdfpagemode=UseOutlines,
|
|
pdfpagelayout=TwoColumnRight,
|
|
linkcolor=MidnightBlue,
|
|
filecolor=MidnightBlue,
|
|
urlcolor=MidnightBlue,
|
|
citecolor=Green
|
|
}
|
|
|
|
%% Pour la classe memoir /!\
|
|
|
|
%% Marges
|
|
\setlrmarginsandblock{3cm}{3cm}{*}
|
|
\setulmarginsandblock{3cm}{3cm}{*}
|
|
\checkandfixthelayout%
|
|
|
|
%% Numérotation des divisions logiques
|
|
\setsecnumdepth{subsection}
|
|
\maxsecnumdepth{subsection}
|
|
|
|
%% Profondeur de la ToC
|
|
\settocdepth{subsection}
|
|
\maxtocdepth{subsection}
|
|
|
|
%% Style des titres des divisions logiques
|
|
\setsecheadstyle{\Large\scshape}
|
|
\setsubsecheadstyle{\large\scshape}
|
|
|
|
%% Abstract
|
|
\abstractintoc%
|
|
\renewcommand{\abstractnamefont}{\normalfont\large\scshape}
|
|
\renewcommand{\abstracttextfont}{\normalfont\normalsize}
|
|
|
|
%% épigraphes
|
|
\setlength{\epigraphwidth}{0.5\textwidth}
|
|
\epigraphtextposition{flushleftright}
|
|
|
|
%% Couleurs
|
|
%\definecolor{purpletouch}{RGB}{103,30,117}
|
|
\definecolor{bleux}{RGB}{0,62,92}
|
|
|
|
\author{Dimitri Lozeve}
|
|
\date{September 2018}
|
|
\title{Topological Data Analysis of Temporal Networks}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "dissertation"
|
|
%%% End:
|