-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
50 lines (37 loc) · 1.36 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
% EPL master thesis covers template
\documentclass{EPL-master-thesis-covers-FR}
\usepackage{commonPreamble}
% Please fill in the following boxes
% Title of the thesis
\title{ Source Code : \textit{un catalogue open source d'exercices informatiques}}
% Subtitle - remove this line if not applicable
%\subtitle{Source Code}
% Name of the student author(s)
\author{Alexandre \textsc{Dewit}}
\secondauthor{Jacques \textsc{Yakoub}}
%\thirdauthor{Prénom \textsc{Nom}} % remove if not applicable
% Official title of the master degree
\degreetitle{Master [120] en sciences informatiques}
% Name of the supervisor(s)
\supervisor{Kim \textsc{Mens}}
\secondsupervisor{Olivier \textsc{Goletti}}
%\thirdsupervisor{Prénom \textsc{Nom}} % remove if not applicable
% Name of the reader(s)
\readerone{Christine \textsc{Jacqmot}}
%\readertwo{Prénom \textsc{Nom}} % remove if not applicable
%\readerthree{Prénom \textsc{Nom}} % remove if not applicable
%\readerfour{Prénom \textsc{Nom}} % remove if not applicable
%\readerfive{Prénom \textsc{Nom}} % remove if not applicable
% Academic year (update if necessary)
\years{2019--2020}
% Add glossary terms ( in the preambule of the report)
\import{./}{glossary}
% Document
\begin{document}
% Front cover page
\maketitle
% Contents of the memory
\import{./}{structure}
% Back cover page
\backcoverpage
\end{document}