%% There are three kinds of letter formats:
%%
%% 1.     stationery: print the letter on a real SCS letterhead stationery.
%% 2. non-stationery: CMU title logo and SCS address are printed.
%% 3. 	       local: It uses a page footer on the first page that
%% 		      gives your location (specified with \location). 
%%		      This is for "local" intra-university mail. 
%%
%% \documentstyle[times,12pt,stationery]{scs-ltr} % SCS letterhead stationery
%% \documentstyle[times,12pt]{scs-ltr}		% CMU logo and return address
%% \documentstyle[times,12pt,local]{scs-ltr}	% intra-university 
%%
%% %\makelabels 				% Make mailing labels
%% %\date{June 1, 1992} 			% default is \today
%% \begin{document}
%% \signature{Ming-Jen Chan}
%% \name{Ming-Jen Chan}
%% \extension{3054}
%% \fax{(412) 681-5739} 			% 4th floor main office.
%% \netmail{mjchan@cs.cmu.edu}
%% \department{School of Computer Science} 	% ignored w/stationery option
%% \location{WeH 4201} 			   	% ignored w/o local option
%% 
%% % You can have as many letter environments as you want.
%% \begin{letter}{President George Bush  \\ The White House \\ 
%% 	          1600 Pennsylvania Ave. \\ Washington, D.C.}
%% \opening{Dear George:}
%% What a pleasure to receive your kind note ...
%%             ...
%% ...my best to Barbara and the kids.
%% \closing{Sincerely,}
%% \ps{p.s.: See you at the Bones reunion in August!}
%% %\cc{}
%% %\encl{}
%% 
%% \end{letter}
%% \end{document}
