-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.tex
67 lines (51 loc) · 2.12 KB
/
references.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
61
62
63
% !TEX program = xelatex
% LaTeX resume using res.cls
\documentclass[margin]{res}
\setlength{\textwidth}{5.25in} % set width of text portion
%\usepackage{fontspec}
\usepackage{setspace}
\singlespacing
\begin{document}
% Center the name over the entire width of resume:
\moveleft.5\hoffset\centerline{\large\bf Kamin G. Horvath}
% Draw a horizontal line the whole width of resume:
\moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip
% address begins here
% Again, the address lines must be centered over entire width of resume:
\moveleft.5\hoffset\centerline{Atlanta, GA}
\moveleft.5\hoffset\centerline{(470) 421-8281}
\moveleft.5\hoffset\centerline{[email protected]}
\begin{resume}
\section{REFERENCES}
{\sl Kenneth Person - Regional Estimating Manager, HVAC and Mechanical} \\
ABM, Cumming, GA
\begin{itemize} \itemsep -2pt %reduce space between items
\item Phone: (470) 383-3417
\item Email: [email protected]
\end{itemize}
{\sl Chris Reininger - Territory Manager} \\
James M. Pleasants, Norcross, GA
\begin{itemize} \itemsep -2pt %reduce space between items
\item Phone: (404) 623-8113
\item Email: [email protected]
\end{itemize}
{\sl Gary Holder - Regional Sales Manager} \\
James M. Pleasants, Norcross, GA
\begin{itemize} \itemsep -2pt %reduce space between items
\item Phone: (678) 507-1091
\item Email: [email protected]
\end{itemize}
{\sl Bob Pratt - Program Director HVAC Technology} \\
Gwinnett Technical College, Ball Ground, GA
\begin{itemize} \itemsep -2pt %reduce space between items
\item Phone: (678) 678-1941
\item Email: [email protected]
\end{itemize}
{\sl Justin Gary - President} \\
Maxair Mechanical, Marietta, GA
\begin{itemize} \itemsep -2pt %reduce space between items
\item Phone: (770) 714-9627
\item Email: [email protected]
\end{itemize}
\end{resume}
\end{document}