Simple local resume builder with formatting helper.
- Builds a PDF resume from
main.texand section files. Makefilehas targets:make→ compile PDF tobuild/main.pdfand copy dated file intooutput/.make dated→ prints latest dated PDF inoutput/.make clean→ removebuild/.make cleanall→ removebuild/andoutput/.make format→ runlatexindenton.texfiles for formatting.
On Linux:
sudo pacman -Syu texlive-core texlive-fontsrecommended texlive-fonts-extra texlive-bin perl-yaml-tiny gitmake format uses latexindent. If you get Can't locate YAML/Tiny.pm, install:
sudo pacman -S perl-yaml-tiny perl-file-homedirmake
# output: build/main.pdf, output/main_YYYY-MM-DD.pdfmake formatIf you get Can't locate YAML/Tiny.pm, install YAML::Tiny (package libyaml-tiny-perl or perl-yaml-tiny).