-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-trim.tex
51 lines (44 loc) · 1.85 KB
/
resume-trim.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
\documentclass[11pt,letterpaper]{moderncv}
% adjust the page margins
\usepackage[scale=0.9]{geometry}
\usepackage{mathspec}
\usepackage{fontawesome5}
\usepackage{xpatch}
% if you want to change the width of the column with the dates
%\setlength{\hintscolumnwidth}{3cm}
% for the 'classic' style, if you want to force the width allocated to your name
% and avoid line breaks. be careful though, the length is normally calculated to
% avoid any overlap with your personal info; use this at your own typographical
% risks...
%\setlength{\makecvtitlenamewidth}{10cm}
\moderncvstyle{classic}
\moderncvcolor{purple}
\moderncvicons{awesome}
% \usepackage{libertine}
\usepackage[bitstream-charter]{mathdesign}
\usepackage{mathspec}
\setmonofont{Inconsolata}
\usepackage{needspace}
% ------------------------------------------------------------------------------
% personal data
% ------------------------------------------------------------------------------
\name{Bailey}{Bjornstad}
\title{Data Engineer and Analyst at unumAI}
% optional; the "postcode city" and "country" arguments can be omitted or
% provided empty
\address{444 East 19th Avenue, Apt C405}{Denver, CO 80203}
% optional; the optional "type" of the phone can be "mobile" (default), "fixed"
% or "fax"
\phone[mobile]{+1~(760)~419~9148}
% optional
\email{[email protected]}
\social[linkedin]{bailey-bjornstad}
% ------------------------------------------------------------------------------
% content
% ------------------------------------------------------------------------------
% ------------------------------------------------------------------------------
% ---- resume ------------------------------------------------------
% ------------------------------------------------------------------------------
\begin{document}
\input{resume_insert}
\end{document}