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.
Donate
Please help keep this project alive! Donations are welcome and will go towards further development of this project.
PayPal: paypal.me/posquit0
BTC: 1Je3DxJVM2a9nTVPNo55SfQwpmxA6N2KKb
BCH: 1Mg1wG7PwHGrHYSWS67TsGSjo5GHEVbF16
ETH: 0x77ED9B4659F80205E9B9C9FB1E26EDB9904AFCC7
QTUM: QZT7D6m3QtTTqp7s4ZWAwLtGDsoHMMaM8E
Thank you for your support!
Preview
Résumé
You can see PDF
Page. 1 | Page. 2 |
---|---|
Cover Letter
You can see PDF
Without Sections | With Sections |
---|---|
Quick Start
Note: Above services do not guarantee up-to-date source code of Awesome CV
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
To compile manually, run $ xelatex {your-cv}.tex
in your command prompt. This should result in the creation of {your-cv}.pdf
Alternatively, you can have Github automatically generate the PDFs and upload them as releases to this repo:
- Fork the repo.
- Create a Personal Access Token.
A. Go to Settings.
B. Click
Generate New Token
. C. Check the box next to "repo". D. Name the token anything you'd like. E. Once generated, copy the token. - Add token to repo secrets.
A. Go back to your forked repo and click
Settings
. B. ClickSecrets
andNew Secret
. C. Paste your token underValue
. D. Name the secret:CV_SECRET
.
Once this is done, Github will automatically generate your new PDFs after each push. This can be found by going to "releases".
List of Publications
You can generate list of publication from BibTeX source files. BibLaTeX and biber should be available.
To generate document with the list of publications, at a command prompt, run
$ xelatex {your-cv}.tex
$ biber {your-cv}
$ xelatex {your-cv}.tex
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.
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!
See Also
- Awesome Identity - A single-page Hugo theme to introduce yourself.