-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
45 lines (33 loc) · 774 Bytes
/
main.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
40
41
42
43
44
\documentclass[12pt,a4paper,sans]{moderncv}
\moderncvstyle{oldstyle}
\moderncvcolor{grey}
\moderncvicons{marvosym}
\usepackage{lipsum}
\usepackage[
scale=0.75,
noheadfoot,
nomarginpar,
top=1.5cm,
bottom=1.5cm,
left=1.75cm,
right=1.75cm,
% showframe, % uncomment to show how the type block is set on the page
]{geometry}
\firstname{Ozren}
\familyname{Dabić}
\address{Bore Prodanovića 11}{11050, Belgrade}{Serbia}
\phone[mobile]{+381~(0)~63~239~329}
\email{dabico@jetbrains.com}
\homepage{dabico.github.io}
\nopagenumbers{}
\begin{document}
\recipient
{Company Recruitment team}
{City, Country}
\date{\today}
\opening{Dear Sir or Madam,}
\closing{Yours faithfully,}
\makelettertitle
\lipsum[1-3]
\makeletterclosing
\end{document}