-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
103 lines (71 loc) · 2.5 KB
/
resume.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
%\thispagestyle{empty} % this page does not have a header
%\newcommand{comments}{1}{[]}
\newcommand{\comments}[1]{}
%\documentclass[serif, mathserif, final]{beamer}
%\documentclass[11pt]{res}
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref}
\usepackage{enumitem}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%NOTE: this needs xetex
%\usepackage{fontspec}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{xcolor}
\usepackage{pgfkeys,pgffor}
\usepackage{onlyitems}
\usepackage{hyperref}
\usepackage{xspace}
% NOTE: need XeTex for these
%\setmainfont{Times New Roman}
%\setsansfont{Arial}
%\setmonofont[Color={0019D4}]{Courier New}
\newcommand{\myResumeFont}{lmss}
\begin{document}
\fontfamily{lmss}\selectfont
\begin{center}
\Large \textbf{Vivek L. Kale} \\
\normalsize
\textbf{Phone:} \href{tel: +01 217-369-7996}{217-369-7996} | \textbf{Email}: \href{mailto:[email protected]}{[email protected]} |
\textbf{LinkedIn}: \href{http://linkedin.com/in/vlkale}{linkedin.com/in/vlkale}
\textbf{Github}: \href{http://github.com/vlkale}{github.com/vlkale} | \textbf{Website}: \href{http://vlkale.github.io}{vlkale.github.io} | \textbf{US Citizen with Secret Clearance}
\end{center}
\noindent\rule{\linewidth}{0.4pt}
\vspace{-0.1in}
\section*{\fontfamily{\myResumeFont}\selectfont Professional Summary}
\input{ProfessionalSummary}
\section*{\fontfamily{\myResumeFont}\selectfont Relevant Experience}
\input{listOfExperiences-bySkill}
%\input{listofExperiences-resume}
\section*{\fontfamily{\myResumeFont}\selectfont Technical Skills}
\input{listOfSkillSetsForResume}
\section*{\fontfamily{\myResumeFont}\selectfont Education}
\input{listEducation-resume1pager}
\section*{\fontfamily{\myResumeFont}\selectfont Open-source Software Projects}
\input{listOfProjects-for1pagerResume}
%\section*{\fontfamily{lmss}\selectfont Awards}
%\vspace{-0.01in}
%\input{listOfAwards}
%\section*{\fontfamily{lmss}\selectfont Hobbies}
%\vspace{-0.01in}
%\input{listOfHobbies}
%\section{\fontfamily{lmss}\selectfont Relevant Courses}
%\vspace{-0.001in}
%\input{listOfCoursesShort}
%\section{\fontfamily{lmss}\selectfont Representative Publications}
%\vspace{0.1in}
%\input{listOfPubs-1pager}
%\section{Additional}
%\input{additionalInfo-forResume}
%\section{Services}
%\vspace*{-0.05in}
%\input{listOfServices}
%\section{Awards}
%\vspace{0.1in}
%\input{listOfAwards}
%\section{Membership in Societies}
%\vspace*{-0.01in}
%\input{listOfSocieties}
\end{document}