Revision | 36ab4277bf7b38d354b10898c2e84667037d6f0b (tree) |
---|---|
Zeit | 2020-01-28 21:36:43 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
Example of a motivation letter in latex.
@@ -0,0 +1,88 @@ | ||
1 | +% koma_env.tex | |
2 | +\documentclass[a4paper, 12pt]{scrlttr2} | |
3 | +\usepackage{lmodern} | |
4 | +\usepackage[utf8]{inputenc} | |
5 | +\usepackage[T1]{fontenc} | |
6 | +\usepackage[english]{babel} | |
7 | +% \usepackage{url} | |
8 | + | |
9 | +\usepackage{hyperref} | |
10 | +\usepackage{graphicx} | |
11 | +\usepackage{graphics} | |
12 | + | |
13 | + | |
14 | +\setkomavar{fromname}{\underline{Lorenzo Isella}} | |
15 | +\setkomavar{fromaddress}{CHAR 05/028\\rue de la Loi 170 \\ | |
16 | + Brussels, Belgium } | |
17 | +\setkomavar{fromphone}{ext 65872} | |
18 | +\setkomavar{fromemail}{lorenzo.isella@ec.europa.eu} | |
19 | +\setkomavar{signature}{Lorenzo Isella} | |
20 | +\setkomavar{subject}{Policy Assistant Position COM/2020/163 } | |
21 | +% \setkomavar{customer}{2342} | |
22 | + | |
23 | + | |
24 | +\KOMAoptions{fromalign=right, fromlogo=false, addrfield=true, | |
25 | +backaddress=off, subject=titled, subject=left,foldmarks=off, | |
26 | +fromphone=on,fromemail=true,foldmarks=false,addrfield=true} | |
27 | + | |
28 | + | |
29 | + | |
30 | + | |
31 | +\makeatletter | |
32 | +\@setplength{toaddrvpos}{-.4cm} | |
33 | +% \@setplength{refhpos}{.78in} | |
34 | +\@setplength{refvpos}{6.cm} | |
35 | +% \@setplength{refwidth}{1.4in} | |
36 | +\makeatother | |
37 | + | |
38 | + | |
39 | +\begin{document} | |
40 | + \pagestyle{empty} | |
41 | +\begin{letter}{ DG DEVCO.C.1 \\ Delegation in Rome 001\\ | |
42 | +Italy } | |
43 | +\opening{For the attention of the HR at DG DEVCO,} | |
44 | +I am strongly interested in the posted position of policy | |
45 | +assistant in a delegation in Rome for DG DEVCO. | |
46 | +I believe that my education and work experience make me a suitable | |
47 | +candidate. | |
48 | + | |
49 | +As you can see from my enclosed CV, I have strong quantitative skills | |
50 | +and I am used to delivering trainings and presentations, so I am | |
51 | +well-versed into public speaking. | |
52 | + | |
53 | +Having also worked as a nuclear inspector, I was security vetted by | |
54 | +the Italian government a few years ago. | |
55 | + | |
56 | +I have good programming skills and I am capable of | |
57 | +designing dashboards and tools for communicating data and policies. | |
58 | + | |
59 | +% Due to my training and working experience, I am capable of extracting and interpreting the relevant information from a large amount of unstructured data. | |
60 | +% I am used to delivering, in an easily understandable format, the results of a rigorous, complex statistical analysis also to a non-technically/scientifically-minded audience. | |
61 | + | |
62 | +% My background is in physics and maths and I have solid programming | |
63 | +% skills to mine large data sets and produce statistical | |
64 | +% visualisations. My career development plan is to learn more about the | |
65 | +% economic policies of the EC and econometric modelling. | |
66 | + | |
67 | +Last but not least, I am organized, have good time management skills | |
68 | +and enjoy working in a multicultural environment. | |
69 | + | |
70 | +Thanks for taking the time to review and consider my application. | |
71 | + | |
72 | +\closing{Best Regards | |
73 | +} | |
74 | +\includegraphics[scale=0.7]{mysig2.pdf} | |
75 | + | |
76 | + | |
77 | +% \ps{P.S. You can find the full text of GFDL license at | |
78 | +% \url{http://www.gnu.org/copyleft/fdl.html}.} | |
79 | +% \encl{Copyright permission form} | |
80 | + | |
81 | +\end{letter} | |
82 | + | |
83 | +\end{document} | |
84 | + | |
85 | +%%% Local Variables: | |
86 | +%%% mode: latex | |
87 | +%%% TeX-master: t | |
88 | +%%% End: |