lp -d[printername] alghw1.ps
The only thing missing from the above is the name of the printer you are using to print from. If, for example, you want to print to Gauss (the printer in the copy room of the math department), then you would use the command
lp -dgauss alghw1.ps
The other way to print the file is to download the LaTeX file (which is the version that ends in .tex) and convert it into something printable. You can do this from homer by typing the following commands in a directory that contains the LaTeX file. If you want to print HOMEWORK I, download the LaTeX file, which is called ``alghw1.tex''. Then type:
latex alghw1
dvips alghw1
lp -d[printername] alghw1.ps
The only thing missing from the above is the name of the printer you are using to print from.
If you have the Adobe Acrobat Reader on your machine, you should be able to view the .pdf version of the file.
HOMEWORK I, alghw1.tex, alghw1.ps, alghw1.pdf
HOMEWORK II, alghw2.tex alghw2.ps, alghw2.pdf
HOMEWORK III, alghw3.tex alghw3.ps, alghw3.pdf
HOMEWORK IV, alghw4.tex alghw4.ps, alghw4.pdf
HOMEWORK V, alghw5.tex alghw5.ps, alghw5.pdf
HOMEWORK VI, alghw6.tex alghw6.ps, alghw6.pdf
HOMEWORK VII, alghw7.tex alghw7.ps, alghw7.pdf