\documentclass[12pt]{extarticle} \newcommand{\import}[1]{\input{document/#1}} % imports –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \import{packages} %––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \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}} %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ \newcommand{\fig}[4]{\begin{figure}[H]\begin{center} \includegraphics[height=#3]{images/#4.png} \label{#1}\caption{#2}\end{center}\end{figure}} %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ \newcommand{\bifig}[5]{\begin{figure}[H]\begin{center} \includegraphics[height=#3]{images/#4.png} \includegraphics[height=#3]{images/#5.png} \label{#1}\caption{#2}\end{center}\end{figure}} %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ \newcommand{\hr}{\rule{\textwidth}{1pt}} \newcommand{\hrq}{\rule{.25\textwidth}{1pt}} % definitions –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \def\fulltitle{\begin{center}\textbf{% 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 \bibliography{document} % begin –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \begin{document} %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ \import{front} \import{glossaries} \import{toc} %––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \import{introduction} \import{principles} \import{example} \import{critics} \import{conclusion} %––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \printbibliography[heading=bibintoc,title=Références] \pagebreak \renewcommand{\listfigurename}{Figures} \listoffigures \pagebreak % appendicies –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \appendix %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ %––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \import{back} % document ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– \end{document}