ajout des noms etc. sur la première page
This commit is contained in:
parent
e3d4beab7b
commit
54ca6df66b
3 changed files with 16 additions and 19 deletions
BIN
latex/main.pdf
BIN
latex/main.pdf
Binary file not shown.
|
|
@ -3,36 +3,33 @@
|
||||||
|
|
||||||
\renewcommand{\familydefault}{\sfdefault} % Si vous voulez passer en Arial le texte
|
\renewcommand{\familydefault}{\sfdefault} % Si vous voulez passer en Arial le texte
|
||||||
|
|
||||||
\newcommand{\titre}{Nom du document}
|
\newcommand{\titre}{Mini projet Automatique}
|
||||||
\newcommand{\imagecouverture}{example-image}
|
\newcommand{\imagecouverture}{example-image}
|
||||||
\newcommand{\firstcouverture}{
|
\newcommand{\firstcouverture}{
|
||||||
\parbox{\textwidth}{
|
\parbox{\textwidth}{
|
||||||
\sffamily % arial
|
\sffamily % arial
|
||||||
\textbf{Prénom NOM}\\
|
\textbf{ORVIK Oskar}\\
|
||||||
Elève Ingénieur de l'INSA Toulouse\\
|
\textbf{JOHNSEN Brage}\\
|
||||||
Département XX\\
|
\textbf{TABAN Aleksander}\\
|
||||||
Spécialité TLS-SEC\\
|
Elèves Ingénieurs\\
|
||||||
Promotion XX\\
|
Département GEI\\
|
||||||
20XX-20XX
|
Spécialité AE-SE\\
|
||||||
|
Promotion 60\\
|
||||||
|
2025-2026
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\newcommand{\secondcouverture}{
|
\newcommand{\secondcouverture}{
|
||||||
\parbox{\textwidth}{
|
\parbox{\textwidth}{
|
||||||
\begin{custombox}{9cm}
|
\begin{custombox}{9cm}
|
||||||
\sffamily % arial
|
\sffamily % arial
|
||||||
\textbf{INTITULE ICI - EXEMPLE : CONTRIBUTION A LA CONCEPTION A BAS COUT D’ANTENNES 3D}
|
\textbf{Bille sur rail par asservissement}
|
||||||
\vspace{1em}\\
|
\vspace{1em}\\
|
||||||
\textbf{Lieu du Projet de Fin d'Études ou stage}\\
|
\textbf{Département du GEI}\\
|
||||||
Nom de l’entreprise\\
|
INSA Toulouse\\
|
||||||
Adresse de l’entreprise
|
135 Avenue de Rangueil
|
||||||
\vspace{0.6em}\\
|
\vspace{0.6em}\\
|
||||||
\textbf{Tuteur du Projet (ou PFE)...}\\
|
\textbf{Enseignant :}\\
|
||||||
Prénom NOM du Tuteur du Projet de Fin d'Étude
|
POUSSOT VASSAL Charles
|
||||||
\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}
|
\end{custombox}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
\fill[fill=couleurcarre]([xshift=-4.7cm, yshift=-4.5cm]current page.north east) rectangle ++(3.5cm, 3.5cm);
|
\fill[fill=couleurcarre]([xshift=-4.7cm, yshift=-4.5cm]current page.north east) rectangle ++(3.5cm, 3.5cm);
|
||||||
|
|
||||||
% Ajouter du texte à une position spécifique
|
% Ajouter du texte à une position spécifique
|
||||||
\node at (2.1, -4) {\LARGE \bfseries \MakeUppercase{\sffamily \titre}};
|
\node at (3.3, -4) {\LARGE \bfseries \MakeUppercase{\sffamily \titre}};
|
||||||
\node at (6.8, -7) {\large \firstcouverture};
|
\node at (6.8, -7) {\large \firstcouverture};
|
||||||
\node at (6.8, -17) {\secondcouverture};
|
\node at (6.8, -17) {\secondcouverture};
|
||||||
%\node at (11.5, -12.2) {\includegraphics[height=3cm]{\imagecouverture}};
|
%\node at (11.5, -12.2) {\includegraphics[height=3cm]{\imagecouverture}};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue