A simple and modern résumé document class suitable for anyone to use. You can find an example usage in this file and a compiled PDF version here. To view how the LaTeX is automatically compiled and deployed on GitHub pages check out the GitHub workflow.
- Download the source with a
git clone
of the repository. - Move the
*.cls
file to the directory containing your résumé. To use this class in any directory runmake install
. - Use the class by declaring
\documentclass{minimalist-resume}
in the preamble of your.tex
file.