From 743fe68d46623f9dc7307b6af7beab9ca50a5272 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Wed, 20 May 2015 16:26:02 +0200 Subject: [PATCH] Prepare the title page. --- candidature.sty | 15 +++++++++++++++ candidature.tex | 5 +++++ title.tex | 27 +++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 title.tex diff --git a/candidature.sty b/candidature.sty index 7e0df69..59d73db 100644 --- a/candidature.sty +++ b/candidature.sty @@ -5,3 +5,18 @@ \usepackage{fontspec} \usepackage[french]{babel} \usepackage[backend=biber]{biblatex} + +% Resize the page to be close to what Sergey had in his HDR thesis. +\topmargin0.5cm +\oddsidemargin18.5mm +\evensidemargin7.5mm +%\marginparsep0in +%\marginparwidth0in +%\textwidth15.92cm +\textwidth139mm +%\textheight23.5cm +%\textheight212mm +\textheight232mm + +% A thick horizontal rule filling all page width. +\def\thickhrule{\leavevmode\leaders\hrule height 1.5pt\hfill\kern\z@} diff --git a/candidature.tex b/candidature.tex index 179a9b0..a89b7c4 100644 --- a/candidature.tex +++ b/candidature.tex @@ -8,8 +8,13 @@ \addbibresource{bib/pn.bib} \addbibresource{bib/psystems.bib} +\newcommand{\targetname}{Université des Licornes Violettes} +\newcommand{\targetnr}{1337} + \begin{document} +\input{title.tex} + \section{Dummy} \cite{Korec} diff --git a/title.tex b/title.tex new file mode 100644 index 0000000..e6ba91b --- /dev/null +++ b/title.tex @@ -0,0 +1,27 @@ +\thispagestyle{empty} + +\begin{center} + \thickhrule + \vspace{.7em} + + {\Huge + Dossier de candidature pour un poste \\[.5em] + d'ATER, section 27 + } + + \vspace{2.1em} + + {\huge \targetname} + + \vspace{1.6em} + + {\LARGE Concours n°\targetnr} + + \vspace{2.5em} + + {\Huge\bf Sergiu Ivanov} + + \vspace{1em} + + \thickhrule +\end{center}