diff options
Diffstat (limited to 'office/pandoc/README')
-rw-r--r-- | office/pandoc/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/office/pandoc/README b/office/pandoc/README index 78f37763ea..b093ad30a7 100644 --- a/office/pandoc/README +++ b/office/pandoc/README @@ -1,13 +1,14 @@ Pandoc is a command-line tool for converting from one markup format to another. It can read markdown and (subsets of) reStructuredText, HTML, -and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, -ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, -MediaWiki markup, groff man pages, and S5 HTML slide shows. +and LaTeX, and it can write plain text, markdown, reStructuredText, +HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, +ODT, GNU Texinfo, MediaWiki markup, groff man pages, EPUB ebooks, +and S5 and Slidy HTML slide shows. PDF output (via LaTeX) is also supported +with the included markdown2pdf wrapper script. -This requires ghc, haskell-binary, haskell-digest, haskell-zlib, -haskell-zip-archive, haskell-mtl, haskell-parsec, haskell-xhtml, and -haskell-network. +This requires ghc, haskell-binary, haskell-mtl, haskell-digest, haskell-zlib, +haskell-utf8-string, haskell-zip-archive, haskell-parsec, haskell-xml, +haskell-texmath, haskell-xhtml, haskell-network and haskell-HTTP. -Note: Pandoc normally refuses to build with Parsec 3 as it may perform -more slowly. This SlackBuild includes a patch to lift that restriction. -If you want Pandoc to perform as intended, install Parsec 2 first. +When uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |