-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover_letter.tex
58 lines (44 loc) · 1.14 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\documentclass[12pt]{resume}
\title{Nick Hirzel}
\author{Nick Hirzel}
\date{February 2023}
\usepackage{dashrule}
% margins
\setlength{\paperwidth}{8.5in}
\setlength{\paperheight}{11in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\textwidth}{7.5in}
\setlength{\textheight}{11in}
\setlength{\topmargin}{0in}
\setlength{\topskip}{0in}
\setlength{\oddsidemargin}{-0.5in}
\setlength{\evensidemargin}{-0.5in}
\pagestyle{empty}
\raggedbottom{}
\raggedright{}
\setlength{\tabcolsep}{0in}
% doc time
\begin{document}
% contact
\begin{tabular*}{7.5in}{l@{\extracolsep{\fill}}r}
\multirow{2}{*}{{\fontsize{32pt}{12pt}\selectfont Nick Hirzel}} & +1 (419) 407--6777\\
& \href{mailto:[email protected]}{[email protected]}\\
& \href{https://www.linkedin.com/in/kwask/}{linkedin.com/in/kwask/} \\
\end{tabular*}
% experience
\vspace{-1.5em}
\section{\today}
\vspace{-0.25em}
\rule{7.5in}{0.2pt}
\vspace{-1.5em}
\setlength{\parindent}{20pt}
\setlength{\parskip}{\baselineskip}
\input{cover_letter_text.tex}
\setlength{\parindent}{0pt}
\vspace{-1.0em}
\hdashrule{7.5in}{0.2pt}{1.8mm}
Sincerely,\\
\vspace{1.5em}
Nick Hirzel
\end{document}