
#This prints a slide on two pages.
#It may be changed by changing the 2 to some other number.
latex root;
dvips -r0 -f root | nup 2 > tempslide.double;
