-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathelk.tex
43 lines (43 loc) · 1.19 KB
/
elk.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
\documentclass{article}
\usepackage{geometry}
\usepackage{tabularx}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{mwe}% Provides example figures
\begin{document}
\begin{titlepage}
\centering
\includegraphics[width=2cm]{example-image-1x1}
\hfill
\parbox{.4\linewidth}{%
\centering
{\LARGE Universit\'e de Canards\par}
\vspace{.05\textheight}
{\large\'Ecole doctorale Sciences de Canards Atlantis Cit\'e\par}
}
\hfill
\includegraphics[width=2cm]{example-image-1x1}
\par
\vspace{.05\textheight}
{\LARGE\scshape Th\`ese\par}
\vspace{.05\textheight}
pour l'obtention du grade du \par
{\itshape\large docteur en informatique\par}
\vspace{.05\textheight}
pr\'esent\'ee par \textsc{Walter Wombat}\par
\vspace{.05\textheight}
{\Huge\bfseries The friendship of \\
Ducks and Capybaras\par}
\vspace{.05\textheight}
{\large Looking at it from a different angle\par}
\vfill
\noindent\begin{tabularx}{\textwidth}{XXXX}
\toprule
Nom & Grade & Ecole & Fonction \\
\midrule
Carl Capybara & PES & NYC & Pr\'esident \\
Lennard Lizard & PES & London, UK & Directeur \\
\bottomrule
\end{tabularx}
\end{titlepage}
\end{document}