As you may have already known that course notes are also available on-line, and for those who want to print the notes by themselves, at lease two ways can be used to print them. 1. Logon onto the course website, follow the CS338 course notes link, click the link corresponding to the section, and then print the note using the print command within the file menu of acrobat reader. 2. Save the pdf file(say 0-OUTLIN.pdf) into a directory on your UNIX account, and issue the following command from the terminal window (Use man pdf2ps and man lpr for extra information): pdf2ps 0-OUTLIN.pdf 0-OUTLIN.ps lpr 0-OUTLIN.ps CS338 TA