diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/muthesis/muthesis.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/muthesis/muthesis.cls | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/muthesis/muthesis.cls b/Master/texmf-dist/tex/latex/muthesis/muthesis.cls index 7cb09c40d84..4cfbfbc7ed8 100644 --- a/Master/texmf-dist/tex/latex/muthesis/muthesis.cls +++ b/Master/texmf-dist/tex/latex/muthesis/muthesis.cls @@ -1,7 +1,7 @@ %% muthesis Class for LaTeX2e. %% -%% Time-stamp: <2006-07-10 11:01:48 graham> +%% Time-stamp: <2006-07-11 12:47:39 graham> %% %% @@ -26,8 +26,11 @@ %% %% The \school command can be used to define a school other than %% Computer Science, -%% e.g \school{Applied Basket Weaving} +%% e.g \school{School of Applied Basket Weaving} %% but no support is provided for users outside the School of C.Sc. +%% The \faculty command can be used to define a faculty other than +%% EPS, +%% e.g \faculty{Other Stuff} %% %% Note that this makes no attempt to deal with multi-volume thesis - %% if you do one that long you deserve everything you get. @@ -197,6 +200,8 @@ Documentation: \author{author's name} \school{author's school} - School of Computer Science if omitted + \faculty{author's faculty} + - Engineering and Physical Sciences if omitted \principaladviser{the principal advisor's name} (or \principaladvisor, if you prefer advisor spelled with o) \firstreader{the first reader's name} @@ -262,6 +267,7 @@ Documentation: %% \def\dept#1{\gdef\@dept{#1}} \def\school#1{\gdef\@dept{#1}} +\def\faculty#1{\gdef\@faculty{#1}} \def\principaladviser#1{\gdef\@principaladviser{#1}} \def\advis@r{Advisor} % default spelling---we are English! %% Obviously, we could add a \supervisor macro @@ -270,7 +276,9 @@ Documentation: \def\secondreader#1{\gdef\@secondreader{#1}} \def\submitdate#1{\gdef\@submitdate{#1}} \def\copyrightyear#1{\gdef\@copyrightyear{#1}} % \author, \title in report -\def\@title{}\def\@author{}\def\@dept{School of Computer Science} +\def\@title{}\def\@author{} +\def\@dept{School of Computer Science} +\def\@faculty{Engineering and Physical Sciences} \def\@principaladviser{}\def\@firstreader{}\def\@secondreader{} %\def\@submitdate{\ifcase\the\month\or % January\or February\or March\or April\or May\or June\or @@ -299,7 +307,7 @@ Documentation: \begin{center} \textsc{A thesis submitted to the University of Manchester\\ for the degree of \degreetitle\\ - in the Faculty of Engineering and Physical Sciences} + in the Faculty of \@faculty} \end{center} \vfill \begin{center} |