Skip to content

craftypixeldesigns/Awesome-CV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome CV

This is a LaTeX CV template written by posquit0. Mdified for my needs.

Carrie's Resume

Note this is my old resume, please see my new resume on my website

Modifications

  • Created a skill section
  • Modified font size and colors for readability and consistency with website colors

Running on Mac

If you open this font folder simply install the fonts and you should be able to run it.

Original Documentation

This is the class for writing CV(Curriculum Vitae) in LaTeX. It basically provides an awesome template for CV. It is also fairly customizable, allowing you to change the colors, the fonts, etc.

Preview

You can see PDF

How to Use

Requirements

You have to install fundamental latex packages on system including xelatex. Also, Awesome-CV uses Font Awesome to draw icons. You have to install on system.

Ubuntu(Debian)

$ sudo apt-get install texlive texlive-latex-extra texlive-xetex texlive-math-extra
$ sudo apt-get install fonts-font-awesome

Install Source Sans Pro Font

$ sudo wget https://github.com/adobe-fonts/source-sans-pro/archive/2.010R-ro/1.065R-it.tar.gz
$ tar -xvf 1.065R-it.tar.gz
$ mkdir -p ~/.fonts
$ cp source-sans-pro-2.010R-ro-1.065R-it/OTF/*.otf ~/.fonts/
$ fc-cache -f -v

Usage

In Linux run

$ xelatex {your-cv}.tex

This should result in the creation of {your-cv}.pdf

Credit

LaTeX

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

You can find out more about it here: LaTex Project

LaTex-FontAwesome

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

Source Sans Pro

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

Contact

You are free to take my .tex file and modify it to create your own resume. Please don't use my resume for anything else without my permission, though!

If you have any questions, feel free to join me at #posquit0 on Freenode and ask away. Click here to connect.

Good luck!

About

Old CV template originally created by posquit0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%