Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX Template

Single-page resume template.

Setup

  1. Use this template on GitHub, or clone it:

    git clone <repo-url> && cd <repo-name>
  2. Edit resume.tex — replace all placeholder text (Your Name, your.email@example.com, etc.) with your information.

  3. Build the PDF:

    pdflatex resume.tex

Structure

├── resume.tex                  # Main resume
├── cv/
│   └── example_cover_letter.tex  # Cover letter template
├── .gitignore                  # Ignores LaTeX build artifacts
└── README.md

Cover Letters

Copy and rename the example:

cp cv/example_cover_letter.tex cv/company_cover_letter.tex
# Edit and build
pdflatex cv/company_cover_letter.tex

Requirements

A LaTeX distribution with pdflatex and these packages (included in most distributions): geometry, titlesec, tabularx, xcolor, enumitem, hyperref, paracol, lmodern, microtype, fontawesome5

Helper macros

  • \company{...} — org names in entry titles. Use this instead of \textit, which is redefined to hardcode its own size and will ignore any size you set around it.
  • \datefont — shared size and font styling for every date column.
  • \ghbutton{url} — GitHub icon with a padded click target, right-aligned at the margin.
  • \projectOrder — the single place to reorder, show, or hide project macros.

Inside onecolentry use \linewidth, not \textwidth\textwidth ignores the 0.2cm inset and overhangs the right margin.

About

very dazzling

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages