Création de la structure de base LaTeX
This commit is contained in:
58
annexes/page_de_garde.tex
Normal file
58
annexes/page_de_garde.tex
Normal file
@@ -0,0 +1,58 @@
|
||||
\begin{titlepage}
|
||||
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
|
||||
|
||||
\center % Center everything on the page
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% HEADING SECTIONS
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\textsc{\LARGE HEIG-VD}\\[1.5cm] % Name of your university/college
|
||||
\textsc{\Large Rapport du travail de bachelor}\\[0.5cm] % Major heading such as course name
|
||||
%\textsc{\large Minor Heading}\\[0.5cm] % Minor heading such as course title
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% TITLE SECTION
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\vspace{40mm}
|
||||
\HRule \\[0.4cm]
|
||||
{ \huge \bfseries Réalisation d'une plateforme d'analyse d'équipements de sécurité réseaux}\\[0.4cm] % Title of your document
|
||||
\HRule \\[1.5cm]
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% AUTHOR SECTION
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\vfill
|
||||
\begin{minipage}{0.4\textwidth}
|
||||
\begin{flushleft} \large
|
||||
\emph{Auteur}\\
|
||||
Etienne \textsc{Ischer} % Your name
|
||||
\end{flushleft}
|
||||
\end{minipage}
|
||||
~
|
||||
\begin{minipage}{0.4\textwidth}
|
||||
\begin{flushright} \large
|
||||
\emph{Conseiller} \\
|
||||
Jean-Michel \textsc{Gonet} % Supervisor's Name
|
||||
\end{flushright}
|
||||
\end{minipage}\\[2cm]
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% DATE SECTION
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
{\large Février à Septembre 2018}\\[2cm] % Date, change the \today to a set date if you want to be precise
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% LOGO SECTION
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
%\includegraphics{CHUV_logo.png}\\[1cm] % Include a department/university logo - this will require the graphicx package
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\vfill % Fill the rest of the page whitespace between editor names and publisher logo
|
||||
|
||||
\end{titlepage}
|
||||
Reference in New Issue
Block a user