TemplateCVscvresume
Jake's Resume
The widely used single-page ATS-friendly resume by Jake Gutierrez, a plain article-class layout with all macros in the preamble.
MIT (layout by Jake Gutierrez)
Loading PDF preview…
This workspace is set up as Jake's Resume, the single-page ATS-friendly layout. Paste your background or a job posting and I will fill it in, keeping everything to one page.
What’s inside
- Starter files
main.tex3.6 KB
%------------------------- % Resume in LaTeX, based on Jake Gutierrez's template (MIT) % https://github.com/jakegut/resume %------------------------- \documentclass[letterpaper,11pt]{article} \usepackage{latexsym} \usepackage[empty]{fullpage} \usepackage{titlesec} \usepackage[usenames,dvipsnames]{color} \usepackage{enumitem} \usepackage[hidelinks]{hyperref} \usepackage{fancyhdr} \usepackage[english]{babel} \usepackage{tabularx} \input{glyphtounicode} \pagestyle{fancy} \fancyhf{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} % Adjust margins \addtolength{\oddsidemargin}{-0.5in} \addtolength{\evensidemargin}{-0.5in} \addtolength{\textwidth}{1in} \addtolength{\topmargin}{-.5in} \addtolength{\textheight}{1.0in} \urlstyle{same} \raggedbottom \raggedright \setlength{\tabcolsep}{0in} % Section formatting \titleformat{\section}{ \vspace{-4pt}\scshape\raggedright\large }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}] % Ensure the PDF is machine readable / ATS parsable \pdfgentounicode=1 % Custom commands \newcommand{\resumeItem}[1]{\item\small{{#1 \vspace{-2pt}}}} \newcommand{\resumeSubheading}[4]{ \vspace{-2pt}\item \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \textit{\small#3} & \textit{\small #4} \\ \end{tabular*}\vspace{-7pt} } \newcommand{\resumeProjectHeading}[2]{ \item \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} \small#1 & #2 \\ \end{tabular*}\vspace{-7pt} } \renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$} \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]} \newcommand{\resumeSubHeadingListEnd}{\end{itemize}} \newcommand{\resumeItemListStart}{\begin{itemize}} \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} \begin{document} %----------HEADING---------- \begin{center} \textbf{\Huge \scshape Your Name} \\ \vspace{1pt} \small 000-000-0000 $|$ \href{mailto:you@example.com}{\underline{you@example.com}} $|$ \href{https://linkedin.com/in/your-id}{\underline{linkedin.com/in/your-id}} $|$ \href{https://github.com/your-id}{\underline{github.com/your-id}} \end{center} %-----------EDUCATION----------- \section{Education} \resumeSubHeadingListStart \resumeSubheading {Your University}{City, State} {BSc in Your Field, GPA 3.9/4.0}{Aug. 20XX -- May 20XX} \resumeSubHeadingListEnd %-----------EXPERIENCE----------- \section{Experience} \resumeSubHeadingListStart \resumeSubheading {Job Title 1}{June 20XX -- Present} {Company 1}{City, State} \resumeItemListStart \resumeItem{What you own and what changed because of it, with a number.} \resumeItem{A concrete achievement, naming the tool or method used.} \resumeItemListEnd \resumeSubheading {Job Title 2}{May 20XX -- Aug. 20XX} {Company 2}{City, State} \resumeItemListStart \resumeItem{One line on scope and impact.} \resumeItemListEnd \resumeSubHeadingListEnd %-----------PROJECTS----------- \section{Projects} \resumeSubHeadingListStart \resumeProjectHeading {\textbf{Project Name} $|$ \emph{Python, PostgreSQL}}{20XX} \resumeItemListStart \resumeItem{What it does and why it mattered, in one line.} \resumeItemListEnd \resumeSubHeadingListEnd %-----------SKILLS----------- \section{Technical Skills} \begin{itemize}[leftmargin=0.15in, label={}] \small{\item{ \textbf{Languages}{: Python, C++, SQL, JavaScript} \\ \textbf{Tools}{: Git, Docker, PyTorch, \LaTeX} }} \end{itemize} % Ask the agent in the chat to fill this in from your background or a job posting. \end{document}- Libraries and docs
main.pdfprebuilt · 98 KBReplaced by the first recompile.
Binary file, seeded as-is.
main.synctex.gzprebuilt · 4.8 KBReplaced by the first recompile.
Binary file, seeded as-is.