Skip to content

jx2lee/cv

Repository files navigation

fork https://github.com/sb2nov/resume

Preview:

Quick start

Get started quickly using Overleaf template.

Build using Docker

docker build -t latex .
docker run --rm -i -v "$PWD":/data latex pdflatex jaejun_lee_resume.tex

Docker w/ vscode Latex Workshop

docker pull --platform linux/amd64 ghcr.io/xu-cheng/texlive-full:latest

Work with vscode

  1. Install VS Code, Docker Desktop, and the “LaTeX Workshop” extension.
  2. 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
  1. 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"
}
  1. Open the folder in VS Code and run LaTeX Workshop: Build LaTeX project to generate jaejun_lee_resume.pdf.

License

Format is MIT but all the data is owned by Sourabh Bajaj.

About

Curriculum Vitae

Topics

Resources

License

Stars

Watchers

Forks

Contributors