Department of Mathematics Computing Help


To generate TeX letters that include Temple letterhead, you can use either Word or Latex. For word, download the template . For latex, your TeX file should look like (this works only on euclid)


%11pt or 12pt if desired
\documentclass[10pt]{letter}
\input{Templehead}
%return address
\address{Yury Grabovsky\\ E-Mail: yury@math.temple.edu\\ tel: (215)204-1650\\   fax: (215)204-6433}
\signature{Yury Grabovsky\\ Professor of Mathematics}
\begin{document} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{letter}{Recipient's address}
\opening{Dear Colleagues,}
\thispagestyle{fancy}

...letter body...

\closing{Sincerely,}
\thispagestyle{fancy}
\end{letter}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}