#!/bin/sh
rm -f *.log *.aux *.blg *.toc *.lot *.lof *.idx *.bbl
pslatex main
bibtex main
bibtex references
pslatex main
pslatex main
rm -f *.log *.aux *.blg *.toc *.lot *.lof *.idx *.bbl
dvips main.dvi -o main.ps
ps2pdf main.ps
#cp main.pdf ~/public_html/phd/vecpar/extended_abstract.pdf
#chmod a+r ~/public_html/phd/vecpar/extended_abstract.pdf
cp main.pdf ~/public_html/phd/vecpar/vecpar.pdf
chmod a+r ~/public_html/phd/vecpar/vecpar.pdf
