15 lines
256 B
Markdown
15 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
|
|
```
|