Here's my resume that I use for recruitment. Published it to flex on my friends that I spent my free time creating CV in LaTex and then spent some more creating a CI that automatically deploys releases. Feel free to use this repo to create your own CV.
Based on the Developer CV template by Jan Vorisek/Jan Küster/Vel. Kudos to them.
To see my most up-to-date resume go to releases page.
The texlive/texlive docker might be used to work with LaTeX.
For a live preview, you can generate a .dvi file which will be automatically updated with each run of the following command:
latex src/CV.texTo preview the .dvi file, use a PDF viewer that supports .dvi files, such as okular:
okular CV.dviWhen using the texlive/texlive docker image you can run the latex command in
the following way
docker run --rm -v $(pwd):/workdir texlive/texlive latex src/CV.texTo directly export the CV to PDF, use:
pdflatex src/CV.texThis will generate a PDF version of your CV that you can easily share or print.
Similarly to use docker you can run:
docker run --rm -v $(pwd):/workdir texlive/texlive pdflatex src/CV.texIf the content of the CV caught your interest and you'd like to reach out, please contact me via the email address listed in the resume or through LinkedIn.