Difference between revisions of "Talk:UathesisExample.tex"
From Organic Design wiki
m |
(thesis tex class notes) |
||
Line 8: | Line 8: | ||
*[http://www.ece.auckland.ac.nz/~middlet/uathesis/ uathesis.1.3a.tar.gz] | *[http://www.ece.auckland.ac.nz/~middlet/uathesis/ uathesis.1.3a.tar.gz] | ||
− | == | + | == Installation == |
− | + | Assuming 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 | + | tar -zxvf uathesis.1.3b.tar.gz |
− | tar -zxvf uathesis.1.3b.tar.gz | + | cd uathesis |
− | cd uathesis | + | make |
− | make | + | make clean |
− | make clean | + | cd .. |
− | cd .. | + | rm uathesis.1.3b.tar.gz |
− | rm uathesis.1.3b.tar.gz | + | cp uathesis /usr/share/texmf/tex/latex/base/[PATH] |
− | cp uathesis /usr/share/texmf/tex/latex/base/[PATH] | ||
− |
Revision as of 20:56, 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]