Template for a simple resume or curriculum vitae (CV), in XeLaTeX.
Online template on ShareLaTeX:
https://www.sharelatex.com/templates/cv-or-resume/simple-resume-cv
Compiled sample document:
CV.pdf
Sample pages (click to enlarge):
- Simple template that can be further customized or extended.
- Template document contains numerous examples.
- Direct support for TrueType (TTF) and OpenType (OTF) fonts.
- Direct support for multilingual Unicode characters, with the appropriate fonts.
- Hyperlinks can be included in generated 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.