initial commit
This commit is contained in:
81
Rapport/main.tex
Normal file
81
Rapport/main.tex
Normal file
@@ -0,0 +1,81 @@
|
||||
\documentclass[a4paper, 11pt]{article}
|
||||
|
||||
%%%%%%%%%%%%
|
||||
% Packages %
|
||||
%%%%%%%%%%%%
|
||||
|
||||
\usepackage[french]{babel}
|
||||
\usepackage{packages/sleek}
|
||||
\usepackage{packages/sleek-title}
|
||||
\usepackage{packages/sleek-boxes}
|
||||
|
||||
%%%%%%%%%%%%%%
|
||||
% Title-page %
|
||||
%%%%%%%%%%%%%%
|
||||
|
||||
\logo{./resources/pdf/logos.png}
|
||||
\institute{ENSTA}
|
||||
\faculty{Brest}
|
||||
\department{Département STIC}
|
||||
|
||||
\title{
|
||||
\texorpdfstring{Projet \textbf{X}}{Projet X}
|
||||
}
|
||||
\subtitle{
|
||||
\texorpdfstring{Rapport \textit{Y}}{Rapport Y}
|
||||
}
|
||||
|
||||
\author{
|
||||
\texorpdfstring{
|
||||
Vincent \textsc{Lannurien},
|
||||
Jalil \textsc{Boukhobza}
|
||||
}{
|
||||
Vincent Lannurien \and
|
||||
Jalil Bouhkobza
|
||||
}
|
||||
}
|
||||
% \supervisor{Jalil \textsc{Boukhobza}}
|
||||
|
||||
% \context{Livrable T0 + 12}
|
||||
\date{\today}
|
||||
|
||||
%%%%%%%%%%%%%%
|
||||
% Glossaries %
|
||||
%%%%%%%%%%%%%%
|
||||
|
||||
\newglossary*{institutions}{Institutions}
|
||||
\newglossary*{plateformes}{Plateformes}
|
||||
\makeglossaries
|
||||
|
||||
\loadglsentries{./resources/gls/glossaire.tex}
|
||||
|
||||
%%%%%%%%%%%%%%%%
|
||||
% Bibliography %
|
||||
%%%%%%%%%%%%%%%%
|
||||
|
||||
\addbibresource{./resources/bib/references.bib}
|
||||
|
||||
%%%%%%%%%%%%
|
||||
% Document %
|
||||
%%%%%%%%%%%%
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\romantableofcontents
|
||||
|
||||
\section*{Glossaire}
|
||||
\addcontentsline{toc}{section}{Glossaire}
|
||||
\printglossaries
|
||||
\newpage
|
||||
|
||||
\input{sections/1_introduction}
|
||||
\newpage
|
||||
|
||||
% \nocite{*}
|
||||
\printbibliography
|
||||
\newpage
|
||||
|
||||
\appendix
|
||||
|
||||
\section{Annexes}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user