README 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. dvisvgm is a fast DVI (and EPS) to SVG converter
  2. The command-line utility dvisvgm is a tool for TeX/LaTeX users. It
  3. converts DVI and EPS files to the XML-based scalable vector graphics
  4. format SVG. The latest releases support standard DVI files (format 2)
  5. as well as DVI output created by pTeX in vertical mode (format 3), and
  6. XeTeX (format 5 and 6, also known as XDV).
  7. dvisvgm version 1.6 is present in texlive-2014052. This separate
  8. package presents an updated version 1.11 of dvisvgm offering various
  9. bugfixes and the following main features:
  10. * Complete font support including virtual fonts, evaluation of font
  11. encodings, CMap files, sub-font definitions and font maps.
  12. * Glyph outlines of all required fonts are embedded into the generated
  13. SVG files.
  14. * Glyph outlines of fonts that are not available in a vector format are
  15. generated on-the-fly by vectorizing METAFONT's bitmap output.
  16. * dvisvgm allows to replace font definitions by paths so that
  17. applications without SVG font support are enabled to render dvisvgm's
  18. output properly.
  19. * Computes tight bounding boxes for the generated graphics, but
  20. supports common paper formats and arbitrary user-defined sizes
  21. as well.
  22. * Option --eps allows to convert EPS files to SVG.
  23. * Intersections of clipping paths can be computed directly instead of
  24. delegating this task to the SVG renderer. This increases the
  25. compatibility of the generated SVG files.
  26. * Approximates PostScript color gradient fills not directly supported
  27. by SVG 1.1.
  28. * Optionally creates compressed SVGZ files.
  29. * Provides options for applying page transformations, like translation,
  30. rotation, scaling, and skewing.
  31. * Evaluates color, emTeX, tpic, hyperref/HyperTeX, PDF mapfile, and
  32. PostScript specials.