Skip to content

oswinrodrigues/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

LaTeX code for my résumé. Adapted from billryan/resume.

Demo

Click here to view the PDF.

In case that does not work, head over to the LaTeX.Online compiler. Input the resume.tex file's URL. Select texlive2020 and xelatex from the drop-down lists. Click the button to generate the PDF.

License

The résumé format is under the MIT license, while its content is restricted for my use alone. Any copyrighted fonts or icons are subject to the license granted by their respective owners.

Workflow

Assumes Dev Containers VS Code extension is setup. If not, follow its installation guide.

Setup

  1. Fork this repository on GitHub
  2. Open the fork in a container volume on VS Code
  3. Wait for the container to be created (this is only necessary the first time)

Development

Simple

If you want to keep the résumé format as-is, but use your own details:

  1. Replace content in each sections/*.tex file with your own
  2. Choose (uncomment) sections of interest in resume.tex
  3. PDF is generated and viewed in VS Code, with the LaTeX Workshop extension

Note: LaTeX Workshop is provided by the container. You don't have to install it yourself.

Complex

If you want to also modify the résumé format:

  1. Reorder, omit or include sections in resume.tex
  2. Modify global (résumé-wide) formatting in resume.cls
  3. Modify local (section-specific) formatting in sections/*.tex files