-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlepage.tex
72 lines (63 loc) · 1.87 KB
/
titlepage.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
%% Cover/title page
\begin{titlepage}
\onehalfspacing
\makeatletter
\vspace*{1em}
\begin{center}
{\LARGE\textsc{École Polytechnique}}\\[0.2em]
{\Large Institut Polytechnique de Paris}
\par\vspace{3em}
{\usekomafont{subject}%
\@subject\\
for the \@course \space internship\par
in the \@degree \space program
}\\
{\usekomafont{date}
\dates
}\\
\vfill
{\usekomafont{title}\@title}
\ifdefempty{\@subtitle}{}{%
\par\vspace{.5em}
{\usekomafont{subtitle}\@subtitle}
}
\par\vspace{2em}
{\usekomafont{author}\@author}
\end{center}
\makeatother
\vfill
\centering
\includegraphics[height=100mm]{figures/Ecole_polytechnique_signature}\\
\includegraphics[width=.3\paperwidth]{figures/inr_logo_rouge_rvb}
\hspace*{2em}
\includegraphics[width=.3\paperwidth]{figures/NewlogoI3S}\\[-5em]
\end{titlepage}
%% \GetTranslation{matrno}: \@matrno\par
%% Credits
\makeatletter
\clearpage
\thispagestyle{empty}
\vspace*{\fill}
\noindent\@author\\[0.2em]
\noindent\textbf{\@title}
\begin{tabbing}
This is just a placeholder \= Here comes the content \kill
\GetTranslationFor{american}{coordinator}: \> \textbf{\@coordinator@name}, \@coordinator@title \\
\> \@coordinator@firstaffiliation\\
\> \@coordinator@secondaffiliation\\[2mm]
\GetTranslationFor{american}{director}: \> \textbf{\@director@name}, \@director@title \\
\> \@director@firstaffiliation\\
\> \@director@secondaffiliation\\[2mm]
\GetTranslationFor{american}{hostorga}: \> \@organization@name \\
\> \@organization@address \\
\> \@organization@city \\[2mm]
% \GetTranslationFor{american}{matrno}: \> \@matrno\\[2mm]
% \GetTranslationFor{american}{duedate}: \> \@date
\GetTranslationFor{american}{dates}: \> \dates
\end{tabbing}
\vspace*{-5em}
\makeatother
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "Report"
%%% End: