![](https://secure.gravatar.com/avatar/17a180f07eb4c6be69e40042dbcef507.jpg?s=120&d=mm&r=g)
28 Jun
2006
28 Jun
'06
11:21 a.m.
On 6/28/06, Paul Smith <phhs80@...155...> wrote:
There is a trick that I have used successfully:
- produce whatever you want with LaTeX and then output it as ps, eps or pdf;
- use the following sequence of commands:
pstoedit -page 1 -dt -psarg "-r9600x9600" -f sk integral.eps integral.sk skconvert integral.sk integral.svg
These steps overcome the well-known problem of pstoedit that does not convert to svg directly on some installations. Let me finally remark that I am not sure whether the trick works on MS Windows; it is only tested on Linux.
An example is attached.
Paul