-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No statement document exists for NOVA IMS MGT which gives error upon rendering template. Created one. Accessing /novathesis/examdate/month gives None as output, replaced by \thentdocdate(exam) as a workaround to print out the date.
- Loading branch information
1 parent
f82e56e
commit cfde27e
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%% nova/ims/statement-mgt-en.tex | ||
%% NOVA thesis document file | ||
%% | ||
%% Statement | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
\typeout{NT FILE nova/ims/statement-mgt-en.tex}% | ||
|
||
\thispagestyle{empty} | ||
|
||
%----------------------------------------------------------------- | ||
% STATEMENT OF INTEGRITY | ||
%----------------------------------------------------------------- | ||
\bgroup | ||
\setlength{\parskip}{1ex plus 1pt minus 1pt} | ||
\setlength{\parindent}{0cm} | ||
% \sffamily\footnotesize | ||
\begin{center} | ||
\textbf{STATEMENT OF ORIGINALITY} | ||
\end{center} | ||
|
||
I declare that the work described in this document is my own and not from someone else. All the assistance I have received from other people is duly acknowledged and all the sources (published or unpublished) are referenced. | ||
|
||
This work has not been previously evaluated or submitted to \theschool(en) or elsewhere. | ||
|
||
\bigskip | ||
\theschool(en), | ||
% Accessing /novathesis/examdate/month gives None, currently replaced by \thentdocdate | ||
\thentdocdate(exam,month,text) | ||
\thentdocdate(exam,day), | ||
\thentdocdate(exam,year).\par | ||
\vspace*{2cm} | ||
\begin{tabular}{@{}c@{}} | ||
\toprule | ||
\thedocauthor(name) | ||
\end{tabular} | ||
|
||
\bigskip | ||
\emph{The signed original has been archived by the NOVA IMS services.} | ||
\egroup | ||
\clearforchapter |