Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduardozepeda/resume-and-cv-eduardo-zepeda

A LaTex template for my resume and CV (Curriculum Vitae)
https://github.com/eduardozepeda/resume-and-cv-eduardo-zepeda

Last synced: about 6 hours ago
JSON representation

A LaTex template for my resume and CV (Curriculum Vitae)

Awesome Lists containing this project

README

        

# Eduardo Zepeda's resume and CV (Curriculum Vitae)

This is a LaTeX template for my resume and CV (Curriculum Vitae), based on [Awesome CV](https://github.com/posquit0/Awesome-CV) and customized by me.

## How to Use

### Requirements

A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](http://tex.stackexchange.com/q/55437) but TeX Live is recommended.
You can [install TeX from upstream](http://tex.stackexchange.com/q/1092) (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

```bash
$ xelatex {your-cv}.tex
```

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

### Make files

You can also clone this repository and execute make to create all the files

```bash
$ git clone https://github.com/EduardoZepeda/resume-and-cv-eduardo-zepeda
$ make
```

This command will generate pdf and png files in the examples directory.

If you need to create a single file (coverletter.pdf, resume.pdf, resume-en.pdf, cv.pdf) declare the desired file after the make command

```bash
$ make coverletter.pdf
$ make resume.pdf
$ make resume-en.pdf
$ make cv.pdf
```

For cleaning all the generated files run

```bash
$ make clean
```

## Can I use this template?

Please check the license and the limitations regarding the use of this template directly in the [Awesome CV repo](https://github.com/posquit0/Awesome-CV#contact)

## Credits

[**posquit0**](https://github.com/posquit0/) The creator of the Awesome CV template.

[**LaTeX**](http://www.latex-project.org) is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.

[**LaTeX FontAwesome**](https://github.com/furl/latex-fontawesome) is bindings for FontAwesome icons to be used in XeLaTeX.

[**Roboto**](https://github.com/google/roboto) is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design.

[**Source Sans Pro**](https://github.com/adobe-fonts/source-sans-pro) is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.