Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eligundry/resume
My resume written in Markdown and LaTeX. Compiles with Pandoc.
https://github.com/eligundry/resume
Last synced: 13 days ago
JSON representation
My resume written in Markdown and LaTeX. Compiles with Pandoc.
- Host: GitHub
- URL: https://github.com/eligundry/resume
- Owner: eligundry
- Created: 2013-04-10T20:09:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T14:20:22.000Z (almost 10 years ago)
- Last Synced: 2024-11-05T22:16:26.558Z (2 months ago)
- Language: TeX
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eli Gundry's Resume
This is my resume and it's written with
[Pandoc](http://johnmacfarlane.net/pandoc/) in mind. It is written in Markdown
and styled for PDF using LaTeX.## Requirements
* [Pandoc](http://johnmacfarlane.net/pandoc/)
* [TeX Live](http://www.tug.org/texlive/)
* [Titlesec LaTeX package](http://mirrors.rit.edu/CTAN/macros/latex/contrib/titlesec/titlesec.pdf)## Usage
To compile to all targets:
```bash
$ make all
```To compile a PDF:
```bash
$ make pdf
```To compile to LaTeX:
```bash
$ make latex
```To compile to a standalone HTML document:
```bash
$ make html
```