CV LaTeX Source
This directory contains the LaTeX source code for Luiz Augusto Fidalgo’s CVs.
Files
LuizAugustoFidalgo_cv_simple.tex- Simple one-page CVLuizAugustoFidalgo_cv.tex- Full CV with profile pictureprofile.png- Profile picture for the full CV
Automated Workflow
Both CVs are automatically compiled to PDF using GitHub Actions whenever changes are pushed to this directory.
How it works:
- Edit: Make changes to either
.texfile - Commit & Push: Push your changes to GitHub
- Auto-compile: GitHub Actions automatically compiles both LaTeX files to PDF
- Auto-update: The compiled PDFs are automatically committed to the
downloads/folder
Workflow file:
.github/workflows/compile-cv.yml
Manual trigger:
You can also manually trigger the workflow from the Actions tab in GitHub.
Local compilation (optional)
If you want to compile locally:
cd cv
pdflatex LuizAugustoFidalgo_cv_simple.tex
Note: You’ll need a LaTeX distribution installed (e.g., MacTeX for macOS).