Awesome-CV/README.md

65 lines
2.2 KiB
Markdown
Raw Normal View History

2015-05-11 14:27:49 +00:00
Awesome CV
==========
2015-01-18 09:32:22 +00:00
2015-05-11 14:27:49 +00:00
This is the class for writing CV(Curriculum Vitae) in LaTeX. It basically provides an awesome template for CV. It is also fairly customizable, allowing you to change the colors, the fonts, etc.
2015-01-18 08:50:16 +00:00
2015-05-15 11:33:51 +00:00
## Preview
2015-05-15 11:35:34 +00:00
You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf)
2015-05-15 11:33:51 +00:00
![alt tag](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume-0.png)
![alt tag](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume-1.png)
2015-05-15 11:16:59 +00:00
## How to Use
### Requirements
2015-05-11 14:27:49 +00:00
2015-05-15 11:16:59 +00:00
You have to install fundamental latex packages on system including xelatex. Also, Awesome-CV uses [Font Awesome](http://fortawesome.github.io/Font-Awesome/) to draw icons. You have to install on system.
#### Ubuntu(Debian)
2015-01-18 08:50:16 +00:00
```bash
$ sudo apt-get install texlive texlive-latex-extra texlive-xetex texlive-math-extra
2015-01-18 08:50:16 +00:00
```
2015-01-18 09:32:22 +00:00
2015-05-07 11:25:13 +00:00
```bash
$ sudo apt-get install fonts-font-awesome
```
2015-05-11 14:27:49 +00:00
2015-05-15 11:16:59 +00:00
#### Install Source Sans Pro Font
```bash
$ sudo wget https://github.com/adobe-fonts/source-sans-pro/archive/2.010R-ro/1.065R-it.tar.gz
$ tar -xvf 1.065R-it.tar.gz
$ mkdir -p ~/.fonts
$ cp source-sans-pro-2.010R-ro-1.065R-it/OTF/*.otf ~/.fonts/
$ fc-cache -f -v
```
### Usage
2015-05-11 14:27:49 +00:00
In Linux run
```bash
2015-05-15 11:16:59 +00:00
$ xelatex {your-cv}.tex
2015-05-11 14:27:49 +00:00
```
2015-05-15 11:16:59 +00:00
This should result in the creation of ``{your-cv}.pdf``
2015-05-11 14:27:49 +00:00
## Credit
### LaTeX
Latex is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.
2015-01-18 09:32:22 +00:00
2015-05-11 14:27:49 +00:00
You can find out more about it here: [LaTex Project](http://www.latex-project.org/)
2015-01-18 09:32:22 +00:00
2015-05-11 14:27:49 +00:00
### LaTex-FontAwesome
2015-05-15 11:16:59 +00:00
[Latex FontAwesome](https://github.com/furl/latex-fontawesome) is bindings for FontAwesome icons to be used in XeLaTeX.
2015-01-18 09:32:22 +00:00
2015-05-15 11:16:59 +00:00
### Source Sans Pro
[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.
2015-01-18 09:32:22 +00:00
2015-05-15 11:33:51 +00:00
2015-05-15 11:16:59 +00:00
## Contact
2015-05-15 10:53:18 +00:00
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!
2015-05-11 14:27:49 +00:00
If you have any questions, feel free to join me at [`#posquit0` on Freenode](irc://irc.freenode.net/posquit0) and ask away. Click [here](https://kiwiirc.com/client/irc.freenode.net/posquit0) to connect.
2015-05-15 11:16:59 +00:00
Good luck!