How can I generate an SVG image from a LaTeX file - more precisely, a tikz diagram? I'm working in Windows.

link|improve this question

75% accept rate
2  
You may have more luck asking this question on TeX.sx. – N.N. Jul 31 '11 at 13:45
feedback

2 Answers

Try this python CGI script.

link|improve this answer
doesn't work for me – IttayD Jul 26 '11 at 18:08
Why not? (filler) – soandos Jul 26 '11 at 18:38
feedback

One method is (assuming you have a working LaTeX installation) to compile the LaTeX diagram to produce a pdf output file (usually using pdflatex).

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).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.