Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```