This repo keeps Raul's resume source, assets, and supporting build scripts in one place.
src/: the main resume LaTeX source used by the standardlatexmkpipeline.templates/: experimental templates (each template lives in its own folder with a sample.tex).scripts/: helper scripts (build.sh,build-canvas-template.sh) for compiling the sources.dist/: generated PDFs, DVI/PS exports, and plain text clones.
./scripts/build.shbuilds the currentsrc/resume.texthrough PDF/DVI/PostScript + text + SVG../scripts/build-canvas-template.shcompilestemplates/canva-template/template.texso you can preview alternate layouts.
- Drop templates under
templates/<name>/with atemplate.texand supporting files. - Each template should include a note (e.g., via
README.mdinside the folder) describing its intent and required dependencies. - New templates can be referenced from
scripts/build-*.shto keep the build flow simple.