08 Mar 2024

LaResume - LaTex resume building framework

Category projects
Tags #dev, #latex

LaResume is LaTex resume building framework.

Features

Setup

Install dependencies

Linux

Mac

Windows

I don’t know.

Usage

Build

Configuration

There are 3 files to edit

Inside config.tex you will find variables you can change

\def\role{ruby} % Role which case switch different skills from includes/skills.tex
\def\name{Dmitry Ro}
\def\email{public [at] falsetrue.io}
\def\site{https://github.com/noroot}
\def\linkedin{https://linkedin.com/in/noroot/}
\def\telephone{+###-###-##-###}
\def\roletitle{Lead software development manager, Lead software developer.}

Inside includes/skills.tex you’ll find list of skills and keywords which can be conditioned with the role variable, so you can generate different skill set for different role in a more convenient manner.

Inside default.tex you’ll find main body of resume with professional experiences and other sections.

Sign

The signature mechanism involves hashing a keyword you enter and inserting it into the document. This enables tracking back to identify who leaked your resume.

All

Example



Credits

License

Comments