Skip to content

A template repository for building your Awesome cv using CMake and UseLATEX.cmake module.

License

Notifications You must be signed in to change notification settings

niccolozanotti/awesome-cv-cmake

Repository files navigation

Awesome cv - CMake build template

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.

Quick start

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.

UseLatex module update

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.

License

This project is licensed under the MIT LICENSE.


Footnotes

  1. You can also manually trigger an update with a manual dispatch if you need.

About

A template repository for building your Awesome cv using CMake and UseLATEX.cmake module.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published