summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh
blob: 7753995c94e3d8382bfb0949f5c1cab9da0626c0 (plain)
1
2
3
4
5
6
7
8
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 ..