INSTALLATION

If you have downloaded the ueaassig class using the TeX Directory
Structure (TDS), that is you have downloaded the archive
ueaassig.tds.zip containing doc, tex and source directories, you need
to follow the "Installing from TDS" instructions below.

If you have downloaded the following files:

ueaassig.dtx
ueaassig.ins

You need to follow the "Installing from DTX and INS" instructions
below.

For further information on installing LaTeX packages see:

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings

INSTALLING FROM TDS
===================

Files in tex and doc directories should go in the corresponding
TEXMF directories (for assigple, ~/texmf/ or C:\localtexmf\). You can
find the location of your personal texmf tree using the command:

kpsewhich -var-value=TEXMFHOME

*Remember to refresh TeX's database*

Example (on UNIX like systems):

unzip ueaassig.tds.zip -d ~/texmf/
texhash ~/texmf/


INSTALLING FROM DTX AND INS
===========================

Run LaTeX on ueaassig.ins to generate the package style files and
sample file:

latex ueaassig.ins

To create the package documentation (ueaassig.pdf):

pdflatex ueaassig.dtx
makeindex -s gind.ist ueaassig.idx
makeindex -s gglo.ist -o ueaassig.gls ueaassig.glo
pdflatex ueaassig.dtx
pdflatex ueaassig.dtx

If TEXMF denotes the base directory of your local TeX installation (e.g.
/usr/share/texmf-local/ or C:\localtexmf\) then create the following
directories (if they don't already exist):

TEXMF/doc/latex/ueaassig
TEXMF/tex/latex/ueaassig

Move the sample file (*.tex) to TEXMF/doc/latex/ueaassig/

Move the documentation (*.pdf) to TEXMF/doc/latex/ueaassig/

Move ueaassig.cls to TEXMF/tex/latex/ueaassig/

*Remember to refresh TeX's database*

