Mini_projet_Autom/latex/main.tex
2026-04-02 22:38:21 +02:00

73 lines
2.1 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[11pt]{article}
\input{template/preambule} % ne pas toucher
\renewcommand{\familydefault}{\sfdefault} % Si vous voulez passer en Arial le texte
\newcommand{\titre}{Nom du document}
\newcommand{\imagecouverture}{example-image}
\newcommand{\firstcouverture}{
\parbox{\textwidth}{
\sffamily % arial
\textbf{Oskar ORVIK; Aleksander TABAN; Brage JOHNSEN}\\
Elève Ingénieur 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{INTITULE ICI - EXEMPLE : CONTRIBUTION A LA CONCEPTION A BAS COUT DANTENNES 3D}
\vspace{1em}\\
\textbf{Lieu du Projet de Fin d'Études ou stage}\\
Nom de lentreprise\\
Adresse de lentreprise
\vspace{0.6em}\\
\textbf{Tuteur du Projet (ou PFE)...}\\
Prénom NOM du Tuteur du Projet de Fin d'Étude
\vspace{0.6em}\\
\textbf{Correspondant pédagogique INSA}\\
Prénom NOM du Correspondant pédagogique INSA
\vspace{0.6em}\\
\textbf{PFE/Stage/Projet soutenu le 00/00/20XX}
\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}