This repository contains my professional CV in LaTeX format.
The CV is automatically compiled into a PDF whenever changes are pushed to the main branch. The latest PDF is available as:
- A GitHub release - check the Releases page
- A build artifact in the latest workflow run
To build the CV locally, you need LaTeX installed. Then run:
# Using pdflatex directly
pdflatex cv.tex
# Or using latexmk (recommended)
latexmk -pdf cv.tex
cv.tex
- The main LaTeX source filephoto.jpeg
- Profile photo.github/workflows/main.yml
- GitHub Actions workflow for automatic building