A latex style for resumes. Includes Dockerfile to build the resume PDF from .tex
source.
docker build -t jobapp .
cp example.tex myresume.tex
- Update
myresume.tex
with desired information - Build the PDF:
docker run --rm -it -v "$(pwd):/data" --user="$(id -u):$(id -g)" jobapp lualatex -synctex=1 -interaction=nonstopmode myresume.tex
- View output file:
myresume.pdf