2023-12-05 20:30:40 +01:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% Course -- Sequence algorithms --- GENIOMHE --- M1 - T3
|
|
|
|
%
|
|
|
|
% Author: Samuel Ortion <samuel.ortion@etud.univ-evry.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}
|
2023-12-05 20:37:44 +01:00
|
|
|
\title{Sequence \newline{}algorithms}
|
2023-12-05 20:30:40 +01:00
|
|
|
\author{Samuel Ortion}
|
|
|
|
\teacher{Fariza Tahi}
|
|
|
|
\cursus{GENIOMHE}
|
|
|
|
\university{Université Paris-Saclay, Université d'Évry val d'Essonne}
|
|
|
|
\semester{M1 - T3}
|
2023-12-05 20:37:44 +01:00
|
|
|
\date{Spring 2024}
|
2023-12-05 20:30:40 +01:00
|
|
|
|
|
|
|
\input{definitions}
|
|
|
|
|
|
|
|
\hypersetup{
|
|
|
|
pdftitle={
|
|
|
|
Course - Sequence algorithms
|
|
|
|
},
|
|
|
|
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}
|
|
|
|
|
2023-12-05 20:37:44 +01:00
|
|
|
\definecolor{clementine}{HTML}{dfa000}
|
|
|
|
\colorlet{primary}{clementine}
|
|
|
|
|
2023-12-05 20:30:40 +01:00
|
|
|
\makeindex%
|
|
|
|
\makeglossary%
|
|
|
|
\begin{document}
|
|
|
|
|
2023-12-05 20:37:44 +01:00
|
|
|
\maketitlefullpage%
|
2023-12-05 20:30:40 +01:00
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
\doclicenseThis%
|
|
|
|
|
2023-12-05 20:37:44 +01:00
|
|
|
% \input{content/introduction}
|
|
|
|
|
|
|
|
% \input{content/chapters/include}
|
|
|
|
|
|
|
|
\chapter{}
|
2023-12-05 20:30:40 +01:00
|
|
|
|
|
|
|
|
2023-12-05 20:37:44 +01:00
|
|
|
% \input{content/conclusion}
|
2023-12-05 20:30:40 +01:00
|
|
|
|
|
|
|
\end{document}
|