修訂 | 681fba90ff18dd1b68d55d7c6d48b05b995d94d3 (tree) |
---|---|
時間 | 2010-12-07 02:18:32 |
作者 | lorenzo |
Commiter | lorenzo |
I added an improved template for writing letters.
@@ -0,0 +1,86 @@ | ||
1 | +% koma_env.tex | |
2 | +\documentclass[a4paper]{scrlttr2} | |
3 | +\usepackage{lmodern} | |
4 | +\usepackage[utf8]{inputenc} | |
5 | +\usepackage[T1]{fontenc} | |
6 | +\usepackage[english]{babel} | |
7 | +\usepackage{url} | |
8 | + | |
9 | + | |
10 | +\usepackage{graphicx} | |
11 | +\usepackage{graphics} | |
12 | + | |
13 | + | |
14 | +\setkomavar{fromname}{Lorenzo Isella} | |
15 | +\setkomavar{fromaddress}{Via San Donato 14 \\ Torino (TO) 10144, Italy} | |
16 | +\setkomavar{fromphone}{+39 328 0577271} | |
17 | +\setkomavar{fromemail}{lorenzo.isella@gmail.com} | |
18 | +\setkomavar{signature}{Lorenzo Isella} | |
19 | +\setkomavar{subject}{Implementation Officer/Euratom Inspector COM/2010/2381} | |
20 | +% \setkomavar{customer}{2342} | |
21 | + | |
22 | + | |
23 | +\KOMAoptions{fromalign=right, fromlogo=false, addrfield=true, | |
24 | +backaddress=off, subject=titled, subject=left,foldmarks=off, | |
25 | +fromphone=on,fromemail=true,foldmarks=false,addrfield=true} | |
26 | + | |
27 | + | |
28 | + | |
29 | + | |
30 | +\makeatletter | |
31 | +\@setplength{toaddrvpos}{-.4cm} | |
32 | +% \@setplength{refhpos}{.78in} | |
33 | +\@setplength{refvpos}{6.cm} | |
34 | +% \@setplength{refwidth}{1.4in} | |
35 | +\makeatother | |
36 | + | |
37 | + | |
38 | +\begin{document} | |
39 | + \pagestyle{empty} | |
40 | +\begin{letter}{Unit D.3 ``Nuclear Accountancy''\\ Directorate D ``Nuclear Energy'' \\ | |
41 | + Directorate General for Energy} | |
42 | +\opening{Dear Sir/Madam,} | |
43 | +I am delighted to apply for an Implementation Officer/Euratom | |
44 | +Inspector position. I am | |
45 | +currently on the EPSO/AST/63/08 Nuclear inspectors list. | |
46 | +As you can see from my CV, I have worked for several different | |
47 | +employers, including the European Institutions during my three-year | |
48 | +period as a contractual agent at the JRC, Ispra site, Italy. | |
49 | + | |
50 | +My educational background (I was originally trained as a physicist) | |
51 | +allows me to understand the technical and scientific aspects of nuclear | |
52 | +activities. Further to that, I have several years of working | |
53 | +experience in the analysis of data collected in fields ranging from | |
54 | +environmental sciences data to | |
55 | +social sciences. This professional experience can be highly | |
56 | +beneficial to the activities of nuclear accountancy carried out by | |
57 | +Unit D.3. | |
58 | + | |
59 | +I am very fluent in both written and spoken English due to my spending | |
60 | + three years and a half in England and to English being the working | |
61 | +language at the JRC and also in my present institute, the ISI | |
62 | +Foundation in Turin, Italy. | |
63 | + | |
64 | +Since October 2010 I have been attending a course of professional | |
65 | +French to improve my knowledge of this language, which is expected to | |
66 | + lead to a B2 certificate by the end of spring 2011. | |
67 | +Although working and living in the north of Italy, I am willing to | |
68 | +relocate to Luxembourg for this job opportunity. | |
69 | + | |
70 | +Last but not least, I am sociable and a strong team player. I am used | |
71 | +to working in a multicultural environment and to collaborating with | |
72 | +colleagues from all over Europe. | |
73 | +I am well organized, with a keen eye for details and capable of | |
74 | +working under pressure without trespassing the deadlines. | |
75 | +\closing{Best Regards\\ | |
76 | +} | |
77 | +\includegraphics[scale=0.7]{mysig2.pdf} | |
78 | + | |
79 | + | |
80 | +% \ps{P.S. You can find the full text of GFDL license at | |
81 | +% \url{http://www.gnu.org/copyleft/fdl.html}.} | |
82 | +% \encl{Copyright permission form} | |
83 | + | |
84 | +\end{letter} | |
85 | + | |
86 | +\end{document} |