-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover_letter_it.tex
60 lines (47 loc) · 1.9 KB
/
cover_letter_it.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
59
60
% !TEX program = xelatex
\documentclass{resume}
%\usepackage{zh_CN-Adobefonts_external} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
%\usepackage{zh_CN-Adobefonts_internal} % Simplified Chinese Support using system fonts
% \usepackage{showframe} % Debugging
\usepackage[none]{hyphenat}
\frenchspacing
\begin{document}
\pagenumbering{gobble} % suppress displaying page number
\name{Nicholas Sullivan-Friedman}
\fullname{Nicholas}{Sullivan-Friedman}
\basicInfo{
\email{[email protected]} \textperiodcentered\
\phone{(+1) 415 328-9195} %\textperiodcentered\
%\linkedin[billryan8]{https://www.linkedin.com/in/billryan8}
}
%-------------------------------------------------------------------------------
% LETTER INFORMATION
% All of the below lines must be filled out
%-------------------------------------------------------------------------------
% The company being applied to
\recipient
{Compeat Training and Implementation Team}
{Compeat, Inc.\\1670 Corporate Circle\\Suite 101\\Petaluma, CA 94954}
% The date on the letter, default is the date of compilation
\letterdate{\today}
% The title of the letter
\lettertitle{Job Application for Technical Projects Specialist}
% How the letter is opened
\letteropening{Mr. Taylor,}
% How the letter is closed
\letterclosing{Sincerely,}
% Any enclosures with the letter
\letterenclosure[Attached]{Resume}
%-------------------------------------------------------------------------------
% Print the title with above letter informations
\makelettertitle
%-------------------------------------------------------------------------------
% LETTER CONTENT
%-------------------------------------------------------------------------------
\begin{cvletter}
\\
\end{cvletter}
%-------------------------------------------------------------------------------
% Print the signature and enclosures with above letter informations
\makeletterclosing
\end{document}