Skip to content

My personal resume built with LaTeX (tooling via docker included)

Notifications You must be signed in to change notification settings

sweitzma/tex-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latex Resume

This repo contains the TeX source code and docker references to build it consistantlyl

How to make resume

We will use a personal docker image with a TeX environment for this project. We can compile the TeX source into a pdf with pdflatex which is installed on the tex image. By running

$ make pdf # or simply `make`

we mount the /src/ folder into the Docker image's file system and use the TeX tools installed on the image to create the final PDF.

We should see the resulting PDF copied and named in the root directory of this repo.

System requirements

  • docker
  • make

About

My personal resume built with LaTeX (tooling via docker included)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published