Skip to content

Instantly share code, notes, and snippets.

@marioyc
Last active August 12, 2016 21:58
Show Gist options
  • Save marioyc/2c24f64cd1259a0d5e715d9ee872f2ae to your computer and use it in GitHub Desktop.
Save marioyc/2c24f64cd1259a0d5e715d9ee872f2ae to your computer and use it in GitHub Desktop.
Polytechnique cover
\documentclass[a4paper,12pt,twoside]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
%\usepackage[french]{babel}
\usepackage{url,csquotes}
\usepackage[hidelinks,hyperfootnotes=false]{hyperref}
\usepackage[titlepage]{polytechnique}
\usepackage{fancyhdr}
%Includes "References" in the table of contents
\usepackage[nottoc]{tocbibind}
%\usepackage{color}
%\usepackage{graphicx}
\usepackage{lastpage}
%\usepackage{caption}
\usepackage{listings}
%\linespread{1.5}
%\addtolength{\topmargin}{.2in}
\addtolength{\textwidth}{-.5in}
\addtolength{\oddsidemargin}{.3in}
\addtolength{\evensidemargin}{.3in}
\setlength\parindent{0pt}
\pagestyle{fancy}
\fancyhf{}
\lhead{RAPPORT DE STAGE DE RECHERCHE}
\rhead{ \includegraphics[scale=0.15]{polytechnique-logovert.pdf} }
\rfoot{\'Ecole polytechnique - LSCP}
\lfoot{Mario YNOCENTE CASTRO}
\cfoot{\color{bleu303} \thepage/\pageref{LastPage} }
\renewcommand{\headrulewidth}{1pt}
\renewcommand{\footrulewidth}{1pt}
\begin{document}
\newpage
\includegraphics[scale=0.3]{polytechnique-logovert.pdf} \\
\'Ecole polytechnique \\
Promotion X2013 \\
YNOCENTE CASTRO Mario
\noindent\makebox[\textwidth][c]{%
\raisebox{-\totalheight}[0pt][0pt]{%
\includegraphics[height=0.6\textheight]{polytechnique-armes.pdf}}}
\begin{center}
\vspace*{0.2\textheight}
\Large\mdseries\color{bleu303}
RAPPORT DE STAGE DE RECHERCHE \\
\Huge\sffamily\bfseries
Establishing a benchmark for learning the laws of physics from video \\
\Large\mdseries
NON CONFIDENTIEL \\
\end{center}
\vfill
Département d'Informatique - INF 591 \\
Directeur de stage : Olivier Bournez\\
Maître de stage : Emmanuel Dupoux \\
10 Mars 2016 - 31 Août 2016 \\
Laboratoire de Sciences Cognitives et Psycholinguistique (LSCP) \\
Ecole Normale Supérieure in Paris, 29 rue d'Ulm, 75005 Paris \\
\thispagestyle{empty}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment