-
Notifications
You must be signed in to change notification settings - Fork 0
/
latex_resume_template.tex
77 lines (56 loc) · 1.67 KB
/
latex_resume_template.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
64
65
66
67
68
69
70
71
72
73
\documentclass[margin]{res}
\pdfmapfile{=fontawesome.map}
\usepackage{enumitem}
\usepackage{amsfonts}
\usepackage{libertine}
%\usepackage[sfdefault]{gillius2}
\usepackage{microtype}
\usepackage{graphicx}
%\usepackage{fontspec}
\usepackage{fontawesome}
\usepackage{multirow}
\usepackage{fancyhdr}
\usepackage{hyperref}
%\usepackage{geometry}
%\geometry{letterpaper,tmargin=0.2in,bmargin=0.6in,lmargin=1in,rmargin=1in}
\topmargin -.75in
\textheight 10.20in
\pagestyle{fancy}
\pagenumbering{gobble}
%no line at top
\renewcommand{\headrulewidth}{0pt}
\rfoot{\small{$date$}}
%%%% Fonts %%%%
%\font\helv=phvr at 10pt
%\font\bighelv=phvr at 24pt
\font\helv=GilliusADFNo2-Regular-lf-t1 at 10pt
\font\bighelv=GilliusADFNo2-Regular-lf-t1 at 22pt
% override \sectionfont from res.cls
\def\sectionfont{\helv}
%%%% List formatting %%%%
\parskip=0in
\setlist{itemsep=0.01in, parsep=0.0in, topsep=0in, partopsep=-0.0in, leftmargin=0.1in}
\setlist[itemize,1]{label=$$\circ$$, after=\vspace{-0.15in}}
\setlist[itemize,2]{label=$$\bullet$$, itemsep=0in, parsep=0in, partopsep=0in, after=\vspace{0.015in}}
\def\tightlist{}
% based on https://stackoverflow.com/a/3951837/1175053
\makeatletter% since we're using a macro containing @
\newcommand{\addspaces}[1]{%
\@tfor\letter:=#1\do{%
\letter\space
}%
}
\makeatother% resets @ to its original meaning
\begin{document}
\begin{tabular}{ll}
\multirow{ 2}{*}{\bighelv \addspaces{$firstname$}\quad \addspaces{$lastname$}\qquad}
&\helv $email$ \\
&\helv $phone$ \\
&\helv $location$ \\
&\helv \faGithub \phantom{.} \faLinkedin \phantom{..} $github$ \\
\end{tabular}
\vspace{-0.25in}
\begin{resume}
$body$
\end{resume}
\end{document}