
# just print bibwithlatex4 articlelatexfile
# bibliography part should be in article

latex $1;
bibtex $1;
latex $1;
latex $1;
dvips -f $1 > $1.ps;
