> I just printed solutions to problem set 3, but unfortunately the file is too > large and it will not print everything. I tried the double sided method > but it did not work. That could be a problem. One option is to find a station with a bigger local disk (I think the SPARC4s and the SGIs have bigger disks). "dvips" copies and builds to the local disk. Another option is to print to a file, then send the file to the printer. You can type dvips fileyouwanttoprint.dvi -o ~/yourusername/filetoprintto.ps lpr ~/yourusername/filetoprintto.ps This may or may not work (make sure that your current working directory still is /mit/ratjamm/www/; if your home locker doesn't have enough space, try bitbucket). The last option, which I know works, is to print in pieces. Try dvips -pp1-10 fileyouwanttoprint.dvi where following the "pp" is the range of pages you want to print. It's the images on the last six pages which are causing the problem; try printing the first ten then go two by two. You can do all these same things with "dvips2" (which I heartily recommend for these solutions). I might be able to fix this problem eventually (perhaps over break).