diff options
author | Rudson Alves <rudsonalves@yahoo.com.br> | 2015-04-26 09:05:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-26 09:05:30 +0700 |
commit | 2e36ee2612aeba39608ad3ff5899049dee989492 (patch) | |
tree | 6356d110952c10b8001acc15e26b12f6811f658e /graphics/dvisvgm/README | |
parent | edd34d1a5a1af80a1a94e4d1061f66844fc10a10 (diff) | |
download | slackbuilds-2e36ee2612aeba39608ad3ff5899049dee989492.tar.gz |
graphics/dvisvgm: Added (converts DVI to SVG).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/dvisvgm/README')
-rw-r--r-- | graphics/dvisvgm/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/dvisvgm/README b/graphics/dvisvgm/README new file mode 100644 index 0000000000..7ad9bb195c --- /dev/null +++ b/graphics/dvisvgm/README @@ -0,0 +1,11 @@ +dvisvgm is a fast DVI to SVG converter + +The command-line utility dvisvgm is a tool for TeX/LaTeX users. It converts DVI +and EPS files to the XML-based scalable vector graphics format SVG. In contrast +to bitmap graphics, vector graphics are arbitrarily scalable without loss of +quality. + +All modern web browsers support a large amount of the current SVG standard 1.1. +Furthermore, SVG files can also be displayed with the Java-based Squiggle SVG +browser which is part of the Apache Batik project, and the free vector +graphics editor Inkscape. |