[ 原始碼: pandoc ]
套件:pandoc(3.1.11.1+ds-2)
pandoc 的相關連結
Debian 的資源:
下載原始碼套件 pandoc:
維護小組:
- Debian Haskell Group (QA 頁面, 郵件存檔)
- Jonas Smedegaard (QA 頁面)
- Kiwamu Okabe (QA 頁面)
- Clint Adams (QA 頁面)
外部的資源:
- 主頁 [pandoc.org]
相似套件:
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.
其他與 pandoc 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libffi8 (>= 3.4)
- Foreign Function Interface library runtime
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- Multiprecision arithmetic library
-
- dep: liblua5.4-0 (>= 5.4.6)
- Shared library for the Lua interpreter version 5.4
-
- dep: libnuma1 (>= 2.0.11)
- Libraries for controlling NUMA policy
-
- dep: libyaml-0-2
- Fast YAML 1.1 parser and emitter library
-
- dep: pandoc-data (<< 3.1.11.1.~)
- Conversion between markup formats
- dep: pandoc-data (>= 3.1.11.1)
-
- dep: zlib1g (>= 1:1.1.4)
- 壓縮函式庫 - 跑程式時用(runtime)
-
- sug: citation-style-language-styles
- Citation Style Language (CSL) citation styles
-
- sug: context
- powerful TeX format
-
- sug: ghc
- The Glasgow Haskell Compilation system
-
- sug: groff
- GNU troff text-formatting system
-
- sug: libjs-katex
- Fast math typesetting for the web (for browsers)
-
- sug: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: librsvg2-bin
- command-line utility to convert SVG files
-
- sug: nodejs
- evented I/O for V8 javascript - runtime executable
-
- sug: pandoc-citeproc
- 套件暫時不可用
-
- sug: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: php
- server-side, HTML-embedded scripting language (default)
同時作為一個虛擬套件由這些套件填實: php8.2, uwsgi-plugin-php
-
- sug: python
- 套件暫時不可用
-
- sug: r-base-core
- GNU R core of statistical computation and graphics system
-
- sug: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- sug: texlive-latex-extra
- TeX Live: LaTeX additional packages
-
- sug: texlive-latex-recommended
- TeX Live: LaTeX recommended packages
-
- sug: texlive-luatex
- TeX Live: LuaTeX packages
-
- sug: texlive-xetex
- TeX Live: XeTeX and packages
-
- sug: wkhtmltopdf
- Command line utilities to convert html to pdf or image using WebKit