Jan's Linux Log

This blog started out as an install log of RedHat 9 on a Compaq Presario 2538cl laptop (linuxpresario.blogspot.com) . However, I soon started to include little logs to myself when I made configuration changes to software, etc. So, I've moved it over to our domain, and changed its name to Linux Log. Here you will find some tips & tricks related to Linux configuration on a laptop, as well as software related things that I run into. I log here things that worked for me, of course, your mileage may vary.

Any questions/comments? E-mail me at linux_atsign_boshoff|za|net.

« Intel Fortran on RH 9 | Main | Grace EMF Export »

WMF/EMF from Grace

August 20, 2003

I'm interested in being able to save Grace graph files to wmf/emf. So I found a neat library, libEMF, which I think might be able to do this. Downloaded libEMF from the SourceForge site, together with the patch that is also on that site. Then also downloaded the neat package pstoedit.



  1. Applied the patch to the libEMF directory: cat libEMF-1.0.fixes-2002-09-30.diff | patch -p1
  2. ./configure;make;make install
  3. In the pstoedit directory, also do ./configure;make;make install
  4. At least now I'm able to convert eps to emf with pstoedit -f wmf file.eps file.emf which produces vector graphs for ease of use in Windows Apps.

Will comment later on how to possibly automatically include this in Grace using some kind of filter.