Rev. | 3dda1635978eb9228efc838a9b912e7a3d1881dc |
---|---|
サイズ | 2,123 バイト |
日時 | 2016-02-19 04:57:37 |
作者 | Lorenzo Isella |
ログメッセージ | I corrected a small mistake in the letter class (the address field was declared as true twice) and now I can write letters without giving the address of the recipient. |
% koma_env.tex
\documentclass[a4paper, 12pt]{scrlttr2}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
% \usepackage{url}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{graphics}
\setkomavar{fromname}{\underline{Lorenzo Isella}}
\setkomavar{fromaddress}{CDMA 05/181\\rue du Champs de Mars 21 \\
1050, Ixelles, Belgium }
\setkomavar{fromphone}{ext 65872}
\setkomavar{fromemail}{lorenzo.isella@ec.europa.eu}
\setkomavar{signature}{Lorenzo Isella}
\setkomavar{subject}{Catastrophe Modeler }
% \setkomavar{customer}{2342}
\KOMAoptions{fromalign=right, fromlogo=false, addrfield=false,
backaddress=off, subject=titled, subject=left,foldmarks=off,
fromphone=on,fromemail=true,foldmarks=false}
\makeatletter
\@setplength{toaddrvpos}{-.4cm}
% \@setplength{refhpos}{.78in}
\@setplength{refvpos}{6.cm}
% \@setplength{refwidth}{1.4in}
\makeatother
\begin{document}
\pagestyle{empty}
\begin{letter}{ }
\opening{For the attention of the HR at AXA,}
I am strongly interested in the posted position of catastrophe modeler.
I believe that my education and work experience make me a suitable
candidate.
I have a sound
understanding of statistics and extreme value theory.
Due to my previous research activity on complex systems, coagulation
theory and time series analysis, I am familiar with systems
where fluctuations play a crucial role which cannot be described
within the framework of Gaussian statistics.
I am used to working with complex, unstructured data sets and to
extract the valuable information therein. My approach to any project
is pragmatic and oriented to the delivery of quality without
trespassing the deadlines.
Last but not least, I quickly adapt to new work environments
and enjoy working in a multicultural team.
Thanks for taking the time to review and consider my application.
\closing{Best Regards
}
\includegraphics[scale=0.7]{mysig2.pdf}
% \ps{P.S. You can find the full text of GFDL license at
% \url{http://www.gnu.org/copyleft/fdl.html}.}
% \encl{Copyright permission form}
\end{letter}
\end{document}