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
|
Source: rubber
Section: tex
Priority: optional
Maintainer: Hilmar Preusse <hille42@web.de>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3,
texinfo,
texlive-latex-base,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/rubber
Vcs-Git: https://salsa.debian.org/python-team/packages/rubber.git
Homepage: https://gitlab.com/latex-rubber/rubber
Package: rubber
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, texlive-latex-base
Suggests:
asymptote,
biber,
imagemagick,
python3-prompt-toolkit,
python3-pygments,
r-cran-knitr,
texlive-bibtex-extra,
texlive-binaries,
texlive-extra-utils,
texlive-latex-extra,
texlive-latex-recommended,
texlive-metapost,
texlive-pictures,
transfig
Description: automated system for building LaTeX documents
This is a building system for LaTeX documents. It is based on a routine that
runs just as many compilations as necessary. The module system provides a
great flexibility that virtually allows support for any package with no user
intervention, as well as pre- and post-processing of the document. The
standard modules currently provide support for bibtex, dvips, dvipdfm,
pdftex, makeindex. A good number of standard packages are supported,
including graphics/graphicx with automatic conversion between various
graphics formats and Metapost compilation.
.
Some optional parts require the installation of suggested Debian packages:
imagemagick (graphics conversion),
r-cran-knitr,
texlive-bibtex-extra (biblatex),
texlive-binaries (aleph),
texlive-latex-extra (cweb, minitoc, moreverb, multibib, nomencl, ntheorem),
texlive-latex-recommended (beamer, index, listings),
texlive-pictures (gnuplottex),
transfig (conversion from XFig format).
.
pythontex from texlive-extra-utils requires
python3-prompt-toolkit and python3-pygments.
|