LaTeX resume system with variant builds (backend, AI) in English and Portuguese, powered by a shared preamble and Makefile.
Requires tectonic. Install with brew install tectonic.
make all # Build all PDFs
make en # Build all English variants
make pt # Build all Portuguese variants
make en-fullstack # Build a specific variant
make clean # Remove generated PDFs
make help # Show all targetsUses git tags with semantic versioning:
- Major (v1.0 -> v2.0) — new job, promotion, structural changes
- Minor (v1.0 -> v1.1) — updated bullets, added skills, small fixes
After committing your changes, run:
make release VERSION=v1.0
make release VERSION=v1.1 TITLE="v1.1 - Updated skills" NOTES="Added Terraform to skills section"Title and Notes are just examples of how to run it