% Document type: LaTeX
% CHOOSE EXACTLY ONE DOCUMENTSTYLE LINE
%\documentstyle{letter}    % Plain letters - no letterhead
%\documentstyle[wiscmath]{letter} % Device indep Math letterhead
%\documentstyle[wiscmath,times]{letter} % Printer needs Times PS fonts
\documentclass[12pt]{letter} % Needs Latex2e, dvips, Ghostscript
%

\usepackage{Wmath,epsfig}
%\usepackage{Wtutor,epsfig}
%% My Return address
\address{
1600 Pennsylvania Ave.\\
Madison, Wisconsin 53704}
\def\loginname{student@math.wisc.edu}
\def\telephonenum{(608)555-1212}
%% END of My Return address

%% My Signature
\name{Joe Student}
\title{Perpetual Student}
\signature{Joe Q. Student}
%% END of My Signature

\pagestyle{plain} %For multipage letters with no headings

\begin{document}
\begin{letter}{Dr. Joe Professor \\
               Chair \\
               Mathematics Department \\
               Anywhere University \\
               1 North Pole Circle \\
               City, State 12345-6789}

\opening{Dear Dr. Professor,}

This is a copy of the University of Wisconsin letterhead, typeset in \LaTeX.
To use it you must have the following three files
\begin{itemize}
        \item wiscmath.sty
        \item sampwisc.tex (this sample letter)
\end{itemize}
The file {\bf letter.sty} is part of the standard \LaTeX~ distribution.
The file {\bf wiscmath.sty} puts in the University letterhead and
modifies the format slightly so that you can include your e-mail address.
{\bf sampwisc.tex} is a sample letter---in fact it was used to create this
letter.  Just edit it to change the appropriate inputs and then compile
and print it as follows:
\begin{itemize}
        \item latex sampwisc---this creates sampwisc.dvi
        \item dvips sampwisc---this converts the file to postscript format.
        It can then be printed on the laser printer.
\end{itemize}

\closing{Sincerely,}

\endletter
\end{letter}
\end{document}

