Skip to content

rharish101/resume

Repository files navigation

My Resume

This repository contains the content of my resume and its LaTeX template.

Here are the latest versions of the PDFs:

Organization

This resume consists of two "formats". One is the standard one-page resume, while the other is a full two-page version of the same.

The main content of the resume is stored in TeX files located in the sections directory. The file template.tex defines the template, the custom commands and environments used by the content TeX files.

Compilation

Compile the standard resume with:

make

or

make onepage

Compile the full version with:

make full

Generated PDFs

GitHub Actions is used to automatically generate the PDF for both versions. This is set up to maintain only one single release, pointing to the latest commit on the master branch. The compiled PDFs will be available in this release as release assets. Thus, a URL to any of those PDFs will stay the same across multiple commits, while always linking to the latest PDFs. This is done to avoid tracking the binary PDFs in git.

Licenses

This repository uses REUSE to document licenses. Each file either has a header containing copyright and license information, or has an entry in the DEP5 file at .reuse/dep5. The license files that are used in this project can be found in the LICENSES directory.

A copy of the GPL-3.0-or-later license is placed in LICENSE, to signify that it constitutes the majority of the codebase, and for compatibility with GitHub.