/cv

My curriculum vitae

Primary LanguageTeX

CV

My curriculum vitae, written in TeX.

  • Run git remote add upstream https://github.com/natashapetrus/resume to allow pulling changes from the original repository
  • Run git pull upstream master to pull the changes

Current Setup

Dependencies

  • TeX Live (full scheme, or just install basic/custom scheme with a few additions below)
  • fontawesome (included in TeX Live full package)
    • Or, run tlmgr install fontawesome
  • latexmk
    • Check that latexmk.exe exists under /bin/win32
    • If missing, run tlmgr install latexmk
    • Used to compile and preview .pdf file when editing via Visual Studio Code
  • If missing any other package/library, simply run tlmgr install {libname}

Editor // Compiler

Visual Studio Code ♡ LaTeX Workshop