Skip to content

iqueiroz/resume

Repository files navigation

My Resume

CircleCI LinkedIn Resume

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.

Getting Started

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.

Prerequisites

The easiest way to build this document locally is using Docker.
To install Docker in your system follow these instructions:

Building

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