
# just print bibwithlatex articlelatexfile
# new algorithm including bibliography

latex $1;
bibtex $1;
latex $1;
latex $1;
dvips -r0 $1 |lpr -Pap4


