forked from DorianDepriester/TemplateThese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PageDeGarde.tex
166 lines (152 loc) · 3.66 KB
/
PageDeGarde.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
%% Copyright (C) 2014 Dorian Depriester
%% http://blog.dorian-depriester.fr
%%
%% This file may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3c of this
%% license or (at your option) any later version. The latest version
%% of this license is in:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2006/05/20 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainer of this work is Dorian Depriester
%% <contact [at] dorian [-] depriester [dot] fr>.
%%
%% This is PageDeGarde.tex for French PhD Thesis.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Page de Garde %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatletter
\def\@ecole{école}
\newcommand{\ecole}[1]{
\def\@ecole{#1}
}
\def\@specialite{Spécialité}
\newcommand{\specialite}[1]{
\def\@specialite{#1}
}
\def\@directeur{directeur}
\newcommand{\directeur}[1]{
\def\@directeur{#1}
}
\def\@encadrant{encadrant}
\newcommand{\encadrant}[1]{
\def\@encadrant{#1}
}
\def\@jurya{}{}{}
\newcommand{\jurya}[3]{
\def\@jurya{#1, & #2 & #3\\}
}
\def\@juryb{}{}{}
\newcommand{\juryb}[3]{
\def\@juryb{#1, & #2 & #3\\}
}
\def\@juryc{}{}{}
\newcommand{\juryc}[3]{
\def\@juryc{#1, & #2 & #3\\}
}
\def\@juryd{}{}{}
\newcommand{\juryd}[3]{
\def\@juryd{#1, & #2 & #3\\}
}
\def\@jurye{}{}{}
\newcommand{\jurye}[3]{
\def\@jurye{#1, & #2 & #3\\}
}
\def\@juryf{}{}{}
\newcommand{\juryf}[3]{
\def\@juryf{#1, & #2 & #3\\}
}
\def\@juryg{}{}{}
\newcommand{\juryg}[3]{
\def\@juryg{#1, & #2 & #3\\}
}
\def\@juryh{}{}{}
\newcommand{\juryh}[3]{
\def\@juryh{#1, & #2 & #3\\}
}
\def\@juryi{}{}{}
\newcommand{\juryi}[3]{
\def\@juryi{#1, & #2 & #3\\}
}
\makeatother
\newcommand\BackgroundPic{%
\put(0,0){%
\parbox[b][\paperheight]{\paperwidth}{%
\includegraphics[height=0.45\paperheight]{Bordure.png}%
\vfill
}
}
}
\newcommand\EtiquetteThese{%
\put(0,0){%
\parbox[t][\paperheight]{\paperwidth}{%
\hfill
\colorbox{blue}{
\begin{minipage}[b]{3em}
\centering\Huge\textcolor{white}{T\\H\\E\\S\\E\\}
\vspace{0.2cm}
\end{minipage}
}
}
}
}
\makeatletter
\newcommand{\pagedegarde}{
\newgeometry{top=2.5cm, bottom=2cm, left=2cm, right=1cm}
\AddToShipoutPicture*{\BackgroundPic}
\AddToShipoutPicture*{\EtiquetteThese}
\begin{titlepage}
\centering
\includegraphics[width=0.4\textwidth]{ParisTech-Institute.pdf}
\hfill
\includegraphics[width=0.2\textwidth]{Mines.pdf}\\
\vspace{1cm}
{\Large \'{E}cole doctorale \no 364 : Sciences Fondamentales et Appliquées}\\
\vspace{1cm}
{\huge
{\bfseries Doctorat ParisTech}\\
\vspace{0.5cm}
TH\`{E}SE}\\
\vspace{1cm}
{\bfseries pour obtenir le grade de docteur délivré par}\\
\vspace{1cm}
{\huge\bfseries \@ecole}\\
\vspace{0.5cm}
{\Large{\bfseries Spécialité doctorale ``\@specialite''}}\\
\vspace{2cm}
\textit{présentée et soutenue publiquement par}\\
\vspace{0.5cm}
{\Large {\bfseries \@author}} \\
\vspace{0.5cm}
le \@date \\
\vfill
{\LARGE \color[rgb]{0,0,1} \bfseries{\@title}} \\
\vfill
Directeur de thèse : {\bfseries \@directeur}\\
Co-encadrant de thèse : {\bfseries \@encadrant}\\
\vfill
\begin{tabular}{>{\bfseries}llr}
\large Jury\\
\@jurya
\@juryb
\@juryc
\@juryd
\@jurye
\@juryf
\@juryg
\@juryh
\@juryi
\end{tabular}
\vfill
\textbf{MINES ParisTech\\
Centre de Mise Forme des Mat\'{e}riaux (CEMEF)}\\
UMR CNRS 7635, F-06904 Sophia Antipolis, France
\end{titlepage}
\restoregeometry
}
\makeatother