This project is meant to be a quick start template to write your own Awesome CV locally using Cmake and making use of the great cmake module UseLatex.
For more infos check out the documentation of UseLATEX here.
One way to quickly compile the .tex
files into the relative .pdf
is run
mkdir build
cd build
cmake ..
make target-name # main targets: cv, resume, coverletter
The target-name.pdf
file will then be located in the build/
directory.
If any change in the upstream Cmake module UseLatex.cmake is detected (the Github Action runs monthly1) a new Pull Request will be opened to integrate the changes.
This project is licensed under the MIT LICENSE.
Footnotes
-
You can also manually trigger an update with a manual dispatch if you need. ↩