Make multiple versions of your CV in markdown.
./install/linkedInstall.sh
Read full install/uninstall documentation.
- First time set up.
- Initialise the directory structure with
cvGenerateBase
. - Run
cvSetWho "Your Name"
so that your name will get filled in in the appropriate places.
- Initialise the directory structure with
- Run
cv
to generate PDFs based on the example data. - Modify files in
cvData/src
to change the contents. - Modify the variants in
cvData/variant
to change which versions of each section gets included in each variant, and in what order. UsecvList src
to see possible entries. - Re-run
cv
to generate fresh PDFs with the current state.
Read full using it documentation.
Dependency | OpenSUSE package |
---|---|
pandoc | pandoc-cli |
xelatex | texlive-latex |
texlive-fontsize | texlive-fontsize |
texlive-lastpage | texlive-lastpage |
These will slowly start to be automated in ./install/installDeps.sh
.
Pull requests adding packages for other distributions welcome.
Read more: Where it works.
cd examples
cv
You'll get some PDF files appear in examples/
.
NOTE: If you are wanting to update any of the src
or variant
files in the examples/example1/cvData, be sure to update them in the correct place, and then run ./util/rebuildExample
to refresh the examples directory.
Destination | Where to edit it |
---|---|
examples/example1/cvData/src | template |
examples/example1/cvData/variant | examples/variant |