README: More information on what is needed to produce PDFs.
This commit is contained in:
parent
e721c7428e
commit
e57fb8d59d
1 changed files with 8 additions and 0 deletions
8
README
8
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
|
||||
|
|
Loading…
Add table
Reference in a new issue