70 lines
1.9 KiB
TeX
70 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}{BE Commande Numérique}
|
|
\newcommand{\imagecouverture}{example-image}
|
|
\newcommand{\firstcouverture}{
|
|
\parbox{\textwidth}{
|
|
\sffamily % arial
|
|
\textbf{Wissal GUARNI \\ Justin BOS \\ Nolan REYNIER-NOMER \\ Aleksander TABAN}\\
|
|
Elèves 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{Digital control of a cantilever beam}
|
|
\vspace{1em}\\
|
|
\textbf{Bureau d'études en Commande Numérique}\\
|
|
\vspace{1em}\\
|
|
\textbf{Professeurs}\\
|
|
Jesus-Pablo TOLEDO-ZUCCO\\
|
|
Yassine ARRIBA
|
|
\vspace{0.6em}
|
|
\end{custombox}
|
|
}
|
|
}
|
|
|
|
% bibliographie
|
|
%\usepackage{biblatex}
|
|
%{contents/bibliography.bib}
|
|
|
|
%% Librairie pour les schema-blocs
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{shapes, arrows.meta, positioning}
|
|
\usetikzlibrary{decorations.pathreplacing}
|
|
|
|
%% Librairie pour les equations
|
|
\usepackage{amsmath}
|
|
|
|
\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}
|