summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stellenbosch/usthesis.eng
blob: c0767046b39fe84d454ea9728089a27185542f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% usthesis.eng
%
%          University of Stellenbosch Thesis bundle
%              English language definitions
% -------------------------------------------------------------------        
% 
% This file may be  customized to suit specific
% user requirements.
% 
% Original by Danie Els <dnjels@sun.ac.za>
% -------------------------------------------------------------------        
%
%  Command that are set externally in main file:
%      \ThesisType
%      \DegreeName
%      \DegreeNameLong
%

\ProvidesFile{usthesis.eng}[2009/02/17  
                            v1.1  
                            USthesis Eng defs (DNJ Els)]

\newcommand{\USextrasenglish}{%
    \def\USName          {Stellenbosch University}%
    \def\AuthByTxt       {by}%
    \def\StudyLeaderType {Supervisor:}%
    \def\StudyLeadersType{Supervisors:}%
    \def\PromotorType    {Promoter:}%
    \def\PromotorsType   {Promoters:}%
    \def\TypeReport      {Report}%
    \def\TypeAssignment  {Assignment}%
    \def\TypeThesis      {Thesis}%
    \def\TypePhD         {Dissertation}%
    \def\CopyrightHolder {\USName}%
    \def\CopyrightTxt    {Copyright}%
    \def\CopyrightAnot   {All rights reserved.}%
    \def\Signat          {Signature}%
    \def\Datetxt         {Date}%
    \def\MasterDescript  {%
\ThesisType\ presented in partial fulfilment of the requirements for the 
degree of \DegreeNameLong\ in the \USfaculty\ at \USName{}}%
    \def\PhDDescript     {%
\ThesisType\ presented for the degree of \DegreeNameLong\ in the \USfaculty\ 
at \USName{}}%
    \def\PhDFinalDescript{%
\ThesisType\ approved for the degree of \DegreeNameLong\ in the \USfaculty\ 
at \USName{}}%
    \def\ThesisDeclare   {%
By submitting this \MakeLowercase{\ThesisType}\ electronically, I declare 
that the entirety of the work contained therein is my own, original work, 
that I am the sole author thereof (save to the extent explicitly otherwise stated), 
that reproduction and publication thereof by \USName\ will not infringe any
third party rights and that I have not previously in its entirety or in part
submitted it for obtaining any qualification.}%
    \def\MonthName##1{%
           \ifcase##1\or January\or February\or March\or April\or May\or June\or 
           July\or August\or September\or October\or November\or December\fi}%      
}


\newcommand{\UScaptionsenglish}{%
    \def\DeclarationName{Declaration}%
    \def\AbstractName   {Abstract}%
}

\endinput
%%
%% End of file `usthesis.eng'.