https://github.com/ashwanthkumar/pavithra-resume
Latex source for Pavithra's Resume
https://github.com/ashwanthkumar/pavithra-resume
Last synced: 4 months ago
JSON representation
Latex source for Pavithra's Resume
- Host: GitHub
- URL: https://github.com/ashwanthkumar/pavithra-resume
- Owner: ashwanthkumar
- Created: 2017-08-13T18:15:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T16:07:05.000Z (about 7 years ago)
- Last Synced: 2024-12-27T12:44:52.413Z (over 1 year ago)
- Language: TeX
- Size: 1.87 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Résumé
Attempt at building LaTeX version of my resume inspired from https://github.com/posquit0/Awesome-CV.
You can access my resume online at http://www.ashwanthkumar.in/pavithra.pdf.
## Usage
```
$ rm -f resume.pdf
$ xelatex -interaction=nonstopmode resume.tex
$ open resume.pdf
```
## Installing new packages
If you're not set already, configure `tlmgr` to the archived version of the repository
```
tlmgr option repository ftp://tug.org/historic/systems/texlive/2015/tlnet-final
```
Ref - http://tex.stackexchange.com/a/313823
For installing any custom packages
```
tlmgr install packagename
```
Ref - http://tex.stackexchange.com/a/5106
## Note to self
If you're installing new packages, please keep the `packages` file updated. The current list is not complete enough to start from scratch but it's a start.