Difference between revisions of "Talk:UathesisExample.tex"
From Organic Design wiki
m |
m (Revert: 300px|right|thumb Image resizing not working) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | |||
== Auckland University LaTeX Thesis class == | == 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 | + | 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 the command |
+ | ''latex file.tex'' | ||
+ | you need to maintain a directory of eps graphics files for embedded pictures. If you are using the command | ||
+ | ''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 == | == Origin == | ||
Line 8: | Line 16: | ||
*[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 [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 | + | 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] | + | |
− | + | ||
+ | ==External links== | ||
+ | *http://en.wikipedia.org/wiki/Uathesis |
Latest revision as of 08:29, 1 February 2006
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 the command
latex file.tex
you need to maintain a directory of eps graphics files for embedded pictures. If you are using the command
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]