Last active
April 20, 2024 11:44
-
-
Save jedavidson/9cdf6984380a7c66158af06161a98166 to your computer and use it in GitHub Desktop.
My modified version of Jake's Resume template for LaTeX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\usepackage{latexsym} | |
\usepackage[empty]{fullpage} | |
\usepackage{titlesec} | |
\usepackage{marvosym} | |
\usepackage[usenames,dvipsnames]{xcolor} | |
\usepackage{verbatim} | |
\usepackage{enumitem} | |
\usepackage{amssymb} | |
\usepackage[colorlinks,urlcolor=black]{hyperref} | |
\usepackage{fancyhdr} | |
\usepackage[english]{babel} | |
\usepackage{tabularx} | |
\usepackage{fontawesome5} | |
\usepackage{multicol} | |
\setlength{\multicolsep}{-3.0pt} | |
\setlength{\columnsep}{-1pt} | |
\input{glyphtounicode} | |
\pagestyle{fancy} | |
\fancyhf{} | |
\fancyfoot{} | |
\renewcommand{\headrulewidth}{0pt} | |
\renewcommand{\footrulewidth}{0pt} | |
\urlstyle{same} | |
\renewcommand\familydefault{\sfdefault} | |
\raggedbottom | |
\raggedright | |
\setlength{\tabcolsep}{0in} | |
\titleformat{\section}{ | |
\vspace{-4pt} | |
\scshape\raggedright\large\bfseries | |
}{}{0em}{}[ | |
\color{Gray}\titlerule\color{black} | |
\vspace{-5pt} | |
] | |
\pdfgentounicode=1 | |
\newcommand{\resumeItem}[1]{\item\small{{#1 \vspace{-2pt}}}} | |
\newcommand{\classesList}[4]{\item\small{{#1 #2 #3 #4 \vspace{-2pt}}}} | |
\newcommand{\resumeSubheading}[4]{ | |
\vspace{-2pt} | |
\item | |
\begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r} | |
\textbf{#1} & \textbf{\small #2} \\ | |
\textit{\small#3} & \textit{\small #4} \\ | |
\end{tabular*}% | |
\vspace{-7pt} | |
} | |
\newcommand{\resumeSubSubheading}[2]{ | |
\vspace{-6pt} | |
\item | |
\begin{tabular*}{1.0\textwidth}{l@{\extracolsep{\fill}}r} | |
\textit{\small#1} & \textit{\small #2} \\ | |
\end{tabular*}% | |
\vspace{-7pt} | |
} | |
\newcommand{\resumeProjectHeading}[2]{ | |
\item | |
\begin{tabular*}{1.001\textwidth}{l@{\extracolsep{\fill}}r} | |
\small#1 & \textbf{\small #2} \\ | |
\end{tabular*}% | |
\vspace{-7pt} | |
} | |
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}} | |
\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} | |
\renewcommand\labelitemii{$\vcenter{\hbox{\small$\bullet$}}$} | |
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.0in, label={}]} | |
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}} | |
\newcommand{\resumeItemListStart}{\begin{itemize}[leftmargin=0.3in]} | |
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[letterpaper,11pt]{article} | |
\usepackage{preamble} | |
\colorlet{primary}{purple} | |
\colorlet{secondary}{gray} | |
\begin{document} | |
\begin{center} | |
{\Huge {\textsf{\textcolor{primary}{Your Name Here}}}} | |
\\ | |
% Uncomment the next 3 lines if you don't want a title | |
\vspace{6pt} | |
{\textcolor{secondary}{Optionally, a title for yourself}} | |
\\ | |
\vspace{6pt} | |
{\small \raisebox{-0.1\height} \faPhone\ \href{tel:000}{(+61) 0412 345 678}} ~ | |
{\raisebox{-0.2\height} \faEnvelope\ \href{mailto:[email protected]}{[email protected]}} ~ | |
{\raisebox{-0.2\height} \faLinkedin\ \href{https://linkedin.com/in/billgates/}{billgates}} ~ | |
{\raisebox{-0.2\height} \faGithub\ \href{https://github.com/torvalds}{torvalds}} | |
\end{center} | |
\vspace{-9pt} | |
\section{\textcolor{primary}{Experience}} | |
\resumeSubHeadingListStart | |
\resumeSubheading{Company Inc.}{City, Country}{Grad}{start date -- end date/present} | |
\resumeItemListStart | |
\resumeItem{ | |
Blah blah solved world hunger using generative AI: | |
\begin{itemize} | |
\item Some subpoints about how I did that | |
\end{itemize} | |
} | |
\resumeItem{Exacerbated climate change by spinning up billions of compute nodes} | |
\resumeItemListEnd | |
\resumeSubSubheading{Intern}{start date -- end date/present} | |
\resumeItemListStart | |
\resumeItem{Annoyed a bunch of full timers} | |
\resumeItemListEnd | |
\resumeSubheading{Different Company}{City, Country}{Title}{start date -- end date/present} | |
\resumeItemListStart | |
\resumeItem{You get the idea} | |
\resumeItemListEnd | |
\resumeSubHeadingListEnd | |
\vspace{-12pt} | |
\section{\textcolor{primary}{Education}} | |
\resumeSubHeadingListStart | |
\resumeSubheading{University}{start date -- grad date/present}{Masters of Unemployment}{Grade: \texttt{:nerd:}} | |
\resumeItemListStart | |
\resumeItem{Some crap about what you did in your degree here} | |
\resumeItem{Perhaps more?} | |
\resumeItemListEnd | |
\vspace{2pt} | |
\resumeSubheading{Some other university}{start date -- grad date/present}{Bachelor of Unemployment}{Grade: \texttt{:nerd:}} | |
\resumeItemListStart | |
\resumeItem{You get the idea} | |
\resumeItemListEnd | |
\resumeSubHeadingListEnd | |
\vspace{-12pt} | |
\section{\textcolor{primary}{Projects}} | |
\resumeSubHeadingListStart | |
% Bit of a hack lol | |
\resumeSubheading{}{}{}{} | |
\vspace{-32pt} | |
\resumeItemListStart | |
\resumeItem{\textbf{Project 1 (maybe also a hyperlink)} -- \textnormal{Some one line description about it here}} | |
\resumeItem{\textbf{Project 2} -- \textnormal{You get the idea}} | |
\resumeItemListEnd | |
\resumeSubHeadingListEnd | |
\vspace{-12pt} | |
\section{\textcolor{primary}{Skills}} | |
\resumeSubHeadingListStart | |
% Again, some hacky alignment stuff | |
\resumeSubheading{}{}{}{} | |
\vspace{-32pt} | |
\resumeItemListStart | |
\resumeItem{\textbf{Languages} -- Python 4, HolyC} | |
\resumeItem{\textbf{Technologies} -- GPT 5, a JavaScript framework invented 5 minutes ago} | |
\resumeItemListEnd | |
\resumeSubHeadingListEnd | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment