Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.66 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.66 KB

LaTeX Resume Template

A Resume template written in LaTeX (intended to be compiled in XeLaTeX, to PDF). This template was built with software engineering in mind, though it's hopefully generic enough to be customized for any experience.

Visually, the compiled resume is simple and clean:

Additionally, as you'll see in the Resume.tex template file, you can set various metadata (author, keywords, etc) that may help you pass automated resume submission checks that are looking for keywords specific to the job.

Setup (Windows/MacOS/Linux)

  1. Download and install MiKTeX
  2. Download and install TexMaker
  3. Set TexMaker's QuickBuild to XeLaTeX + View PDF
  4. Open Resume.tex in TexMaker: Running a QuickBuild will download necessary dependencies and output a PDF in the same directory.

Other Notes