Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abxhr/resume

My resume in LaTeX
https://github.com/abxhr/resume

latex resume

Last synced: about 2 months ago
JSON representation

My resume in LaTeX

Awesome Lists containing this project

README

        

# Resume

This is my resume.

## Generating the PDF

### Prerequisites

Install the required packages

```bash
sudo apt-get install texlive texlive-latex-extra
```

### Compile

Compile the `.tex` file with the command below

```bash
pdflatex resume.tex
```

This should created the `.pdf` file.

## Credits

This resume is based on Sourabh Bajaj's [template](https://github.com/sb2nov/resume)

### Note

Feel free to use, copy, fork, share, study and/or modify ✨