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

https://github.com/jefftriplett/cookiecutter-pandoc-ebook-template

:book: :cookie: This project is a cookiecutter template for creating ebooks out of Pandoc Markdown.
https://github.com/jefftriplett/cookiecutter-pandoc-ebook-template

cookiecutter cookiecutter-template creates-ebooks ebook pandoc pandoc-ebook-template pandoc-markdown

Last synced: 4 months ago
JSON representation

:book: :cookie: This project is a cookiecutter template for creating ebooks out of Pandoc Markdown.

Awesome Lists containing this project

README

        

# cookiecutter-pandoc-ebook-template

This project is a cookiecutter wrapper for Evan David Goer's [pandoc-ebook-template](https://github.com/evangoer/pandoc-ebook-template) project which creates ebooks out of Pandoc Markdown.

## Why?

After cloning Evan's project four or five times and then having remember which places to update, it became apparent that I at least needed this template. Enjoy!

## Bla bla LaTeX is better than using Markdown...

Yes, you are right but life is too short to stare at LaTeX if Markdown will work.

## Using this template

$ pip install cookiecutter
$ cookiecutter https://github.com/jefftriplett/cookiecutter-pandoc-ebook-template.git

You will be prompted for all relevate information.

## Building your book

To build your ebook, first follow [David's instructions](https://github.com/evangoer/pandoc-ebook-template/blob/master/README.rst) to make sure you have:
- [git](http://git-scm.com/)
- [make](http://www.gnu.org/software/make/) (OS X users should install XCode
and [download the command line tools](http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools).)
- [pandoc](http://johnmacfarlane.net/pandoc)
- [latex](http://www.latex-project.org/) (OS X users should probably
install [MacTex](http://tug.org/mactex/).)

You should be able to run `make` form inside your ebook's folder to generate your ebook.

$ make

## License

BSD licensed and Evan's is MIT (included inside the template repo).