Skip to content
/ JobApp Public

A LaTeX style to elegantly typeset a resume or cover letter

License

Notifications You must be signed in to change notification settings

cahna/JobApp

Repository files navigation

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

About

A LaTeX style to elegantly typeset a resume or cover letter

Resources

License

Stars

Watchers

Forks

Packages

No packages published