-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover_letter.tex
39 lines (31 loc) · 1.42 KB
/
cover_letter.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\documentclass[11pt,a4paper,sans, table, dvipsnames]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{green}
\usepackage[english]{babel}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{comment}
\pagestyle{fancy}
\usepackage{eurosym}
\usepackage{etoolbox}
\usepackage[scale=0.875]{geometry}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{import}
% personal data
\name{Sebastian}{Hutschenreuter}
%\title{Curriculum Vitae} % optional, remove / comment the line if not wanted
% \address{´}{}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
%\phone[mobile]{} % optional, remove / comment the line if not wanted
%\phone[fixed]{} % optional, remove / comment the line if not wanted
%\phone[fax]{} % optional, remove / comment the line if not wanted
\email{[email protected]} % optional, remove / comment the line if not wanted
\homepage{shutsch.github.io}
\begin{document}
\recipient{Company Recruitment team}{Company, Inc.\\123 somestreet\\some city}
\date{January 01, 1984}
\opening{Dear Sir or Madam,}
\closing{Yours faithfully,}
\enclosure[Attached]{curriculum vit\ae{}} % use an optional argument to use a string other than "Enclosure", or redefine \enclname
\makelettertitle
\input{_cover_letter.tex}
\end{document}