LaTeX code for my résumé. Adapted from billryan/resume.
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.
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.
Assumes Dev Containers VS Code extension is setup. If not, follow its installation guide.
- Fork this repository on GitHub
- Open the fork in a container volume on VS Code
- Wait for the container to be created (this is only necessary the first time)
If you want to keep the résumé format as-is, but use your own details:
- Replace content in each
sections/*.tex
file with your own - Choose (uncomment) sections of interest in
resume.tex
- 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.
If you want to also modify the résumé format:
- Reorder, omit or include sections in
resume.tex
- Modify global (résumé-wide) formatting in
resume.cls
- Modify local (section-specific) formatting in
sections/*.tex
files