diff options
| author | holger <devnull@localhost> | 2002-10-10 16:22:27 -0300 |
|---|---|---|
| committer | holger <devnull@localhost> | 2002-10-10 16:22:27 -0300 |
| commit | 5a523e605b9b6d1ae50d0707c1874c5b7f0959cc (patch) | |
| tree | 4dfe1bf1f9ae2f2eefb5d34a42cc4ba029817091 /dvb-spec/dvbapi/fig2pstex | |
| parent | ab85b007da42f42856a775d8cff97332093f5b34 (diff) | |
| download | mediapointer-dvb-s2-5a523e605b9b6d1ae50d0707c1874c5b7f0959cc.tar.gz mediapointer-dvb-s2-5a523e605b9b6d1ae50d0707c1874c5b7f0959cc.tar.bz2 | |
the new HEAD
Diffstat (limited to 'dvb-spec/dvbapi/fig2pstex')
| -rwxr-xr-x | dvb-spec/dvbapi/fig2pstex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dvb-spec/dvbapi/fig2pstex b/dvb-spec/dvbapi/fig2pstex new file mode 100755 index 000000000..bf62eb7ec --- /dev/null +++ b/dvb-spec/dvbapi/fig2pstex @@ -0,0 +1,6 @@ +#!/bin/sh +f=`basename $1 .fig` +fig2dev -L pstex $f.fig $f.ps +fig2dev -L pstex_t -p $f.ps $f.fig $f.pst2 +./getbb $f.pst2 $f.ps > $f.pst +rm $f.pst2
\ No newline at end of file |
