Difference between revisions of "Talk:UathesisExample.tex"

From Organic Design wiki
(thesis tex class notes)
m
Line 9: Line 9:
  
 
== Installation ==
 
== Installation ==
Assuming wget is installed;  
+
Assuming [http://www.gnu.org/software/wget/wget.html wget] is installed;  
 
  cd /tmp
 
  cd /tmp
 
  wget http://www.ece.auckland.ac.nz/~swon074/uathesis.1.3b.tar.gz  
 
  wget http://www.ece.auckland.ac.nz/~swon074/uathesis.1.3b.tar.gz  

Revision as of 20:58, 6 December 2005

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]