This is a resume template I created with my twist that is:
- Single-page
- One column
- Made up of modular components
This contains the following sections:
- Header
- Education
- Experience
- Open Source
- Projects (commented out)
- Skills
- Condensed Skills (commented out)
To build the PDF, you will need to install texlive and build using latexmk
You can build a PDF without keeping the extra output files using the following command:
latexmk -pdf Resume.tex && latexmk -cThis first will build the pdf and then clean up the extra files.
