diff options
author | rjkm <devnull@localhost> | 2001-09-16 22:27:03 -0300 |
---|---|---|
committer | rjkm <devnull@localhost> | 2001-09-16 22:27:03 -0300 |
commit | 9034551a3bbc76b79a152806c781b1b8e8ea3a9a (patch) | |
tree | 31fe111120a3102afe9ea193836907a2c3a63fc7 /dvb-spec/dvbapi/fig2pstex | |
parent | c2ca96fee8c574074c67c9da023e4165f2f9b2e3 (diff) | |
download | mediapointer-dvb-s2-9034551a3bbc76b79a152806c781b1b8e8ea3a9a.tar.gz mediapointer-dvb-s2-9034551a3bbc76b79a152806c781b1b8e8ea3a9a.tar.bz2 |
new API docs
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 |