LINUX USERS: If you click on one of the .ps files (handouts, homework assignments, and homework solutions), hopefully your viewer will automatically spawn a .ps previewer. If not I recommend fixing the problem by placing the following line in a file called ".mailcap" in your home directory. (You may need to create the file .mailcap) application/postscript; gv -magstep 2 %s The lines says, "If I click on a postscript file in netscape, please launch the program ghostview for me automatically to view the file." (You'll need to restart Netscape for the change to take effect.) Alternatively, try saving the file to filename.ps and use gv filename.ps to view the file and/or lpr -Pprinter filename.ps to print the file. Be sure your printer is a postscript printer (those in the department are) before lpr-ing it. Otherwise your printer will spew forth tons of pages of garbage.