mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
14 lines
256 B
Markdown
14 lines
256 B
Markdown
# resume
|
|
|
|
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
|
|
```
|