summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-21 14:59:25 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-21 14:59:25 -0800
commite57fb8d59d2488843622e208a865545141debefa (patch)
tree251efc9cf3e1b5abab526461601d49eb2e6123ff
parente721c7428e0070d83568b67c761d34fb89c4b653 (diff)
README: More information on what is needed to produce PDFs.
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 717f83e02..a7ea4e7ae 100644
--- a/README
+++ b/README
@@ -153,6 +153,14 @@ Options
using the `-o/--output` option. If `+lhs` is appended to `markdown`, `rst`,
`latex`, `html`, or `html5`, the output will be rendered as literate Haskell
source: see [Literate Haskell support](#literate-haskell-support), below.
+ Production of `pdf` output requires that a LaTeX engine be installed
+ (see `--latex-engine`, below), and assumes that the following LaTeX
+ packages are available: `amssymb`, `amsmath`, `ifxetex`, `ifluatex`,
+ `listings` (if the `--listings` option is used), `fancyvrb`,
+ `enumerate`, `ctable`, `url`, `graphicx`, `hyperref`, `ulem`,
+ `babel` (if the `lang` variable is set)`, `fontspec` (if `xelatex`
+ or `lualatex` is used as the LaTeX engine), `xltxtra` and
+ `xunicode` (if `xelatex` is used).
`-s`, `--standalone`
: Produce output with an appropriate header and footer (e.g. a