Just some simple scripts for generating a pdf resume from a latex file.
An example (my resume) is available here.
You need pdflatex installed and on your path.
git clone git@github.com:powersdev/resume ~/resume
(If you clone elsewhere, update the config file accordingly)
- Copy the
.config
file to~/.resume
and modify. - Symlink the
bin/resume
binary to somewhere on your path.
This project uses lefthook to build the PDF as a pre-commit hook to ensure you always commit the latest copy.
Usage: resume [command]
help Shows this help menu
edit Opens the resume file in editor of choice.
build Runs pdflatex using your configuration variables.
view Runs xdg-open on the built PDF file.
config Opens the configuration file in editor of choice.
# .config
resume_dir The absolute path of your resume project.
resume_source The filename of your input file.
resume_template The filename of your PDF output file.
resume_editor The editor you want to use.
resume_viewer The PDF viewer you want to use.