Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/eduardozepeda/resume-and-cv-eduardo-zepeda
- Owner: EduardoZepeda
- Created: 2021-07-15T21:03:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T20:04:07.000Z (about 1 year ago)
- Last Synced: 2024-04-24T10:59:08.230Z (7 months ago)
- Language: TeX
- Size: 15.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.