Skip to content
Permalink
b0f047a557
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@alr02014
Latest commit b0f047a Jan 6, 2016 History
1 contributor

Users who have contributed to this file

52 lines (38 sloc) 1.26 KB
\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: