summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh')
-rw-r--r--Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh b/Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh
deleted file mode 100644
index 7753995c94e..00000000000
--- a/Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/bash
-cd latex
-latex logofeatpost.tex
-dvips -E -o logofeatpost.ps logofeatpost.dvi
-epstopdf -d -nogs logofeatpost.ps > featpost.eps
-gs -q -sDEVICE=png256 -r300x300 -dNOPAUSE -sOutputFile=featpost.png featpost.eps </dev/null
-cp featpost.png featpost2.png
-mogrify -geometry 25% featpost2.png
-cd ..