Google
 

5/21/06

Change eps file to fig file.

Xfig is a very nice software. It can edit the vector graph. For me, sometimes I plot curves to eps files, then I want to do some simple modification. It is easy. I just convert the eps file to fig file, then use Xfig to do the modification. After that, if I want I can export to eps again. Then you can use it in your Latex file.

pstoedit -f fig filename.eps > filename.fig

2 comments:

Anonymous said...

though late, thx!

Sébastien said...

This is exactly what I was looking for, thanks a lot! By the way, here is a useful command to convert a fig file with LaTeX formula into a eps file:

fig2eps --add=amsmath,amssymb,amstext --nogv filename.fig