Sha256: b497cbcd534564db62cc86788dab42e14a318a489603e3a326cf65f847de38e9

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

## Overview

Build a book as a PDF, EPUB and MOBI.

The manuscript can be in Markdown (kramdown), LaTeX or HTML. Use the
same manuscript files for the different target formats or mix them as
needed.

This tool will generate the TOC files (.ncx and .xhtml), Manifest and
the rest.

## Installation

    $ gem install prophecy

## Usage

1. Start a new book: `$ prophecy new bookname`, this will create a
   folder `bookname` with skeleton files to get started with.
1. Add the manuscript to `manuscript/` (in Markdown, LaTeX or HTML)
2. Fill out basic book info in `book.yml`
3. Compile the book: `prophecy epub`, `prophecy mobi` or `prophecy pdf` if you have
   LaTeX installed
4. Done! Grab the files from the `publish/` folder

## Inspried by

[bookshop](https://github.com/blueheadpublishing/bookshop), [kitabu](https://github.com/fnando/kitabu), and the [gem guide](https://github.com/radar/guides/blob/master/gem-development.md).

## PDF

* LaTeX
* Typography: anecdote
* Fonts: Gentium and Crimson Text
* ready for press

## EPUB and MOBI

* CSS Style: Byronic
* fonts: Source Sans Pro and Existence Light
* goodness from epub-samples and epub-boilerplate
* mobi with KindleGen

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
prophecy-0.2.0 Overview.md
prophecy-0.1.3 Overview.md
prophecy-0.1.2 Overview.md
prophecy-0.0.1 Overview.md