How can I generate an SVG image from a LaTeX file - more precisely, a tikz diagram? I'm working in Windows.
feedback
|
|
Try this python CGI script. | |||
|
feedback
|
|
One method is (assuming you have a working LaTeX installation) to compile the LaTeX diagram to produce a pdf output file (usually using This can then be opened using the vector graphics editor Inkscape. Inkscape can import a range of files, including pdf (using the poppler libraries) and can save them as SVG files. (Inkscape also provides command-line conversion capabilities but I don't know whether this is available on a Microsoft Windows system). | |||
|
feedback
|