69 lines
1.2 KiB
TeX
Executable File
69 lines
1.2 KiB
TeX
Executable File
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Course -- Multivariate Statistics --- GENIOMHE --- M1 - S1
|
|
%
|
|
% Author: Samuel Ortion <samuel@ortion.fr>
|
|
% Version: 0.1.0
|
|
% Date: 2023
|
|
% License: CC-By-SA 4.0+ International
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\documentclass[
|
|
a4paper,
|
|
fontsize=10pt,
|
|
fleqn,
|
|
oneside
|
|
]{scrbook}
|
|
|
|
\usepackage{mus}
|
|
|
|
\titlehead{GENIOMHE}
|
|
\title{Multivariate\newline{}Statistics}
|
|
\author{Samuel Ortion}
|
|
\teacher{Cyril Dalmasso}
|
|
\cursus{GENIOMHE}
|
|
\university{Université Paris-Saclay, Université d'Évry val d'Essonne}
|
|
\semester{M1 - S1}
|
|
\date{Fall 2023}
|
|
|
|
\definecolor{myblue}{HTML}{5654fa}
|
|
\colorlet{primary}{myblue}
|
|
|
|
\hypersetup{
|
|
pdftitle={Course - Multivariate Statistics},
|
|
pdfauthor={Samuel Ortion},
|
|
pdfsubject={},
|
|
pdfkeywords={},
|
|
pdfcreator={LaTeX}
|
|
}
|
|
|
|
\addbibresource{references}
|
|
|
|
\usepackage[
|
|
type={CC},
|
|
modifier={by-sa},
|
|
version={4.0},
|
|
]{doclicense}
|
|
|
|
\input{preamble}
|
|
\input{glossary}
|
|
\input{definitions}
|
|
|
|
|
|
\makeindex%
|
|
\makeglossary%
|
|
\begin{document}
|
|
|
|
\maketitlefullpage
|
|
|
|
\tableofcontents
|
|
|
|
\doclicenseThis%
|
|
|
|
\input{content/introduction}
|
|
|
|
\input{content/chapters/include}
|
|
|
|
\input{content/conclusion}
|
|
|
|
\end{document}
|