Homework #1 Notes
Problem 1:
	a) Linux machines still down until Wednesday at earliest
	b) to automatically insert the host name for the subject, I use:
		% mail -s `hostname` matt@infeld.ph.utexas.edu
Problem 2:
	A good link for HTML is:
		 http://www.sandia.gov/sci_compute/elements.html
Problem 3:
	The following commands were used:
        wc -l [file]                    word count (output line total only)
        find . -name *.f -print         print list of all *.f files in ./ dir
        grep -i 'str' [file]            print all lines of file which match str
        grep -c 'str' [file]            number of lines of file which match str
Problem 4:
	I still need to figure out how to define the section numbers at will,
	without having to use the \subsection*.