/cv

Primary LanguageTeXOtherNOASSERTION

CV Example

This is my CV and a LaTeX class, which can be used for CV and Resume production.
Please, don't hesitate to use it for your needs.

CV

Resume

Quick Start

Requirements:

  • Latexmk
    If you use LaTeX you probably have it already installed on your computer, because it is part of MacTeX and MikTeX and is bundled with many Linux Distributions.
    For macOS with brew I suggest
brew install --cask mactex
  • Python 3
    Required to run build.py script
  • pdf2svg
    Required to run build.py script
brew install pdf2svg

Compilation

./build.py

or

latexmk -xelatex -synctex=1 -interaction=nonstopmode -file-line-error "cv.tex"
latexmk -xelatex -synctex=1 -interaction=nonstopmode -file-line-error "resume.tex"

Editor

As an editor I strongly suggest Visual Studio Code.
List of required extensions are in .vscode/extensions.json.

Spell checker

I used aspell for spell checks in terminal.

# install aspell
brew install aspell 

# run spellcheck script
./spellcheck.py

Credit