Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinitkumar/resume
My resume written in Latex
https://github.com/vinitkumar/resume
Last synced: about 1 month ago
JSON representation
My resume written in Latex
- Host: GitHub
- URL: https://github.com/vinitkumar/resume
- Owner: vinitkumar
- License: mit
- Created: 2014-06-06T05:46:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T20:14:37.000Z (over 5 years ago)
- Last Synced: 2024-10-11T12:08:42.015Z (2 months ago)
- Language: TeX
- Homepage: https://github.com/vinitkumar/resume/raw/master/vinit_kumar.pdf
- Size: 1020 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
resume
======
Source code of my resume in LaTeX. Feel free to fork and use the template for
your own resume.## Setup for macOS
Follow this link to setup your Mac for compiling tex into PDF
https://www.apptic.me/blog/get-mactex-faster-easily-using-basictex.php## Compiling
```
texliveonfly vinit_kumar.tex
```The above command generates a PDF with name `vinit_kumar.pdf`
So basically, it would be `vinit_kumar.tex > vinit_kumar.pdf`