/resume

Jack Hu's LaTeX Resume

Primary LanguageTeXMIT LicenseMIT

This was adapted from the template here, with some modifications to design, the code, and ability to get up and running. Preview here.

Usage

There are 5 distinct components: header, sections, entry type 1 (title, subheading, date(s), location), entry type 2 (title, date(s)), and entry type 3 (single list no bullet, with a bold prefix).

You can also modify the colour scheme (primary, secondary, accent, and link colours).

Header

Change the variables at the top of the document, and then modify the order you want to present your info in the \headertype{}{}{}{}{}{} argument at the beginning of the document. You can choose \doublecol or \singlecol. They look like this:

Single column probably handles longer links better. Full previews at the preview section.

Section

\section{<icon>}{Text}

can be anything; fontawesome icons are great.

Entry

Preceed it by \resumeEntryStart and end it with \resumeEntryEnd.

Entry type 1

\resumeEntryTSDL{Title}{Date(s)}{Subheading}{Location}

Entry type 2

\resumeEntryTD{Title}{Date(s)}

Entry type 3

\resumeEntryS{Bold}{RegularText}

Entry Details

Preceed it by \resumeItemListStart and end it with \resumeItemListEnd. Each item is a \resumeItem.

Preview

Double Column

Single Column

Credits

Original template from here. Template text from here.