CTAN masthead graphic CTAN lion sketch

Directory: CTAN home / tex-archive/ dviware/ dvisvgm

You can get this entire directory bundled as dvisvgm.zip.

Packages located here

Package Caption
dvisvgm Converts DVI files to Scalable Vector Graphics format (SVG).

Subdirectories of this one

NameDateDescription
doc/ 2007-03-26
potracelib/ 2007-03-26
rpm/ 2007-03-26
src/ 2007-03-26

Files in this directory

NameDateSize Description
AUTHORS 2007-03-20 254 bytes download
INSTALL 2007-01-10 9 Kbyte download
Makefile.am 2007-03-21 258 bytes download
Makefile.in 2007-03-22 18 Kbyte download
NEWS 2007-03-26 1 Kbyte download
README 2007-03-20 3 Kbyte download Shown below
aclocal.m4 2007-03-22 30 Kbyte download
config.guess 2006-07-12 42 Kbyte download
config.h.in 2007-03-22 3 Kbyte download
config.sub 2006-07-12 30 Kbyte download
configure 2007-03-22 222 Kbyte download
configure.ac 2007-03-22 3 Kbyte download
depcomp 2006-07-12 15 Kbyte download
install-sh 2006-07-12 9 Kbyte download
missing 2006-07-12 10 Kbyte download

Contents of the README file

dvisvgm -- A DVI to SVG converter

DESCRIPTION

 dvisvgm is a utility for TeX/LaTeX users. It converts
 DVI files to the XML-based Scalable Vector Graphics format.


DEPENDENCIES

 dvisvgm relies on the following free libraries:
   * FreeType 2 (http://www.freetype.org)
     This library is used to extract glyph outlines
     from PFB files.

   * kpathsea
     This library is part of the Web2C package and is
     usually installed in conjunction with a TeX distribution.
     kpathsea provides functions for searching files in the
     large texmf tree.

   * potracelib (http://potrace.sourceforge.net)
     Peter Selinger's bitmap tracing library is utilized to
     vectorize Metafont's bitmap output.
	  potracelib is now part of the dvisvgm source tarball, so
	  you don't need to create the library seperately any longer.

   * zlib (http://www.zlib.org)
     Compressed SVG files are produced by using functions
     of this library and the Gzstream wrapper classes
     (http://www.cs.unc.edu/Research/compgeom/gzstream)
     which should be included with this package.


COMPILATION

 Quick installation info:
   * type "./configure"
   * type "make"
   * type "make install" as root (or "sudo make install")

 For generic configuration instructions see the file INSTALL.

 The configure script should recognize all necessary parameters.
 If a library is installed but not detected, specify its location
 as commandline parameter of configure, e.g.
   ./configure --with-freetype=/usr/local/freetype
 (all available options can be displayed with ./configure --help)

 The tracer module calls Metafont in case of lacking TFM or PFB files
 via a system call. Please ensure that Metafont is installed and
 reachable over the search path.
 
 To build Windows binaries I recommend MinGW in conjunction
 with MSYS (http://www.mingw.org). If executed within MSYS
 the configure script assumes that you want to build dvisvgm
 for MiKTeX. In this case the necessary import libraries for
 the MiKTeX DLLs will be created and linked. If not already done,
 add the MiKTeX bin directory to your search path, otherwise the
 required DLLs won't be found while running dvisvgm.

 If you don't like compiling the sources yourself, you can
 download precompiled executables for Windows and MiKTeX
 from sourceforge.net instead (see below).


USAGE
 Information about the command-line interface and the available options
 can be found in the manual page.


ADDITIONAL INFORMATION
 This packacke is available from CTAN (dviware/dvisvgm) and can
 be downloaded from the project website at sourceforge.net as well:

    http://dvisvgm.sourceforge.net

 Here you can find the sources, precompiled binaries and further additional
 information about the converter and related topics.

 If you've found a bug please let me know. You can either send me an
 email or preferably use the bug reporting facilities at sourceforge.net
 (see http://sourceforge.net/projects/dvisvgm).


COPYRIGHT

 Copyright (C) 2005-2007 Martin Gieseking <martin.gieseking@uos.de>

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or (at
 your option) any later version.

 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
 USA. See also http://www.gnu.org/.

 See the file COPYING for details.


Small print: This listing is regenerated periodically so there is a small chance that the directory has changed from what is shown here; to be sure, check the FTP listing.