File: fig2pstex

package info (click to toggle)
dvb 0.9.4.20020321-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,068 kB
  • ctags: 5,791
  • sloc: ansic: 32,844; cpp: 13,679; xml: 9,017; makefile: 567; sh: 330; asm: 92
file content (6 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (2)
1
2
3
4
5
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