Skip to content

michaelmcallister/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Michael McAllister
Michael McAllister - CV

My CV is based on the amazing Awesome CV - definitely check it out if you're looking for a slick CV template.


Preview

Résumé

Get the PDF

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

Building

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 resume/resume.tex

This should result in the creation of resume.pdf

If you want it a PNG you can use imagemagick to convert it:

$ convert -density 300 resume.pdf -quality 90 resume.png

this will create a file for each page.

Credit

Awesome-CV is a really slick template that forms the foundation for this CV.

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.