Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
DVISVG(1)		     General Commands Manual		       DVISVG(1)

NAME
     dvisvg - for conversion from DVI to SVG

SYNOPSIS
     dvisvg [TIONS] FILE[.dvi]

DESCRIPTION
     This manual page documents the program dvisvg for converting from DVI input
     file  FILE[.dvi]  to  SVG	output file.  The DVI is DeVice Independent file
     format produced by TeX.  SVG is XML aplication and stands for Scalable Vec-
     tor  Graphics.   For  more  informations  about  SVG  looks  on  W3C   site
     http://www.w3c.org/tr/svg.    For	 web   pages   related	 to  DVISVG  try
     http://www.fi.muni.cz/~xsabo/dvisvg.

     DVISVG uses getopt_long() for parsing arguments and Kpathsea related  tools
     for independent files searching of the texmf directory.

OPTIONS
     In this version you can use following command line options.

     -o FILE
	    changes default file name out.svg for SVG output to FILE.

     -O FILE
	    changes  default file name out.log for logging debug informations to
	    FILE.

     -f FILE
	    changes default file name fonts.svg for SVG fonts to FILE.

     -p PAGE
	    selects PAGE from DVI for output, default is first.

     -c DIR
	    changes default DIR for searching for files  related  to  SVG  Fonts
	    generating.

     -x     xml options (currently not implemented)

     -s     svg options (currently not implemented)

     --help
	    --version

FILES
      dvisvg.map
      font2svg.ps
      font2svg.enc

SEE ALSO
     tex(1), dvips(1)

Copyright
     Copyright (c) 2004 Rudolf Sabo.

				   GNU DVISVG			       DVISVG(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dvisvg&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help