リビジョン | cfe960882ecd84e9d17b22d663e6f2c947f33d7a (tree) |
---|---|
日時 | 2012-09-24 06:23:45 |
作者 | Lorenzo Isella <lorenzo.isella@gmai...> |
コミッター | Lorenzo Isella |
A motivation letter with hyperlink and font size specification.
@@ -0,0 +1,78 @@ | ||
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}{Lorenzo Isella} | |
15 | +\setkomavar{fromaddress}{19, rue Thèodore Eberhard \\ L-1451, Luxembourg } | |
16 | +\setkomavar{fromphone}{+352 621 340 685} | |
17 | +\setkomavar{fromemail}{lorenzo.isella@gmail.com} | |
18 | +\setkomavar{signature}{Lorenzo Isella} | |
19 | +\setkomavar{subject}{Physicist/Physico-chemist } | |
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}{ Goodyear Dunlop Tires Operations S.A. \\ | |
41 | + Avenue Gordon Smith \\ | |
42 | + 7750 Colmar-Berg\\ Luxembourg } | |
43 | +\opening{For the attention of the HR at Goodyear Dunlop,} | |
44 | +I am strongly interested in the physicist/physico-chemist job at | |
45 | +Goodyear Dunlop. | |
46 | + | |
47 | +As you can see from my CV, I have a strong quantitative background | |
48 | +complemented by several years of working experience. | |
49 | +I am fluent in several programming languages, including the | |
50 | + \href{http://www.r-project.org/}{R} | |
51 | +programming language, which is | |
52 | +becoming increasingly popular for data analysis and statistical | |
53 | +visualisation. | |
54 | + | |
55 | +My interest in nanoparticles and polymers (both from the experimental and | |
56 | +theoretical point of view), with emphasis on nanoparticle mobility and | |
57 | +diffusion, is evident from the publications 5, 7 and 8 of my CV and from | |
58 | +the talks 1, 2 and 9, to mention just a few. | |
59 | + | |
60 | + | |
61 | + | |
62 | +Last but not least, I am sociable and a strong team player used to | |
63 | +working in a multidisciplinary team with | |
64 | +colleagues from all over the world. | |
65 | +I am well organized, with a keen eye for details and capable of | |
66 | +working under pressure without trespassing the deadlines. | |
67 | +\closing{Best Regards\\ | |
68 | +} | |
69 | +\includegraphics[scale=0.7]{mysig2.pdf} | |
70 | + | |
71 | + | |
72 | +% \ps{P.S. You can find the full text of GFDL license at | |
73 | +% \url{http://www.gnu.org/copyleft/fdl.html}.} | |
74 | +% \encl{Copyright permission form} | |
75 | + | |
76 | +\end{letter} | |
77 | + | |
78 | +\end{document} |