diff --git a/tex/lettre_motivation.tex b/tex/lettre_motivation.tex new file mode 100644 index 0000000..5db2d67 --- /dev/null +++ b/tex/lettre_motivation.tex @@ -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}