|
|
|
@ -18,13 +18,16 @@
|
|
|
|
|
|
|
|
|
|
% Titling
|
|
|
|
|
\usepackage{titling}
|
|
|
|
|
\renewcommand\maketitlehooka{\null\mbox{}\vfill}
|
|
|
|
|
% \renewcommand\maketitlehooka{\null\vfill}
|
|
|
|
|
\renewcommand\maketitlehookb{\vfill\null}
|
|
|
|
|
|
|
|
|
|
% Enable links
|
|
|
|
|
\usepackage[colorlinks=true,allcolors=black]{hyperref}
|
|
|
|
|
\hypersetup{urlcolor=red}
|
|
|
|
|
|
|
|
|
|
% Code style
|
|
|
|
|
% \usepackage{minted}
|
|
|
|
|
|
|
|
|
|
% Multifiles
|
|
|
|
|
\usepackage[subpreambles=true]{standalone}
|
|
|
|
|
\usepackage{import}
|
|
|
|
@ -41,35 +44,15 @@
|
|
|
|
|
\renewcommand{\headrulewidth}{0.4pt}
|
|
|
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
|
|
|
|
|
|
|
|
% Code style
|
|
|
|
|
\usepackage{listings}
|
|
|
|
|
\usepackage{color}
|
|
|
|
|
\definecolor{dkgreen}{rgb}{0,0.6,0}
|
|
|
|
|
\definecolor{gray}{rgb}{0.5,0.5,0.5}
|
|
|
|
|
\definecolor{mauve}{rgb}{0.58,0,0.82}
|
|
|
|
|
\lstset{frame=tb,
|
|
|
|
|
language=C,
|
|
|
|
|
aboveskip=3mm,
|
|
|
|
|
belowskip=3mm,
|
|
|
|
|
showstringspaces=false,
|
|
|
|
|
columns=flexible,
|
|
|
|
|
basicstyle={\small\ttfamily},
|
|
|
|
|
numbers=none,
|
|
|
|
|
numberstyle=\tiny\color{gray},
|
|
|
|
|
keywordstyle=\color{blue},
|
|
|
|
|
commentstyle=\color{dkgreen},
|
|
|
|
|
stringstyle=\color{mauve},
|
|
|
|
|
breaklines=true,
|
|
|
|
|
breakatwhitespace=true,
|
|
|
|
|
tabsize=3
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% Title
|
|
|
|
|
\title{%
|
|
|
|
|
\begin{minipage}
|
|
|
|
|
\linewidth%
|
|
|
|
|
\centering\bfseries
|
|
|
|
|
\centering
|
|
|
|
|
\includegraphics[width=0.8\textwidth]{images/iut-logo.png}
|
|
|
|
|
\newline
|
|
|
|
|
\vskip100pt
|
|
|
|
|
\bfseries
|
|
|
|
|
SAE 2.02
|
|
|
|
|
\vskip3pt
|
|
|
|
|
\large Exploration algorithmique d’un problème
|
|
|
|
|