Skip to content
/ cv Public
forked from posquit0/Awesome-CV

A clean and customizable LaTeX templates for creating professional resume and cover letter.

License

Notifications You must be signed in to change notification settings

ukorvl/cv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My CV and Cover Letter created with LaTeX

This is a LaTeX template for your outstanding job application, inspired by Awesome CV

What is Awesome CV?

Awesome CV is LaTeX template for a CV(Curriculum Vitae), Résumé or Cover Letter inspired by Fancy CV. It is easy to customize your own template, especially since it is really written by a clean, semantic markup.

Donate

Please help keep Awesome CV project alive! Donations are welcome and will go towards further development of this project.

PayPal: paypal.me/posquit0

Thank you for your support!

Quick Start

Note: Above services do not guarantee up-to-date source code of Awesome CV

Requirements

A full TeX distribution is assumed. Various distributions for different operating systems (Windows, Mac, *nix) are available but TeX Live is recommended. You can install TeX from upstream (recommended; most up-to-date) or use sudo apt-get install texlive-full if you really want that. (It's generally a few years behind.)

If you don't want to install the dependencies on your system, this can also be obtained via Docker.

Usage

At a command prompt, run

xelatex {your-cv}.tex

Or using docker:

docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/texlive make

In either case, this should result in the creation of {your-cv}.pdf

Credit

LaTeX is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.

LaTeX FontAwesome is bindings for FontAwesome icons to be used in XeLaTeX.

Roboto is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design.

Source Sans Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.

Awesome CV is the original project that inspired this template. It is a LaTeX template for a CV, Résumé or Cover Letter.

See Also