Build a CV from YAML data files.
- Verify that the shell scripts in
scripts
are executable. - Verify that the shell scripts do not have Windows line endings. Use
dos2unix
to convert these files if needed. - Install perl, pandoc, and tth as necessary.
- Store your personal data (yml files) in a
mydata
folder. - If you need to make minor modifications to existing templates to suit your needs, consider storing and editing copies in a
mytemplates
directory. You can then reference your custom template in the command that creates the CV file. - If you need to make a completely new and generalizable template, consider saving and committing this .tex file in the
templates
folder. - Run the appropriate shell script and template
./scripts/<your_shell_script.sh> <template_dir>/<your_template.tex> <your_cv_name>
See optional arguments for output and data directory at the top of the .sh scripts.