fork https://github.com/sb2nov/resume
Preview:
Get started quickly using Overleaf template.
docker build -t latex .
docker run --rm -i -v "$PWD":/data latex pdflatex jaejun_lee_resume.texdocker pull --platform linux/amd64 ghcr.io/xu-cheng/texlive-full:latest- Install VS Code, Docker Desktop, and the “LaTeX Workshop” extension.
- Pull the TeX Live image ghcr.io/xu-cheng/texlive-full (Apple Silicon may need the platform flag):
docker pull --platform linux/amd64 ghcr.io/xu-cheng/texlive-full:latest- This repo’s .vscode/settings.json enables Docker mode and selects the image:
{
"latex-workshop.docker.enabled": true,
"latex-workshop.docker.image.latex": "ghcr.io/xu-cheng/texlive-full"
}- Open the folder in VS Code and run
LaTeX Workshop: Build LaTeX projectto generate jaejun_lee_resume.pdf.
Format is MIT but all the data is owned by Sourabh Bajaj.
