Talk:UathesisExample.tex

From Organic Design wiki
Revision as of 20:58, 6 December 2005 by Sven (talk | contribs)

Auckland University LaTeX Thesis class

This class creates Masters and PhD thesis formats as required in the Auckland University regulations. In the document class declaration you can quickly specify different options, singlespace or doublespace, and oneside or twoside. If you are using latex file.tex you need to maintain a directory of eps graphics filesfor embedded pictures. If you are using pdflatex file.tex, you need to maintain a directory of pdf graphics files for embedded pictures. The command ps2pdf file.eps file.pdf is extremely useful for converting all of your graphics in one go.

Origin

It was originally written by Lee Middleton. It is now maintained by Sylvia Wong. The thesis class is available from two sources:

Installation

Assuming wget is installed;

cd /tmp
wget http://www.ece.auckland.ac.nz/~swon074/uathesis.1.3b.tar.gz 
tar -zxvf uathesis.1.3b.tar.gz 
cd uathesis 
make 
make clean 
cd ..
rm uathesis.1.3b.tar.gz
cp uathesis /usr/share/texmf/tex/latex/base/[PATH]