Initial commit
This commit is contained in:
commit
d2fb00b987
29
competences.tex
Normal file
29
competences.tex
Normal file
@ -0,0 +1,29 @@
|
||||
\begin{rubric}{Compétences techniques}
|
||||
|
||||
\entry*[Système d'exploitation]
|
||||
BSD, \textbf{Linux, Windows}
|
||||
|
||||
\entry*[Programmation]
|
||||
C, \textbf{C\#}, Java, \textbf{OCaml}, VBA
|
||||
|
||||
\entry*[Web]
|
||||
\textbf{CSS, xHTML}, JavaScript
|
||||
|
||||
\entry*[Script]
|
||||
\textbf{PHP}, python, shell
|
||||
|
||||
\entry*[Typographie]
|
||||
\textbf{\LaTeX}
|
||||
|
||||
\entry*[Base de données]
|
||||
\textbf{MySQL}, PostgreSQL, \textbf{SQLite}
|
||||
|
||||
\entry*[Versionnement]
|
||||
GIT, \textbf{Mercurial, Subversion}
|
||||
|
||||
\entry*[Mobile]
|
||||
HP/Palm WebOS
|
||||
|
||||
\entry*[Framework et toolkit]
|
||||
\textbf{GTK+}, Mootools, \textbf{.NET}, OpenGL, Prototype, SDL, \textbf{Smarty}, \textbf{XNA}
|
||||
\end{rubric}
|
74
curve.ins
Normal file
74
curve.ins
Normal file
@ -0,0 +1,74 @@
|
||||
%%% curve.ins --- Installation file for CurVe -*- mode: LaTeX -*-
|
||||
|
||||
%% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Didier Verna.
|
||||
|
||||
%% Author: Didier Verna <didier@lrde.epita.fr>
|
||||
%% Maintainer: Didier Verna <didier@lrde.epita.fr>
|
||||
%% Created: Thu Dec 10 16:04:01 1998
|
||||
%% Last Revision: Tue Jun 12 11:04:29 2007
|
||||
|
||||
%% This file is part of CurVe.
|
||||
|
||||
%% CurVe may be distributed and/or modified under the
|
||||
%% conditions of the LaTeX Project Public License, either version 1.1
|
||||
%% 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.1 or later is part of all distributions of LaTeX
|
||||
%% version 1999/06/01 or later.
|
||||
|
||||
%% CurVe consists of the files listed in the file `README'.
|
||||
|
||||
|
||||
%%% Commentary:
|
||||
|
||||
%% Contents management by FCM version 0.1.
|
||||
|
||||
|
||||
%%% Code:
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\input docstrip.tex
|
||||
\keepsilent
|
||||
\askforoverwritefalse
|
||||
|
||||
\preamble
|
||||
^^J^^J
|
||||
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Didier Verna^^J
|
||||
This file is part of CurVe.^^J
|
||||
CurVe may be distributed and/or modified under the
|
||||
conditions of the LaTeX Project Public License, either version 1.1
|
||||
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.1 or later is part of all distributions of LaTeX
|
||||
version 1999/06/01 or later.^^J
|
||||
CurVe consists of the files listed in the file `README'.^^J
|
||||
\endpreamble
|
||||
|
||||
\catcode`\¡=14
|
||||
\generate{\file{curve.cls}{\from{curve.dtx}{}}}
|
||||
|
||||
\Msg{}
|
||||
\Msg{,----------}
|
||||
\Msg{|}
|
||||
\Msg{| You have two more things to do to finish the installation:}
|
||||
\Msg{|}
|
||||
\Msg{| * Typeset the documentation by running LaTeX on the file `curve.dtx'.}
|
||||
\Msg{| * Install `curve.cls' and `curve.dvi' anywhere you see fit.}
|
||||
\Msg{|}
|
||||
\Msg{| If you're an AUC-TeX user, you can also install the file `curve.el' in}
|
||||
\Msg{| a suitable AUC-TeX style directory.}
|
||||
\Msg{|}
|
||||
\Msg{| Once you have installed the package, you might also want to process}
|
||||
\Msg{| the example file cv.tex. This will give you an idea of what a non}
|
||||
\Msg{| customized CV looks like with CurVe.}
|
||||
\Msg{|}
|
||||
\Msg{| Have fun!}
|
||||
\Msg{|}
|
||||
\Msg{`----------}
|
||||
\Msg{}
|
||||
|
||||
\endbatchfile
|
||||
|
||||
%%% curve.ins ends here
|
41
cv.tex
Normal file
41
cv.tex
Normal file
@ -0,0 +1,41 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\documentclass[french,a4paper,skipsamekey,revbib]{curve}
|
||||
|
||||
\usepackage[a4paper,nohead,nofoot,hmargin=1.5cm,vmargin=1.5cm]{geometry}
|
||||
\usepackage{babel}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{mathpazo}
|
||||
\usepackage[scaled=.95]{helvet}
|
||||
\usepackage{courier}
|
||||
\usepackage{graphicx}
|
||||
\usepackage[colorlinks]{hyperref}
|
||||
|
||||
\leftheader{{\Large \textbf{Pierre-Olivier \textsc{Mercier}}}\\
|
||||
15 rue des Coquettes\\
|
||||
94800 VILLEJUIF\\
|
||||
Tél: +33 6 37 85 23 39, Fax: +33 9 53 71 29 00\\
|
||||
\href{mailto:mercier.pierreolivier@gmail.com}{mercier.pierreolivier@gmail.com}}
|
||||
\rightheader{Né le 04/12/1991 à Caen\\
|
||||
Célibataire\\
|
||||
Permis B}
|
||||
|
||||
\title{Étudiant en ingénierie informatique}
|
||||
\subtitle{École Pour l'Informatique et les Techniques Avancées}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\makeheaders[t]
|
||||
\maketitle
|
||||
|
||||
\makerubric{formation}
|
||||
|
||||
\makerubric{competences}
|
||||
|
||||
\makerubric{experience}
|
||||
|
||||
\makerubric{langues}
|
||||
|
||||
\makerubric{interets}
|
||||
|
||||
\end{document}
|
26
experience.tex
Normal file
26
experience.tex
Normal file
@ -0,0 +1,26 @@
|
||||
\begin{rubric}{Expérience}
|
||||
\entry*[2010]
|
||||
\textbf{Kartastrophe~:} \url{http://www.kartastrophe.free.fr/}\newline
|
||||
Logiciel de cartographie 3D sous Unix, réalisé en OCaml en groupe, dans le cadre du module d'informatique pratique de seconde année de prépa.
|
||||
|
||||
\entry*[2009-2010]
|
||||
\textbf{ÉradiKor~:} \url{http://eradikor.free.fr/}\newline
|
||||
Projet de jeu vidéo réalisé en C\# en groupe, dans le cadre du module d'informatique pratique de première année de prépa.
|
||||
|
||||
\entry*[2009-2010]
|
||||
\textbf{Ligue Halo France}\newline
|
||||
Réalisation et coordination du site internet d'organisation de tournois de sport électronique.
|
||||
|
||||
\entry*[2008]
|
||||
\textbf{Inno-Wear}\newline
|
||||
Réalisation complète d'après un cahier des charges du site internet avec une interface d'administration.
|
||||
|
||||
\entry*[2008-\ldots]
|
||||
\textbf{Halo-Battle}\newline
|
||||
Réalisation et coordination du jeu en ligne par navigateur.
|
||||
|
||||
\entry*[2007-2009]
|
||||
\textbf{La Rapière d'Hérouville~:} \url{http://www.hsc.escrime.free.fr/}\newline
|
||||
Réalisation et mise à jour du site de l'association sportive.
|
||||
|
||||
\end{rubric}
|
13
formation.tex
Normal file
13
formation.tex
Normal file
@ -0,0 +1,13 @@
|
||||
\begin{rubric}{Formation}
|
||||
\entry*[2011]
|
||||
\textbf{Université de Stafford}\newline
|
||||
Semestre d'étude à l'étranger -- Angleterre
|
||||
|
||||
\entry*[2009-2014]
|
||||
\textbf{École Pour l'Informatique et les Techniques Avancées (\textsc{épita})}\newline
|
||||
Prépa type maths sup/spé -- Paris Sud
|
||||
|
||||
\entry*[2009]
|
||||
\textbf{Baccalauréat général Scientifique option \textsc{svt} spécialité mathématiques}\newline
|
||||
Lycée Salvador Allende -- Hérouville-Saint-Clair (Calvados)
|
||||
\end{rubric}
|
13
interets.tex
Normal file
13
interets.tex
Normal file
@ -0,0 +1,13 @@
|
||||
\begin{rubric}{Intérêts}
|
||||
\entry*[Associations]
|
||||
Secrétaire de \textbf{l'Association \textsc{Épita} de Développement Durable} (\textsc{AEDD})~: sensibiliser les futurs ingénieurs au développement durable, recyclage des ordinateurs du parc de l'école (Ordi 2.0).
|
||||
\entry*[Associations]
|
||||
\textbf{Prologin~:} organisation du concours national d'informatique.
|
||||
\entry*[Associations]
|
||||
\textbf{Gconfs~:} organisation de conférences pour les élèves du groupe \textsc{ionis}.
|
||||
|
||||
\entry*[Sport]
|
||||
\textbf{Escrime} (arbitre régional)
|
||||
\entry*[Sport]
|
||||
Deux participations au \textbf{Caen raid aventure}.
|
||||
\end{rubric}
|
5
langues.tex
Normal file
5
langues.tex
Normal file
@ -0,0 +1,5 @@
|
||||
\begin{rubric}{Langues}
|
||||
\entry*[Fran\c cais] Langue maternelle
|
||||
\entry*[Anglais] Lu, écrit, parlé
|
||||
\entry*[Allemand] Baccalauréat langue vivante 1
|
||||
\end{rubric}
|
Loading…
Reference in New Issue
Block a user