cnam.marc/cnam/probatoire/document.tex

86 lines
6.3 KiB
TeX
Raw Normal View History

2020-07-08 22:45:30 +02:00
\documentclass[12pt]{extarticle}
\newcommand{\import}[1]{\input{document/#1}}
2020-07-16 00:13:26 +02:00
% imports ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
2020-07-08 22:45:30 +02:00
\import{packages}
2020-07-16 00:13:26 +02:00
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\hypersetup{colorlinks,
citecolor=blue,
filecolor=blue,
linkcolor=blue,
urlcolor=blue,
}
\setcounter{secnumdepth}{3}
\setmainfont{DejaVu Sans}
\setmonofont{DejaVu Sans Mono}
\setlength{\parindent}{0em}
\setlength{\parskip}{1em}
% commands –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\renewcommand{\baselinestretch}{1.1}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\newcommand{\cnam}{\begin{center}
\includegraphics[height=6em]{../cnam.png}\end{center}}
2020-08-08 12:06:15 +02:00
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\newcommand{\fig}[4]{\begin{figure}[H]\begin{center}
2020-08-07 13:23:38 +02:00
\includegraphics[height=#3]{images/#4.png}
2020-08-13 21:44:56 +02:00
\label{#1}\caption{#2}\end{center}\end{figure}}
2020-08-08 12:06:15 +02:00
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\newcommand{\bifig}[5]{\begin{figure}[H]\begin{center}
2020-08-07 13:23:38 +02:00
\includegraphics[height=#3]{images/#4.png}
\includegraphics[height=#3]{images/#5.png}
2020-08-13 21:44:56 +02:00
\label{#1}\caption{#2}\end{center}\end{figure}}
2020-07-16 00:13:26 +02:00
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\newcommand{\hr}{\rule{\textwidth}{1pt}}
2020-07-16 01:11:25 +02:00
\newcommand{\hrq}{\rule{.25\textwidth}{1pt}}
2020-07-16 00:13:26 +02:00
% definitions ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
2020-07-16 00:19:49 +02:00
\def\fulltitle{\begin{center}\textbf{%
2020-07-16 00:13:26 +02:00
SVM\\
Machine à Vecteurs de Support
}\end{center}}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\def\goal{%
Mémoire probatoire présenté en vue d’obtenir\\
UE « Information et communication pour ingénieur »\\
Spécialité :\\
Informatique, Réseaux, Systèmes et Multimédia
}
% environments –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\newenvironment{enum}{\begin{enumerate}
\setlength{\itemsep}{0.2em}
\setlength{\parsep}{0em}
\setlength{\parskip}{0em}
}{\end{enumerate}}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\newenvironment{itmz}{\begin{itemize}
\setlength{\itemsep}{0.2em}
\setlength{\parsep}{0em}
\setlength{\parskip}{0em}
}{\end{itemize}}
% processing –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\makeglossaries
2020-07-16 01:11:25 +02:00
\bibliography{document}
2020-07-16 00:13:26 +02:00
% begin ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
2020-07-08 22:45:30 +02:00
\begin{document}
2020-07-16 00:13:26 +02:00
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
2020-07-16 01:11:25 +02:00
\import{front}
2020-07-16 00:13:26 +02:00
\import{glossaries}
\import{toc}
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\import{introduction}
2020-08-06 23:09:36 +02:00
\import{principles}
2020-08-07 16:06:07 +02:00
\import{example}
2020-08-12 23:20:03 +02:00
\import{critics}
2020-07-16 00:13:26 +02:00
\import{conclusion}
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\printbibliography[heading=bibintoc,title=Références]
\pagebreak
2020-08-14 13:15:47 +02:00
\renewcommand{\listfigurename}{Figures}
\listoffigures
\pagebreak
2020-07-16 00:13:26 +02:00
% appendicies ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\appendix
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\import{back}
% document –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
2020-07-08 22:45:30 +02:00
\end{document}