diff options
author | cube <cube@pkgsrc.org> | 2005-01-16 17:58:01 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-01-16 17:58:01 +0000 |
commit | f0d0475530ed915f37617eeba28dc55420b500f5 (patch) | |
tree | 3568bb900fe35c4dd6e96e0ae9baeb50559a8d21 /textproc/rubber/DESCR | |
parent | 1c18e5582eb99b44e8659f27e292ff9d98ae1e38 (diff) | |
download | pkgsrc-f0d0475530ed915f37617eeba28dc55420b500f5.tar.gz |
Initial import of rubber, version 0.99.8, into the NetBSD Packages
Collection, from PR#28920 by Antoine Reilles, with a few minor changes by
myself.
Rubber 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 formats and Metapost compilation).
Diffstat (limited to 'textproc/rubber/DESCR')
-rw-r--r-- | textproc/rubber/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/rubber/DESCR b/textproc/rubber/DESCR new file mode 100644 index 00000000000..7a96537c410 --- /dev/null +++ b/textproc/rubber/DESCR @@ -0,0 +1,9 @@ +Rubber 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 formats and Metapost compilation). |