summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ps4pdf/create-eps
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-12 21:51:48 +0000
committerKarl Berry <karl@freefriends.org>2006-07-12 21:51:48 +0000
commit2ae673fff19102b68684096b0a6b495d4376fc92 (patch)
treec6fa339cca6e5c1366e56778b599b25bdcf0a06a /Master/texmf-dist/doc/latex/ps4pdf/create-eps
parentf80864b3b4fe35f04c5fd387d59a792f22df61a2 (diff)
hvoss says ps4pdf has been replaced by pst-pdf
git-svn-id: svn://tug.org/texlive/trunk@1821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ps4pdf/create-eps')
-rwxr-xr-xMaster/texmf-dist/doc/latex/ps4pdf/create-eps6
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/ps4pdf/create-eps b/Master/texmf-dist/doc/latex/ps4pdf/create-eps
deleted file mode 100755
index 9a8801c9b74..00000000000
--- a/Master/texmf-dist/doc/latex/ps4pdf/create-eps
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-n=`pdfinfo ps4pdf-test-pics.pdf | awk '($1 ~ /Pages:/) {print $2}'`
-for i in `seq $n` ; do
- pdftops -f $i -l $i -eps ps4pdf-test-pics.pdf picture$i.eps
- echo "create picture$i.eps"
-done