ajout template CV LaTeX
This commit is contained in:
parent
61501051b1
commit
2084fdfaf2
|
@ -0,0 +1,77 @@
|
|||
|
||||
\documentclass[a4paper,11pt]{moderncv}
|
||||
\moderncvtheme[green]{classic}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{color}
|
||||
\usepackage[top=0.8cm, bottom=0.8cm, left=1.6cm, right=1.6cm]{geometry}
|
||||
\usepackage{graphicx}
|
||||
\setlength{\hintscolumnwidth}{2.5cm}
|
||||
|
||||
|
||||
|
||||
|
||||
\firstname{Prénom}
|
||||
\familyname{\mbox{Nom}}
|
||||
\title{Ingé/Comm/Mark }
|
||||
\extrainfo{né le nn mois yyyy à Ville\\Nationalité xxxxxx\\Permis B\\ { \scriptsize { Empreinte GPG :}} \texttt{ hhhh hhhh hhhh hhhh hhhh }\\\texttt{ hhhh hhhh hhhh hhhh hhhh} }
|
||||
\address{nn, rue/av/rte/bldv}{ CP Ville}
|
||||
\phone{0033~1~n1~n2~n3~n4}
|
||||
\mobile{0033~6~n1~n2~n3~n4}
|
||||
\email{mail@example.org}
|
||||
\homepage{{www.example.org/CV-fr.pdf}}
|
||||
\photo[64pt]{../img/photo.jpg}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\section{Expérience professionnelle}
|
||||
\cventry{\mbox{m1--m2/yyy1}}{Job}{Boîte, type (parfum/btp/cabinet...) }{Ville}{Département}{}
|
||||
|
||||
\cvlistitem{Tâche principale assignée }
|
||||
\cvlistitem{Seconde tâche}
|
||||
\cvlistitem{{Troisième tâche}}
|
||||
|
||||
|
||||
\cventry{\mbox{yyy2--yyy3}}{Stage}{Boîte, Type}{Ville}{Dpt}{}
|
||||
|
||||
\cvlistitem{Tâche principale, titre du poste}
|
||||
\cvlistitem{Tâche secondaire}
|
||||
\cvlistitem{Tâches annexes}
|
||||
|
||||
|
||||
\section{Diplômes et Études}
|
||||
\cventry{yyy1--yyy2}{Études de...}{École}{Ville}{Département}{Classe/Cours}
|
||||
\cventry{yyy3--yyy4}{Études de...}{École}{Ville}{Département}{Classe/Cours}
|
||||
|
||||
|
||||
\section{Compétences}
|
||||
\subsection{Informatique pratique}
|
||||
\cvline{Compétence1}{Exemples particuliers}
|
||||
\cvline{Compétence2}{Exemple particulier}
|
||||
|
||||
\subsection{Langues}
|
||||
\cvlanguage{Langue1}{mother tongue}{}
|
||||
\cvlanguage{Langue2}{fluent}{diploma, travel, courses, speciality}
|
||||
\cvlanguage{Langue3}{beginner}{}
|
||||
|
||||
\subsection{Divers}
|
||||
\cvlistitem{activité1 de type pro}
|
||||
\cvlistitem{activité2 de type pro}
|
||||
|
||||
|
||||
\section{Personnel}
|
||||
\subsection{Loisirs}
|
||||
\cvline{activité1}{description, date/durée}
|
||||
\cvline{activité2}{description, date/durée}
|
||||
\cvline{activité3}{description, date/durée}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue