LaTeX template for your outstanding job application
I've forked this project but I'm leaving the information below in case someone comes across mine and wants to support the original author. I'm currently using this as a resume and will be removing sections that I don't need in order to clean up some of the code but plan to grow over time as my career grows.
changes so far: In general, I've been changing this for a non-academic style resume for my own use case.
- made adjustments to the cvsections both in the stylesheet and template to change orders around
- changed some of the spacing in many sections
- removed content uneccesary for my use case
- adjusted styles for the title so first name is highlighted, not last
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.
Please help keep this project alive! Donations are welcome and will go towards further development of this project.
PayPal: paypal.me/posquit0
Thank you for your support!
You can see PDF
Page. 1 | Page. 2 |
---|---|
![]() |
![]() |
You can see PDF
Without Sections | With Sections |
---|---|
![]() |
![]() |
Note: Above services do not guarantee up-to-date source code of Awesome CV
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.
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
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.
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!
- Awesome Identity - A single-page Hugo theme to introduce yourself.