Repository created to host my resume. It's written in LaTeX using the template YAAC: Another Awesome CV with some customizations to fit my needs.
You can download my resume in the PDF format using the last successfully build here.
The instructions bellow will guide you to generate a PDF version of my resume on your local machine.
The easiest way to build this document locally is using Docker.
To install Docker in your system follow these instructions:
- Official website: https://docs.docker.com/install/
Pull the latexmk image, this image has everything needed:
docker pull iqueiroz/latexmk
Run the image to generate the PDF:
For linux:
docker run --rm -v $(pwd):/work iqueiroz/latexmk resume.tex
For Windows, in command prompt:
docker run --rm -v "%cd%":/work iqueiroz/latexmk resume.tex