diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh')
-rw-r--r-- | Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh b/Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh new file mode 100644 index 00000000000..7753995c94e --- /dev/null +++ b/Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh @@ -0,0 +1,9 @@ +#! /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 .. |