Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 603 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 603 Bytes

Personal CV

This is my personal CV as code using the Awesome-CV template.

Building

To build the PDF the use of xelatex is required, simply run:

xelatex -interaction nonstopmode cv.tex

Live Edit

Editing and previewing the result live can be achieved by running:

find . -name "*.tex" | entr bash -c "xelatex -interaction nonstopmode cv.tex && pkill -HUP mupdf"

The command depends on two tools:

You can easily adapt the command to use the tool of your choice.