1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Source: pandoc
Section: text
Priority: optional
Maintainer: Debian Haskell Group <debian-haskell@lists.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Kiwamu Okabe <kiwamu@debian.or.jp>,
Clint Adams <clint@debian.org>,
Build-Depends:
alex,
bash-completion,
cdbs,
debhelper,
dh-buildinfo,
ghc,
ghc-prof,
happy,
haskell-devscripts,
libghc-hslua-cli-dev (<< 1.5),
libghc-hslua-cli-dev (>= 1.4.1),
libghc-hslua-cli-prof,
libghc-pandoc-dev (>= 3.1.11.1),
libghc-pandoc-lua-engine-dev (<< 0.3),
libghc-pandoc-lua-engine-dev (>= 0.2),
libghc-pandoc-lua-engine-prof,
libghc-pandoc-prof,
libghc-temporary-dev (<< 1.4),
libghc-temporary-prof,
pandoc-data,
Standards-Version: 4.7.0
Homepage: https://pandoc.org/
Vcs-Git: https://salsa.debian.org/haskell-team/pandoc.git
Vcs-Browser: https://salsa.debian.org/haskell-team/pandoc
Rules-Requires-Root: no
Package: pandoc
Architecture: any
Depends:
pandoc-data (<< ${pandoc:Lib}.~),
pandoc-data (>= ${pandoc:Lib}),
${cdbs:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${cdbs:Recommends},
Suggests:
${cdbs:Suggests},
Provides:
pandoc-abi (= ${pandoc:Abi}),
Multi-Arch: foreign
Description: general markup converter
Pandoc is a Haskell library for converting
from one markup format to another,
and a command-line tool that uses this library.
The formats it can handle include
* light markup formats
(many variants of Markdown, reStructuredText, AsciiDoc,
Org-mode, Muse, Textile, txt2tags)
* HTML formats (HTML 4 and 5)
* Ebook formats (EPUB v2 and v3, FB2)
* 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, RIS)
* Word processor formats (Docx, RTF, ODT)
* Interactive notebook formats (Jupyter notebook ipynb)
* Page layout formats (InDesign ICML)
* Wiki markup formats
(MediaWiki, DokuWiki, TikiWiki, TWiki,
Vimwiki, XWiki, ZimWiki, Jira wiki, Creole)
* Slide show formats
(LaTeX Beamer, PowerPoint, Slidy,
reveal.js, Slideous, S5, DZSlides)
* Data formats (CSV and TSV tables)
* PDF (via external programs such as pdflatex or wkhtmltopdf)
.
Pandoc can convert mathematical content in documents
between TeX, MathML, Word equations, roff eqn, typst,
and plain text.
It includes a powerful system
for automatic citations and bibliographies,
and it can be customized extensively using templates, filters,
and custom readers and writers written in Lua.
.
This package contains the pandoc tool.
.
Some uses of Pandoc require additional packages:
* SVG content in PDF output requires librsvg2-bin.
* YAML metadata in TeX-related output requires texlive-latex-extra.
* *.hs filters not set executable requires ghc.
* *.js filters not set executable requires nodejs.
* *.php filters not set executable requires php.
* *.pl filters not set executable requires perl.
* *.py filters not set executable requires python.
* *.rb filters not set executable requires ruby.
* *.r filters not set executable requires r-base-core.
* LaTeX output, and PDF output via PDFLaTeX,
require texlive-latex-recommended.
* XeLaTeX output, and PDF output via XeLaTeX, require texlive-xetex.
* LuaTeX output, and PDF output via LuaTeX, require texlive-luatex.
* ConTeXt output, and PDF output via ConTeXt, require context.
* PDF output via wkhtmltopdf requires wkhtmltopdf.
* Roff man and roff ms output, and PDF output via roff ms,
require groff.
* MathJax-rendered equations require libjs-mathjax.
* KaTeX-rendered equations require node-katex.
* option --csl may use styles in citation-style-language-styles.
|