diff --git a/README.txt b/README.txt index 260bcac..e79e490 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ # UCONN-letterhead -This implements a likeness of the official UConn letterhead using LaTeX. +This implements a likeness of the UConn letterhead using LaTeX. Beware: The University has strict policies about use of their letterhead, insignia, etc. This class and any output you produce from it may not be suitable for any official university business. diff --git a/sampleletter.pdf b/sampleletter.pdf index aeace62..e2fc0ad 100644 Binary files a/sampleletter.pdf and b/sampleletter.pdf differ diff --git a/sampleletter.tex b/sampleletter.tex index 2b792a0..b16777e 100644 --- a/sampleletter.tex +++ b/sampleletter.tex @@ -1,4 +1,4 @@ -\documentclass[11pt]{cseletter} +\documentclass[11pt]{uconnletter} \usepackage{verbatim} \usepackage{lmodern} @@ -23,7 +23,7 @@ Lines separated as shown} \opening{Friends,} -This is an example letter typeset with the \texttt{cseletter} class +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 diff --git a/cseletter.cls b/uconnletter.cls similarity index 96% rename from cseletter.cls rename to uconnletter.cls index 0c73529..1e70cb0 100644 --- a/cseletter.cls +++ b/uconnletter.cls @@ -1,4 +1,4 @@ -% This is the CSE UCONN letterhead class. It can be used in +% This is the UCONN letterhead class. It can be used in % conjunction with LaTeX, and the appropriate insignia files, % to produce a fair reproduction of the UCONN letterhead style. % Have a look at instructions.pdf for more guidance. @@ -20,7 +20,7 @@ % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 % USA \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{cseletter}[2016/01/04 CSE UCONN Letterhead] +\ProvidesClass{uconnletter}[2016/01/04 UCONN Letterhead] \RequirePackage{graphicx} \RequirePackage{xcolor} \RequirePackage{adjustbox}