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
|
Source: rubber
Section: tex
Priority: optional
Maintainer: Hilmar Preuße <hille42@web.de>
Uploaders: Python Apps Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python, texinfo, dh-python, texlive-latex-base
X-Python-Version: >= 2.5
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/rubber/trunk/
Homepage: https://launchpad.net/rubber
Package: rubber
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, texlive-latex-base
Suggests: imagemagick ,sam2p
,texlive-binaries
,texlive-extra-utils
,texlive-latex-extra
,texlive-latex-recommended
,texlive-omega
,texlive-pictures
,transfig
XB-Python-Version: ${python:Versions}
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.
.
graphics conversion: imagemagick and/or sam2p
.
aleph, metapost: texlive-binaries
.
pythontex: texlive-extra-utils
.
cweb, minitoc, moreverb, multibib, nomencl, ntheorem: texlive-latex-extra
.
beamer, index, listings: texlive-latex-recommended
.
omega: texlive-omega
.
gnuplottex: texlive-pictures
.
conversion from XFig format: transfig
# hyperref, makeidx, natbib, verbatim: texlive-latex-base (via Depends)
|