Mini_projet_Autom/latex/main.tex

62 lines
1.6 KiB
TeX

\documentclass[11pt]{article}
\input{template/preambule} % ne pas toucher
\renewcommand{\familydefault}{\sfdefault} % Si vous voulez passer en Arial le texte
\newcommand{\titre}{Mini projet Automatique}
\newcommand{\imagecouverture}{example-image}
\newcommand{\firstcouverture}{
\parbox{\textwidth}{
\sffamily % arial
\textbf{ORVIK Oskar}\\
\textbf{JOHNSEN Brage}\\
\textbf{TABAN Aleksander}\\
Elèves Ingénieurs\\
Département GEI\\
Spécialité AE-SE\\
Promotion 60\\
2025-2026
}
}
\newcommand{\secondcouverture}{
\parbox{\textwidth}{
\begin{custombox}{9cm}
\sffamily % arial
\textbf{Bille sur rail par asservissement}
\vspace{1em}\\
\textbf{Département du GEI}\\
INSA Toulouse\\
135 Avenue de Rangueil
\vspace{0.6em}\\
\textbf{Enseignant :}\\
POUSSOT VASSAL Charles
\end{custombox}
}
}
% bibliographie
\usepackage{biblatex}
\addbibresource{contents/bibliography.bib}
\begin{document}
\input{template/premiere_page} % ne pas toucher
% \input{template/page_garde}
% commentez les sections qui ne vous concernent pas
\input{contents/abstract}
\input{template/table_des_matieres} % ne pas toucher
% début du contenu
\input{contents}
% commentez les sections qui ne vous concernent pas
\input{contents/biblio}
\input{contents/figures}
% annexes
\input{contents/annexes}
\input{template/derniere_page} % ne pas toucher
\end{document}