next up previous contents
Next: Latex File Producing Letter for Plain Paper Up: Writing Letters Previous: Writing Letters

Latex File Producing Letter for Letterhead Paper

%%% STANDARD PATTERN FILE FOR TYPESETTING LETTERS ON NEW UTEP STATIONARY %%%%%
\input let-head \topmargin 1.0in \textheight 7.75in
\signature{Dingie Dong\\T.A.}
%  \makelabels
\begin{document}
\begin{letter}{Dr. Eugene F. Schuster\\Department of Mathematical
Sciences\\U.T. El Paso\\El Paso, Tx  79968-0514}
\opening{Dear Old Schuster:}

\parindent .4in I do not agree that $\hat\pi\rightarrow 0$ under the
null hypothesis $H_o$, but feel that $\hat\pi\rightarrow 1$. I believe
$(\hat\pi-1)^2\rightarrow 0$ under the alternative $H_a$ is much more
difficult to prove.  I have enclosed my ``Scratch Notes" indicating why?

Will the second paragraph indent automatically? Yes, I guess so ({\em if
you tell it how}).

\closing{Sincerely,}
\ps{\noindent P.S. What's this stuff good for?}
%  \cc{ }
\encl{Scratch Notes.}
\end{letter}

\end{document}