Skip to content

juandpinto/Awesome-CV

 
 

Repository files navigation

=======

Awesome CV

This is an implementation to take advantage of the great Awesome CV created by posquit0 and add an additional layer through the use of pandoc in order to keep all the personal details away from the template and easy to update. All the layouts will be used and anyone just need to edit the respective .yml files in order to create the CV/Coverletter. The YAML files provided contain mocked data. The migration to Pandoc was heavily inspired in this fork from ntfc/Awesome-CV.

Further below, a section for installing dependencies, including the instructions to use this version, and the original documentation for Awesome CV.

Installation

Dependencies

By default, Makefile is set to use an already prepared docker image with Latex and Pandoc to compile the files. If you want to use your host machine, then the setup is below.

  1. LaTeX with the following extra packages: enumitem xifthen ifmtarg unicode-math ucharcat filehook import fontspec geometry multicol xunicode xltxtra marginnote sectsty ulem hyperref polyglossia
  2. Pandoc, the universal document converter.

To install LaTeX on Mac OS X, I recommend getting the smaller version BasicTeX from here and installing the additional packages with tlmgr afterwards. Same goes for Linux: install texlive-base with your package manager and add the needed additional packages later.

To install pandoc on Mac OS X, run brew install pandoc. To install it on Linux, refer to the official docs.

How to Use

  1. Create the file details.yml from the details.example.yml file provided. This file contains general information and is used in both the Coverletter and the CV.
  2. Create the file cv.yml/coverletter.yml from the respective *.example.yml files provided.
  3. Open the file you want and fill it with your details and what you wish to be on your CV/Coverletter.
  4. Run make cv/make coverletter to compile the PDF version using Docker. Optionally, you can run the same commands with the HOST variable defined in order to run these commands in your host machine (i.e. HOST=1 make cv).

Original Documentation

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.

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
Résumé Résumé

Cover Letter

You can see PDF

Without Sections With Sections
Cover Letter(Traditional) Cover Letter(Awesome)

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

At a command prompt, run

$ xelatex {your-cv}.tex

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

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

About

Awesome CV is LaTeX template for your outstanding job application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.6%
  • Makefile 0.4%