A resume generator using groff, courtesy of mtbakerguy.
Go to file
mtbakerguy a93be6d343 Add brew command. 2020-12-30 16:57:14 -08:00
Makefile Initial checkin. 2020-12-30 16:37:55 -08:00
README.md Add brew command. 2020-12-30 16:57:14 -08:00
documentation.mom Initial checkin. 2020-12-30 16:37:55 -08:00
macros.mom Initial checkin. 2020-12-30 16:37:55 -08:00
scrooge.mom Initial checkin. 2020-12-30 16:37:55 -08:00

README.md

A simple resume generation system in groff

To start with, ensure you have a version of groff installed that supports PDF document generation. This typically won't be a problem unless you are on OSX and trying to use the default that comes with the os (typically fixable with a brew install groff). On a Linux system, you may need to install the full groff package as some distributions have a minimal installation that doesn't include the full suite of macro sets.

To test your environment, you should just type make GROFF=path2yourgroff and everything should build.

If you decide to clone the repository because you want to make changes, you can keep your personal resume private but still use make to build it. Instead of just typing make, you'll type make yourresumefile.pdf which will try to build yourresumefile.mom into your personal resume.

Motivation? It was fun and LaTeX is a really heavy environment to install.