You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
923 B
TeX

\documentclass[a4paper, 12pt, french]{report}
\input{setup.tex}
\begin{document}
% Title page placeholders
\title{T1 - Architecture avancée - TD}
\author{Saša Radosavljevic}
\date{\today}
\field{M2 E3A - SETI}
\mainlogo{TitlePage/ups_logo.png}
% Make title page
\include{TitlePage/titlepage}
\newpage
\
\thispagestyle{empty}
\newpage
% Front matter - Page numbers in alphabetic style
\changepagenumbering{arabic}
% TOC - links are black to ensure color integrity
{
\hypersetup{linkcolor=black}
\tableofcontents
}
% Set new paragraph style after the TOC
\setlength{\parindent}{0em} % Indentation size to none
\setlength{\parskip}{1em} % Paragraph intervall size
\include{Content/TD1}
% Main matter - Include every chapter/part here
\printbibliography
\end{document}