% letterpattern.tex
%   This file contains a "prototype" of a letter, with nice letterhead
%   All lines(like this one) beginning with '%' are _comments_.
%   (7 Oct 99) Alan put in a new letter head, a .ps file
\input epsf   %  This is needed in order to insert a .ps file 
%
%  Do you want page numbers?  If so, comment out the line below.
\nopagenumbers
%
\def\nl{\hfil\break}  % \nl for "newline"
%
% The following line shows how to put in a horizontal space of
% arbitrary length
\def\dentin#1{\ \unskip\hbox{\hskip #1}}
%
% In the line below, \magnification can be changed to 1100 or made larger
\magnification=1200  
%  Here are some font definitions
\font\larger=bbmbx12 at 14pt
\font\largest=pbkl8t at 16pt
%  I like no indentations for my paragraphs, and a big space between them
\parindent = 0.0pt
\parskip = 6.0pt
%  Why is this next kludge necessary?
\centerline{}
\vskip .1in        %  Change this line to put letterhead higher or lower!
\centerline{\largest  Pixel Analysis}
\centerline{\largest  9805 Gardiner Avenue}
\smallskip
\centerline{\largest  Silver Spring, MD 20902}
%  The above four lines were the _old_ letterhead!
%  But here is the _new_ letterhead -- make sure the path to 
%  letterhead.ps is correct on _your_ machine. ( I left these comments
%   in to whet your appetite!)
%\epsffile[25 -10 620 60]{/home/alan/tex/postscript/letterhead.ps}
\bigskip
\bigskip
\rightline {30 Feb 2000}  % FILL IN CORRECT DATE
%  The recipient's address should go here; make sure '\nl' is put in!
name\nl
street\nl
town/state\nl
\bigskip
Dear SO-AND-SO,       %  Put correct name here
\bigskip
%  Now should follow the text of your letter.  Remember that the
%  the following characters must be escaped to reproduce true:
%       \  {  }  $  &  #  %  @  ~  ^  _  "

\bigskip
Sincerely, 

\bigskip\bigskip\bigskip
Alan McConnell\nl
% Chief Scientist     %  Do you need this?

\vfill\eject
\end

