diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-17 00:38:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-17 00:38:15 +0000 |
commit | 6364e1a0918bf83c7495a55a6cefc113a66d1ded (patch) | |
tree | dfb0a2b40859d663d903bf6662b32c40d1a6bd51 /Master/texmf-dist/tex/latex/stellenbosch/usthesis.eng | |
parent | de88057afe15c3a37d020e41f82a52a302de0775 (diff) |
stellenbosch 07 (16jul08)
git-svn-id: svn://tug.org/texlive/trunk@9616 c570f23f-e606-0410-a88d-b1316a301751
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'. |