A tool to create a simple and clean resume using LaTeX from a YAML file cause YAML is readable. The idea behind this tool is to be as simple and straightforward to use as possible with minimal dependencies.
This is what the output resume looks like.
Follow the description below.
This tool relies on the use of make
and pandoc
. So make sure you have both of them installed.
So simple and so clean, just do this
-
git clone https://github.com/becksgld/latex-cv.git
- Once you clone the repo navigate into it on your local machine
- Edit the
cv.yaml
file with the relevant information. - When done simply type in your terminal
make
which will output a filecv.pdf
that you can use.- Note that once you invoke
make
command it will overwrite yourcv.pdf
file so just in case back it up into thearchive
directory.
- Note that once you invoke
- Add project section and templating logic for that
- Resume Versioning
- Automatically move previous resumes versions into the archive folder.
See the open issues for a full list of proposed features (and known issues).
If you wanna make any changes or additions to the templating format, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Distributed under the License of do whatever you want with it and have fun.