Skip to content

pcwang23/Awesome-CV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

217 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwesomeCV
Awesome CV

LaTeX template for your outstanding job application


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.

Based on Awesome CV, I did some layout changes and includes bibtex (see this PR) for showing publications.

Preview

CV

You can see PDF

Page. 1 Page. 2
Résumé Résumé

How to Use

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.)

Usage

At a command prompt, run

$ xelatex {your-cv}.tex
$ biber {your-cv}
$ xelatex {your-cv}.tex

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

Issue

You might encounter error shows:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
! 
! The font "FontAwesome" cannot be found.
! 
! See the fontspec documentation for further information.
! 
! For immediate help type H <return>.
!............................................... 

This indicate that FontAwesome is not installed in your environment. Go to Font-Awesome and download this. In mac, you can move it into your application Font Book as installation.

Add a new line in your cv.tex for xelax to use this font:

\usepackage{fontawesome}

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.

See Also

About

📄 Awesome CV is LaTeX template for your outstanding job application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 99.6%
  • Makefile 0.4%