-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplate.tex
213 lines (173 loc) · 4.67 KB
/
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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% One Page Two Column Resume
% LaTeX Template for CS Undergrads looking for Software Internships
% Version 1.1 (30/4/2014)
%Instructions
% 1. Clone the repo.
% 2. Upload the files to overleaf, or some other latex editor and modify the main.tex file to your liking.
% IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
%
% This template uses several fonts not included with Windows/Linux by
% default. If you get compilation errors saying a font is missing, find the line
% on which the font is used and either change it to a font included with your
% operating system or comment the line out to use the default font.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Known Issues:
% 1. Overflows onto second page if any column's contents are more than the
% vertical limit
% 2. Hacky space on the first bullet point on the second column.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume-openfont}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{\color{palette} First}{\color{subheadings} Last}{
\href{mailto:[email protected]}{[email protected]} | 123-456-7890
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN ONE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}[t]{0.33\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\subsection{University} %add \newline if the name of the university is too long
\descript{B.S in Computer Science}
\location{Expected June 2020} %expected completion date
\location{ GPA:}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LINKS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Links}
Github:\\ \href{https://github.com/abc}{\custombold{github.com/abc}} \\
LinkedIn: \href{https://www.linkedin.com/abc}{\custombold{abc}} \\
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COURSEWORK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Coursework}
\subsection{Year 1}
Course 1 \\
Course 2 \\
Course 3
\sectionsep
\subsection{Year 2}
Course 1 \\
Course 2 \\
Course 3 \\
Course 4
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
\subsection{Languages} % e.g Java, C++, C, etc.
\textbullet{} Language 1 \\
\textbullet{} Language 2\\
\textbullet{} Language 3\\
\textbullet{} Language 4\\
\textbullet{} Language 5 \\
\sectionsep
\subsection{Frameworks/Libraries} %e.g Flask, React, Angular, etc.
\textbullet{} Framework 1 \\
\textbullet{} Framework 2 \\
\textbullet{} Framework 3 \\
\textbullet{} Framework 4 \\
\sectionsep
\subsection{Databases} %e.g. Mongo, MySQL, GraphQL, etc.
\textbullet{} Database 1 \\
\textbullet{} Database 2
\sectionsep
\section{Awards/Honors}
\textbullet{} Honor 1 \\
\textbullet{} Honor 2\\
\textbullet{} Honor 3\\
\sectionsep
\section{Societies}
Club 1 \textbullet{} Club2 \textbullet{} Club3 \textbullet{} \\ Club4
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN TWO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{minipage}
\hfill
\begin{minipage}[t]{0.66\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\runsubsection{Company 1}
\descript{| Position}
\location{Jun 2017 – Sep 2017 | City}
\vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Description of your role
\item 1
\item 2
\item 3
\end{tightemize}
\sectionsep
\runsubsection{Company 2}
\descript{| Position}
\location{Jun 2017 – Sep 2017 | City}
\begin{tightemize}
\item Description of your role
\item 1
\item 2
\item 3
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RESEARCH
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Projects}
\runsubsection{Project 1}
\descript{ | Role | Languages}
\location{Jun 2017 – Present | City}
\begin{tightemize}
\item Description of what you did
\item 1
\item 2
\end{tightemize}
\sectionsep
\runsubsection{Project 2}
\descript{ | Role | Languages}
\location{Jun 2017 – Present | City}
\begin{tightemize}
\item Description of what you did
\item 1
\item 2
\end{tightemize}
\sectionsep
\runsubsection{Project 3}
\descript{ | Role | Languages}
\location{Jun 2017 – Present | City}
\begin{tightemize}
\item Description of what you did
\item 1
\item 2
\end{tightemize}
\sectionsep
\runsubsection{Project 1}
\descript{ | Role | Languages}
\location{Jun 2017 – Present | City}
\begin{tightemize}
\item Description of what you did
\item 1
\item 2
\end{tightemize}
\sectionsep
\end{minipage}
\end{document} \documentclass[]{article}