diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/technics/png2eps.sh')
-rw-r--r-- | Master/texmf-dist/doc/latex/technics/png2eps.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/technics/png2eps.sh b/Master/texmf-dist/doc/latex/technics/png2eps.sh new file mode 100644 index 00000000000..211f3aa8eed --- /dev/null +++ b/Master/texmf-dist/doc/latex/technics/png2eps.sh @@ -0,0 +1,3 @@ +#!/bin/sh +#pngtopnm $1 | pnmtops -noturn -nocenter -scale 0.20 - >$2 +pngtopnm $1 | pnmtops -noturn -nocenter -scale 1.00 - >$2 |