Skip to content

Dockerized LaTeX resume builder that compiles custom .tex templates into polished PDFs with ease.

Notifications You must be signed in to change notification settings

jonepl/LaTeX-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Builder

Welcome to Resume Builder. Currently, this app only handles the Personalized LaTeX template portion from the design below.

Design


Prerequisites

Usage

  1. Clone the repo to your local machine

  2. Start the docker container

    docker-compose up -d

    NOTE: This will create a workspace directory within the directory you've cloned this repo to. You will be able to find all generate LaTeX files here.

  3. Upload your template file (.tex) and class file (.cls) to the workplace/templates directory.

  4. run this command to create your resume

    docker exec -it latex_engine latexmk -xelatex -output-directory=pdfs -cd templates/professional_cv/template.tex
  5. view resume from the pdfs directory ./workspace/templates/professional_cv/pdfs

About

Dockerized LaTeX resume builder that compiles custom .tex templates into polished PDFs with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published