diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/stellenbosch/usthesis.eng')
-rw-r--r-- | Master/texmf-dist/tex/latex/stellenbosch/usthesis.eng | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/stellenbosch/usthesis.eng b/Master/texmf-dist/tex/latex/stellenbosch/usthesis.eng new file mode 100644 index 00000000000..ad98ca13598 --- /dev/null +++ b/Master/texmf-dist/tex/latex/stellenbosch/usthesis.eng @@ -0,0 +1,65 @@ +% 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}[2008/05/29 + v1.0 + 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\ at \USName{}}% + \def\PhDDescript {% + \ThesisType\ presented for the degree of \DegreeNameLong\ at \USName{}}% + \def\PhDFinalDescript{% + \ThesisType\ approved for the degree of \DegreeNameLong\ 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, and + that I am the owner of the copyright thereof (unless to the extend explicitly + otherwise stated) 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'. |