Based on: https://www.sharelatex.com/templates/cv-or-resume/simple-resume-cv
Compiled document:
CV.pdf
The main XeLaTeX source file is CV.tex
; the compiled document is CV.pdf
.
Instructions for compiling the document (TeX →(XeLaTeX)→ PDF):
-
Method 1: Use
latexmk
for fully automated document generation:latexmk -xelatex "CV.tex"
(add the-pvc
switch to automatically recompile on changes)
-
Method 2: Use
XeLaTeX
directly:xelatex "CV.tex"
(run multiple times to resolve cross-references if needed)
This is free and unencumbered software released into the public domain.
For more information, please see the file LICENSE
or refer to http://unlicense.org.