diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:40 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:40 -0400 |
commit | d58b691248f1ace2e29d494ba28d0c4e1cc3031d (patch) | |
tree | ff7c14f58883969b4a7fd4e9d099d9f9ad7262cc /graphics/dvisvgm | |
parent | 87783b53f4934a176c9ac2d74fe6a738dcad5d52 (diff) | |
download | slackbuilds-d58b691248f1ace2e29d494ba28d0c4e1cc3031d.tar.gz |
graphics/dvisvgm: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/dvisvgm')
-rw-r--r-- | graphics/dvisvgm/README | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/graphics/dvisvgm/README b/graphics/dvisvgm/README index c94ccb0956..148ce481e5 100644 --- a/graphics/dvisvgm/README +++ b/graphics/dvisvgm/README @@ -2,32 +2,34 @@ dvisvgm is a fast DVI (and EPS) 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. The latest releases support standard DVI files (format 2) as -well as DVI output created by pTeX in vertical mode (format 3), and XeTeX -(format 5 and 6, also known as XDV). - http://dvisvgm.bplaced.net -dvisvgm version 1.6 is present in texlive-2014052 -This separate package presents an updated version 1.11 of dvisvgm -offereing various bugfixes and the following main features: +format SVG. The latest releases support standard DVI files (format 2) +as well as DVI output created by pTeX in vertical mode (format 3), and +XeTeX (format 5 and 6, also known as XDV). + +dvisvgm version 1.6 is present in texlive-2014052. This separate +package presents an updated version 1.11 of dvisvgm offering various +bugfixes and the following main features: + * Complete font support including virtual fonts, evaluation of font -encodings, CMap files, sub-font definitions and font maps. + encodings, CMap files, sub-font definitions and font maps. * Glyph outlines of all required fonts are embedded into the generated -SVG files. + SVG files. * Glyph outlines of fonts that are not available in a vector format are -generated on-the-fly by vectorizing METAFONT's bitmap output. + generated on-the-fly by vectorizing METAFONT's bitmap output. * dvisvgm allows to replace font definitions by paths so that -applications without SVG font support are enabled to render dvisvgm's -output properly. -* Computes tight bounding boxes for the generated graphics, but supports -common paper formats and arbitrary user-defined sizes as well. + applications without SVG font support are enabled to render dvisvgm's + output properly. +* Computes tight bounding boxes for the generated graphics, but + supports common paper formats and arbitrary user-defined sizes + as well. * Option --eps allows to convert EPS files to SVG. * Intersections of clipping paths can be computed directly instead of -delegating this task to the SVG renderer. This increases the -compatibility of the generated SVG files. -* Approximates PostScript color gradient fills not directly supported by -SVG 1.1. + delegating this task to the SVG renderer. This increases the + compatibility of the generated SVG files. +* Approximates PostScript color gradient fills not directly supported + by SVG 1.1. * Optionally creates compressed SVGZ files. * Provides options for applying page transformations, like translation, -rotation, scaling, and skewing. + rotation, scaling, and skewing. * Evaluates color, emTeX, tpic, hyperref/HyperTeX, PDF mapfile, and -PostScript specials. + PostScript specials. |