Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abxhr/resume
- Owner: abxhr
- License: mit
- Created: 2022-06-22T08:09:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T18:58:39.000Z (over 2 years ago)
- Last Synced: 2024-10-30T12:07:04.174Z (3 months ago)
- Topics: latex, resume
- Language: TeX
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ✨