summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cv/ApplicationLetter.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cv/ApplicationLetter.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/cv/ApplicationLetter.tex')
-rw-r--r--macros/latex/contrib/cv/ApplicationLetter.tex72
1 files changed, 72 insertions, 0 deletions
diff --git a/macros/latex/contrib/cv/ApplicationLetter.tex b/macros/latex/contrib/cv/ApplicationLetter.tex
new file mode 100644
index 0000000000..4a37b2a04f
--- /dev/null
+++ b/macros/latex/contrib/cv/ApplicationLetter.tex
@@ -0,0 +1,72 @@
+\documentclass[english]{g-brief}
+\usepackage[T1]{fontenc}
+\usepackage[latin2]{inputenc}
+
+\newcommand{\Sig}[1] % Signature
+ { \Gruss{#1}{0.5cm} }
+
+%\lochermarke
+%\faltmarken
+%\fenstermarken
+%\trennlinien
+%\klassisch
+
+\begin{document}
+
+\Name{Philipp Maier}
+\Unterschrift{Philipp Maier}
+\Strasse{Street 15}
+\Zusatz{}
+\Ort{1234AB G-Town}
+\Land{The Netherlands}
+\Telefon{+31 50 123.4556}
+\Telex{}
+\EMail{pmaier@yahoo.com}
+\HTTP{www.philipp-maier.de}
+\Bank{}
+\BLZ{}
+\Konto{}
+\RetourAdresse{ } % Wichtig: Muss ein Leerzeichen sein, sonst gibt's
+ % Probleme mit dem Brief-Fenster, falls ein Land
+ % angegeben wird
+
+
+\Adresse{Employer Research \\
+London\\
+E-Mail: \emph{application@employer.com}}
+
+
+\Betreff{Application for a position in the Research Department}
+
+\Postvermerk{}
+\MeinZeichen{}
+\IhrZeichen{}
+\IhrSchreiben{}
+\Anlagen{Full CV attached}
+\Verteiler{}
+
+
+\Datum{\today}
+
+\Anrede{Dear Mrs. Abc,}
+\Sig{Yours sincerely,}
+
+\begin{g-brief}
+
+ Hereby I wish to apply for a position at the Research Department of
+ Employer Research in London.
+
+ Following a general interest in economic affairs, I studied
+ \emph{General Economics} in Germany. I finished my studies in three
+ years, graduated as best of class and received the Albert-Einstein
+ award for re-inventing the weel. Etcetcetc.
+
+ Working as an intern at the Beployer Research company I realized
+ that I am truely interested in economic research. I have decided to
+ apply at Employer Research in London, as \ldots
+
+ Please do not hesitate to contact me if details regarding my CV or this
+ application letter are unclear.
+\end{g-brief}
+
+\end{document}