latex $1
# -T: make sure logo's stay sharp in pdf files in full screen mode
# -P pdf: include fonts in their type1 version (including cmr!)
# -G0: don't remap characters (otherwise ligatures don't show in pdf!); this
# may give problems for older Acrobat versions though, so upgrade to version 
# higher or equal to 4.05 !
dvips -P pdf -G0 -T11.8in,8.8in -o- $1.dvi | ps2pdf -dPDFSETTINGS=/prepress - $1.pdf
