summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-11 21:37:52 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-11 21:42:59 -0800
commit7f56d08443b44aa64dba8634642d830c60cdb019 (patch)
tree3e201e8414f4c1b59d8ab964646c99bda994daf9 /pandoc.cabal
parent166561cc8da7b22ecd7845f66daa1e8bb8080512 (diff)
Update cabal description to include powerpoint.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index fb097aeb0..62be4e527 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -25,8 +25,9 @@ description: Pandoc is a Haskell library for converting from one markup
RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man,
groff ms, plain text, Emacs Org-Mode, AsciiDoc,
Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign
- ICML, Muse, and several kinds of HTML/JavaScript slide
- shows (S5, Slidy, Slideous, DZSlides, reveal.js).
+ ICML, Muse, LaTeX beamer slides, PowerPoint, and several
+ kinds of HTML/JavaScript slide shows (S5, Slidy, Slideous,
+ DZSlides, reveal.js).
.
In contrast to most existing tools for converting Markdown
to HTML, pandoc has a modular design: it consists of a set of
@@ -480,7 +481,7 @@ library
Text.Pandoc.Writers.Muse,
Text.Pandoc.Writers.Math,
Text.Pandoc.Writers.Shared,
- Text.Pandoc.Writers.OOXML,
+ Text.Pandoc.Writers.OOXML,
Text.Pandoc.Lua,
Text.Pandoc.PDF,
Text.Pandoc.UTF8,