aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-21 21:08:02 -0700
committerJohn MacFarlane <[email protected]>2023-03-25 21:50:54 -0700
commit31bf02baa4dd7312e65b9e3158db7faf62dcf5ac (patch)
tree4daf2995b4d442b773b8346da29f55d269bed996 /pandoc.cabal
parentd8ec5c4b752c3fd09f0c5abdd7f1f5097835a6de (diff)
Add typst writer.typst-writer
See #8713. Still needed: - PDF-via-typst support - fuller table support
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index cc540f542..538c5d3f9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -25,6 +25,7 @@ description: Pandoc is a Haskell library for converting from one markup
- Documentation formats (GNU TexInfo, Haddock)
- Roff formats (man, ms)
- TeX formats (LaTeX, ConTeXt)
+ - Typst
- XML formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument)
- Outline formats (OPML)
- Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML,
@@ -94,6 +95,7 @@ data-files:
data/templates/article.jats_publishing
data/templates/affiliations.jats
data/templates/default.markua
+ data/templates/default.typst
-- translations
data/translations/*.yaml
-- entities
@@ -315,6 +317,7 @@ extra-source-files:
test/tables.asciidoctor
test/tables.haddock
test/tables.texinfo
+ test/tables.typst
test/tables.rst
test/tables.rtf
test/tables.txt
@@ -345,6 +348,7 @@ extra-source-files:
test/writer.plain
test/writer.mediawiki
test/writer.textile
+ test/writer.typst
test/writer.opendocument
test/writer.org
test/writer.asciidoc
@@ -589,6 +593,7 @@ library
Text.Pandoc.Writers.Jira,
Text.Pandoc.Writers.LaTeX,
Text.Pandoc.Writers.ConTeXt,
+ Text.Pandoc.Writers.Typst,
Text.Pandoc.Writers.OpenDocument,
Text.Pandoc.Writers.Texinfo,
Text.Pandoc.Writers.Man,