All Projects → zachscrivena → Simple Resume Cv

zachscrivena / Simple Resume Cv

Licence: unlicense
Template for a simple resume or curriculum vitae (CV), in XeLaTeX.

Projects that are alternatives of or similar to Simple Resume Cv

Mcdowell Cv
A Nice-looking CV template made into LaTeX
Stars: ✭ 855 (+156.76%)
Mutual labels:  resume, cv, latex, template
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+54.95%)
Mutual labels:  resume, cv, latex, template
Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (+208.41%)
Mutual labels:  resume, cv, latex, template
Resume
👾 My resume / 我的简历
Stars: ✭ 482 (+44.74%)
Mutual labels:  resume, cv, latex
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+160.66%)
Mutual labels:  resume, cv, template
awsome-list-of-cv-and-resume-templetes
a collection of cv and resume styles
Stars: ✭ 78 (-76.58%)
Mutual labels:  resume, latex, cv
Json resume
Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
Stars: ✭ 1,336 (+301.2%)
Mutual labels:  resume, cv, latex
Linkedrw
A simple CLI to create your resume and personal website based on your LinkedIn profile or a JSON file
Stars: ✭ 104 (-68.77%)
Mutual labels:  resume, cv, latex
Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (-69.67%)
Mutual labels:  resume, cv, latex
Universal Resume
Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo
Stars: ✭ 1,349 (+305.11%)
Mutual labels:  resume, cv, template
Jekyll Theme Minimal Resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/
Stars: ✭ 269 (-19.22%)
Mutual labels:  resume, cv, template
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (-64.86%)
Mutual labels:  resume, cv, latex
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+4391.59%)
Mutual labels:  resume, cv, latex
vue-developer-profile
Developer's portfolio built with Gridsome + VueJS
Stars: ✭ 20 (-93.99%)
Mutual labels:  resume, cv
simple-resume
🐤️ simple-resume
Stars: ✭ 36 (-89.19%)
Mutual labels:  resume, cv
cv
✏️✏️Java软件工程师简历
Stars: ✭ 47 (-85.89%)
Mutual labels:  resume, cv
academic-cv-publications
Generate a customised list of publications for your LaTeX CV using BibTeX entries.
Stars: ✭ 60 (-81.98%)
Mutual labels:  latex, cv
jsonresume-theme-boilerplate
Boilerplate theme for JSON Resume.
Stars: ✭ 130 (-60.96%)
Mutual labels:  resume, cv
resume
Meet me on paper, if not personally (OLD AND DEPRECATED!)
Stars: ✭ 31 (-90.69%)
Mutual labels:  resume, cv
jsonresume-theme-modern
Prototyping a theming system based off NPM.
Stars: ✭ 15 (-95.5%)
Mutual labels:  resume, cv

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

Sample pages (click to enlarge):

CV-01 CV-02 CV-03

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 http://unlicense.org.

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].