ajout template mettre motivation
This commit is contained in:
parent
5160239f6f
commit
0849b2a601
|
@ -0,0 +1,49 @@
|
|||
%lettre motivation
|
||||
\documentclass[11pt,a4paper,roman]{moderncv} % template
|
||||
\usepackage[french]{babel} % accents, langue
|
||||
\usepackage{ragged2e} % centré
|
||||
|
||||
\moderncvstyle{classic}
|
||||
\moderncvcolor{blue} % pas utile, pas CV mais lettre motivation
|
||||
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[scale=0.75]{geometry}
|
||||
|
||||
\name{Prénom}{Nom}
|
||||
\title{Candidature poste Entreprise}
|
||||
\address{adresse}{CP, Ville}{Pays}
|
||||
\phone[mobile]{(00 nn) 6 n1 n2 n3 n4}
|
||||
\phone[fixed]{(00 nn) 1 n1 n2 n3 n4}
|
||||
\email{mail@example.org}
|
||||
\homepage{www.example.org}
|
||||
%\extrainfo{}
|
||||
%\photo[64pt][0.4pt]{../img/photoCV.png}
|
||||
%\quote{}
|
||||
|
||||
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
||||
\recipient{Candidature pour ...}{titre}
|
||||
\date{\today}
|
||||
\opening{À l'attention de Madame/Monsieur Untel}
|
||||
|
||||
\closing{Cordialement}
|
||||
\enclosure[Ci-joint]{CV}
|
||||
\makelettertitle
|
||||
\justify
|
||||
|
||||
Je suis... qualifications
|
||||
|
||||
Interessé parce que... job
|
||||
|
||||
Poste désiré...
|
||||
|
||||
\vspace{0.5cm}
|
||||
|
||||
\makeletterclosing
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue