Fix typo and explicit epub support

This commit is contained in:
mseri 2016-01-19 16:09:55 +00:00
parent 10853fac21
commit 7578375157

View File

@ -71,7 +71,7 @@ is done by the ``write-you-a-haskell.cabal`` and ``stack.yaml`` files.
$ stack exec make $ stack exec make
``` ```
To make the generate the pdf, the LaTeX packages must be installed on the To generate the pdf, the LaTeX packages must be installed on the
system. system.
```bash ```bash
@ -81,6 +81,13 @@ $ sudo tlmgr install zapfding
$ stack exec make pdf $ stack exec make pdf
``` ```
Generation of the epub is also supported.
```bash
$ stack exec make epub
```
**Cabal** **Cabal**
```bash ```bash