2020-04-26 23:15:05 +02:00
|
|
|
\documentclass[12pt]{extarticle}
|
2020-04-29 17:08:38 +02:00
|
|
|
\newcommand{\import}[1]{\input{document/#1}}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-04-29 17:08:38 +02:00
|
|
|
\import{packages}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-04-27 23:26:41 +02:00
|
|
|
\bibliography{document}
|
2020-04-27 02:31:35 +02:00
|
|
|
\hypersetup{colorlinks,
|
|
|
|
citecolor=blue,
|
|
|
|
filecolor=blue,
|
|
|
|
linkcolor=blue,
|
2020-04-27 20:43:33 +02:00
|
|
|
urlcolor=blue,
|
2020-04-27 02:31:35 +02:00
|
|
|
}
|
2020-05-01 01:34:48 +02:00
|
|
|
\setcounter{secnumdepth}{3}
|
2020-04-26 23:15:05 +02:00
|
|
|
\setmainfont{DejaVu Sans}
|
2020-04-27 18:56:26 +02:00
|
|
|
\setmonofont{DejaVu Sans Mono}
|
2020-04-26 23:15:05 +02:00
|
|
|
\setlength{\parindent}{0em}
|
|
|
|
\setlength{\parskip}{1em}
|
2020-05-01 01:34:48 +02:00
|
|
|
\renewcommand{\baselinestretch}{1.1}
|
2020-05-02 00:22:35 +02:00
|
|
|
\newenvironment{enum}{\begin{enumerate}
|
2020-05-02 17:11:37 +02:00
|
|
|
\setlength{\itemsep}{0.2em}
|
2020-05-02 00:22:35 +02:00
|
|
|
\setlength{\parsep}{0em}
|
2020-05-01 01:34:48 +02:00
|
|
|
\setlength{\parskip}{0em}
|
2020-05-02 00:22:35 +02:00
|
|
|
}{\end{enumerate}}
|
|
|
|
\newenvironment{itmz}{\begin{itemize}
|
2020-05-02 17:11:37 +02:00
|
|
|
\setlength{\itemsep}{0.2em}
|
2020-05-01 01:34:48 +02:00
|
|
|
\setlength{\parsep}{0em}
|
2020-05-02 00:22:35 +02:00
|
|
|
\setlength{\parskip}{0em}
|
2020-05-01 01:34:48 +02:00
|
|
|
}{\end{itemize}}
|
2020-04-26 23:15:05 +02:00
|
|
|
%\pagenumbering{gobble}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-05-02 01:53:27 +02:00
|
|
|
\definecolor{bg}{rgb}{0.9,0.9,0.9}
|
|
|
|
\definecolor{cm}{rgb}{0.1,0.6,0.1}
|
|
|
|
\definecolor{kw}{rgb}{0.8,0.1,0.1}
|
|
|
|
\definecolor{str}{rgb}{0.1,0.1,0.8}
|
|
|
|
\lstset{
|
|
|
|
basicstyle=\ttfamily,
|
|
|
|
numbers=left,
|
|
|
|
backgroundcolor=\color{bg},
|
|
|
|
commentstyle=\color{cm},
|
|
|
|
keywordstyle=\color{kw},
|
|
|
|
stringstyle=\color{str},
|
|
|
|
}
|
2020-05-02 00:22:35 +02:00
|
|
|
\newcommand{\cnam}{\begin{center}
|
2020-04-29 04:30:02 +02:00
|
|
|
\includegraphics[height=6em]{../cnam.png}\end{center}}
|
2020-04-28 04:29:21 +02:00
|
|
|
\def\fulltitle{\begin{center}\textbf{
|
2020-05-02 16:07:17 +02:00
|
|
|
Concepts et outils pour\\
|
|
|
|
mieux produire des documents
|
2020-04-28 04:29:21 +02:00
|
|
|
}\end{center}}
|
2020-04-29 06:02:19 +02:00
|
|
|
\def\goal{Mémoire probatoire blanc présenté en vue d’obtenir\\
|
2020-04-28 12:42:29 +02:00
|
|
|
UE « Information et communication pour ingénieur »\\
|
2020-04-29 05:31:34 +02:00
|
|
|
Spécialité :\\
|
|
|
|
Informatique, Réseaux, Systèmes et Multimédia}
|
2020-05-02 00:22:35 +02:00
|
|
|
\newcommand{\hr}{\rule{\textwidth}{1pt}}
|
2020-04-27 01:33:34 +02:00
|
|
|
\makeglossaries
|
2020-04-26 23:15:05 +02:00
|
|
|
\begin{document}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-04-29 17:14:48 +02:00
|
|
|
\import{front}
|
2020-05-02 19:19:09 +02:00
|
|
|
%\setcounter{page}{1}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-04-28 02:03:17 +02:00
|
|
|
%\section*{Remerciements}
|
|
|
|
%\addcontentsline{toc}{section}{Remerciements}
|
|
|
|
%\pagebreak
|
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-05-02 19:19:09 +02:00
|
|
|
\import{glossaires}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-04-26 23:15:05 +02:00
|
|
|
\cnam
|
|
|
|
|
2020-04-28 14:51:13 +02:00
|
|
|
\begin{large}\fulltitle\end{large}
|
2020-04-26 23:15:05 +02:00
|
|
|
|
2020-04-29 05:41:46 +02:00
|
|
|
\renewcommand{\contentsname}{Plan}
|
2020-04-26 23:15:05 +02:00
|
|
|
\cftsetindents{section}{1em}{1.5em}
|
|
|
|
\cftsetindents{subsection}{2.5em}{2.5em}
|
2020-05-01 01:34:48 +02:00
|
|
|
\cftsetindents{subsubsection}{5em}{3.25em}
|
2020-04-28 05:08:08 +02:00
|
|
|
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
|
2020-04-26 23:15:05 +02:00
|
|
|
%\renewcommand{\cftsubsecleader}{\hfill}
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
\pagebreak
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-05-01 01:50:59 +02:00
|
|
|
\import{introduction}
|
2020-04-27 20:48:01 +02:00
|
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
2020-05-01 01:50:59 +02:00
|
|
|
\import{objectifs}
|
|
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
|
|
|
\import{moyens}
|
2020-04-27 20:48:01 +02:00
|
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
2020-05-01 01:50:59 +02:00
|
|
|
\import{conclusion}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-05-01 01:54:11 +02:00
|
|
|
\printbibliography[heading=bibintoc,title=Références]
|
2020-04-27 23:26:41 +02:00
|
|
|
\pagebreak
|
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-04-27 04:48:13 +02:00
|
|
|
\appendix
|
2020-04-28 04:05:00 +02:00
|
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
2020-05-01 01:50:59 +02:00
|
|
|
\import{fabrication}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-04-29 17:11:49 +02:00
|
|
|
\import{back}
|
2020-04-27 19:12:46 +02:00
|
|
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
2020-04-26 23:15:05 +02:00
|
|
|
\end{document}
|