67 lines
1.9 KiB
TeX
67 lines
1.9 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{Oskar ORVIK \\ Aleksander TABAN \\ Brage JOHNSEN}\\
|
|
Elève Ingénieurs \\ de l'INSA Toulouse\\
|
|
Département GEI \\
|
|
Spécialité AE-SE \\
|
|
Promotion 60 \\
|
|
2022-2027
|
|
}
|
|
}
|
|
\newcommand{\secondcouverture}{
|
|
\parbox{\textwidth}{
|
|
\begin{custombox}{9cm}
|
|
\sffamily % arial
|
|
\textbf{Stabilisation d'une bille sur rail}
|
|
\vspace{1em}\\
|
|
\textbf{Mini-Projet Automatique en trinôme}\\
|
|
\vspace{0.6em}\\
|
|
\textbf{Tuteur du Projet}\\
|
|
Cristophe POUSSOT
|
|
\vspace{0.6em}\\
|
|
\textbf{Projet soutenu le 16/04/2026}
|
|
\end{custombox}
|
|
}
|
|
}
|
|
|
|
% bibliographie
|
|
\usepackage{biblatex}
|
|
\addbibresource{contents/bibliography.bib}
|
|
|
|
%%Bibliotek for blokksjema
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{shapes, arrows.meta, positioning}
|
|
\usetikzlibrary{decorations.pathreplacing}
|
|
|
|
\begin{document}
|
|
\input{template/premiere_page} % ne pas toucher
|
|
\input{template/page_garde}
|
|
|
|
% commentez les sections qui ne vous concernent pas
|
|
%\input{contents/confidentiel}
|
|
%\input{contents/remerciements}
|
|
\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/lexique}
|
|
%\input{contents/figures}
|
|
|
|
% annexes
|
|
%\input{contents/annexes}
|
|
|
|
\input{template/derniere_page} % ne pas toucher
|
|
\end{document}
|