Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zachscrivena/simple-resume-cv
Template for a simple resume or curriculum vitae (CV), in XeLaTeX.
https://github.com/zachscrivena/simple-resume-cv
cv latex resume template xelatex
Last synced: 14 days ago
JSON representation
Template for a simple resume or curriculum vitae (CV), in XeLaTeX.
- Host: GitHub
- URL: https://github.com/zachscrivena/simple-resume-cv
- Owner: zachscrivena
- License: unlicense
- Created: 2014-11-09T15:01:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T11:49:08.000Z (9 months ago)
- Last Synced: 2024-08-01T18:28:50.654Z (3 months ago)
- Topics: cv, latex, resume, template, xelatex
- Language: TeX
- Homepage:
- Size: 10.2 MB
- Stars: 484
- Watchers: 15
- Forks: 149
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - zachscrivena/<br>simple-resume-cv - resume-cv?style=flat-square)<br/>![152](https://img.shields.io/github/forks/zachscrivena/simple-resume-cv?style=flat-square)<br/>![2024-02-11](https://img.shields.io/github/last-commit/zachscrivena/simple-resume-cv?style=flat-square) | Template for a simple resume or curriculum vitae (CV), in XeLaTeX. | (Popular & New LaTeX Templates / Others)
README
# simple-resume-cv
Template for a simple resume or curriculum vitae (CV), in XeLaTeX.
**Website:**
https://github.com/zachscrivena/simple-resume-cv**Lead author:**
Zach Scrivena**Compiled sample document:**
[CV.pdf](https://raw.githubusercontent.com/zachscrivena/simple-resume-cv/master/CV.pdf)**Sample pages (click to enlarge):**
## Main Features
- 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.## Overview
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)## License
This is free and unencumbered software released into the public domain.
For more information, please see the file `LICENSE` or refer to .## Recent Major Changes
- Release v3.0
- Provides better support for other packages (e.g., biblatex) by removing the use of the longtable package for layout.
- Note that this release introduces breaking changes; documents created using earlier releases of this template will need some minor changes to compile successfully.