#! /bin/bash #cd example #mpost --tex=latex graphs.mp #mv graphs.? graphs.??? ../ #cd .. echo "MetaPost Examples"\ ""\ ""\ "

MetaPost Examples

" > MPexamples.html for a in example/*.mp do b=`basename $a .mp` #mpost --tex=latex example/$b echo "

"\ $b.mp"" >> MPexamples.html for c in $b.? do ./laproof.sh $c ./pngmaker.sh $c.eps echo "\""\" >> MPexamples.html done echo "

" >> MPexamples.html done echo "

L. Nobre G."\ "
" >> MPexamples.html #rm *.?