resume: switch back to pdfLaTeX, fix typo
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
4bcacb0f2f
commit
281de03d4f
3 changed files with 9 additions and 3 deletions
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
|
@ -24,10 +24,17 @@
|
|||
\usepackage{hyperref}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{sectsty}
|
||||
%\usepackage{fontspec}
|
||||
|
||||
% using arbitrary fonts requires XeLaTeX, but that is
|
||||
% incompatible with the ATS hack below. uncomment with
|
||||
% caution
|
||||
%\usepackage{fontspec}
|
||||
%\setsansfont{Roboto}
|
||||
|
||||
% ATS hack: makes resumes easier to parse for machines
|
||||
\input{glyphtounicode}
|
||||
\pdfgentounicode=1
|
||||
|
||||
\newcommand{\MyName}[1]{ % Name
|
||||
\Huge
|
||||
\usefont{OT1}{phv}{b}{n}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
% !TEX program = xelatex
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% LaTeX Template: Curriculum Vitae
|
||||
%
|
||||
|
@ -39,7 +38,7 @@
|
|||
\item {\bf Awards and Honors:} Received \$15,000 Computer Science Upper Year Scholarship, and placed on Dean's Honors List.
|
||||
% \item {\bf Mentor, StarterHacks 2020:} Provided technical and design advice in Canada's largest beginner-focused hackathon.
|
||||
% \item {\bf Editor, mathNEWS:} Provide news and recreation to student body via student publication of the Faculty of Mathematics.
|
||||
\item {\bf Relevant Coursework:} Data Structures, Object-Oriented Prorgamming (C++), Functional Programming (Racket, Haskell)
|
||||
\item {\bf Relevant Coursework:} Data Structures, Object-Oriented Programming (C++), Functional Programming (Racket, Haskell)
|
||||
\end{itemize}}
|
||||
|
||||
%%% Skills
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue