Permalink
Cannot retrieve contributors at this time
UConn-letterhead/sampleletter.tex
Go to file\documentclass[11pt]{uconnletter} | |
\usepackage{verbatim} | |
\usepackage{lmodern} | |
\letterdata{% | |
school={School of Engineering}, | |
department={Computer Science \& Engineering}, | |
name={Alexander Russell}, | |
title={Professor}, | |
addressa={371 FAIRFIELD WAY, UNIT 4155}, | |
addressb={STORRS, CT 06269-4155}, | |
phone={860.486.4290}, | |
fax={860.486.4817}, | |
web={www.cse.uconn.edu/$\sim$acr}} | |
%\signature{Alexander Russell} | |
\begin{document} | |
\begin{letter}{% | |
Inside address\\ | |
Lines separated as shown} | |
\opening{Friends,} | |
This is an example letter typeset with the \texttt{uconnletter} class | |
file for use with \LaTeX 2e. You may customize it for your own | |
purposes by altering the arguments appearing in the preamble of this | |
sample file. The class understands all the options of the usual letter | |
class. Note that the class ignores any usage of the | |
\verb^\address{}^ command, as all that data already appears in the | |
header. | |
The class will automatically set your \verb`\signature` using the | |
\verb`name` entry in the preamble, though you can reset it by explicitly using | |
the \verb`\signature` command as usual. | |
If you find any issues or bugs, please let me know about them. | |
\closing{Sincerely,} | |
\vfill | |
\end{letter} | |
\end{document} | |
%%% Local Variables: | |
%%% mode: latex | |
%%% TeX-master: t | |
%%% End: |