Wednesday, June 29, 2011

Creating EPS figure in Linux

Use the following steps to create eps figure in linux. 
  1. Use openoffice to draw the figure
  2. Export the file as figure.pdf
  3. Run $pdftops -eps figure.pdf. This will create a file figure.eps
  4. Run $cat figure.eps | ps2eps > MyFigure.eps. This will fix the bounding box of the eps file.

0 comments:

Post a Comment