INSTALLATION

If you have downloaded the ueaexam class using the TeX Directory
Structure (TDS), that is you have downloaded the archive
ueaexam.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:

ueaexam.dtx
ueaexam.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 example, ~/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 ueaexam.tds.zip -d ~/texmf/
texhash ~/texmf/


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

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

latex ueaexam.ins

To create the package documentation (ueaexam.pdf):

pdflatex ueaexam.dtx
makeindex -s gind.ist ueaexam.idx
makeindex -s gglo.ist -o ueaexam.gls ueaexam.glo
pdflatex ueaexam.dtx
pdflatex ueaexam.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/ueaexam
TEXMF/tex/latex/ueaexam

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

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

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

*Remember to refresh TeX's database*

