Awesome-CV/README.md

15 lines
256 B
Markdown
Raw Normal View History

2015-01-18 08:42:23 +00:00
# resume
2015-01-18 08:50:16 +00:00
This is my resume and CV(Curriculum Vitae) in LaTeX
In Linux run
```bash
$ pdflatex {filename}.tex
```
This should result in the creation of ``{filename}.pdf``
Ubuntu requirements:
```bash
$ sudo apt-get install texlive texlive-latex-extra
```