mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
Awesome CV
|
|
==========
|
|
|
|
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.
|
|
|
|
|
|
## Prerequisites
|
|
|
|
### Ubuntu(Debian)
|
|
```bash
|
|
$ sudo apt-get install texlive texlive-latex-extra
|
|
```
|
|
|
|
```bash
|
|
$ sudo apt-get install fonts-font-awesome
|
|
```
|
|
|
|
## How to use
|
|
|
|
In Linux run
|
|
```bash
|
|
$ xelatex {filename}.tex
|
|
```
|
|
This should result in the creation of ``{filename}.pdf``
|
|
|
|
|
|
## Preview
|
|
![alt tag](https://raw.githubusercontent.com/posquit0/resume/master/sample.png)
|
|
|
|
## 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.
|
|
|
|
You can find out more about it here: [LaTex Project](http://www.latex-project.org/)
|
|
|
|
### LaTex-FontAwesome
|
|
https://github.com/furl/latex-fontawesome
|
|
|
|
## Contribution
|
|
Contact me
|
|
|
|
## Contact
|
|
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.
|