Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 503 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 503 Bytes

JobApp

A latex style for resumes. Includes Dockerfile to build the resume PDF from .tex source.

Example Resume

Build

docker build -t jobapp .

Usage

  1. cp example.tex myresume.tex
  2. Update myresume.tex with desired information
  3. Build the PDF:
    docker run --rm -it -v "$(pwd):/data" --user="$(id -u):$(id -g)" jobapp lualatex -synctex=1 -interaction=nonstopmode myresume.tex
  4. View output file: myresume.pdf