28 lines
701 B
TeX
28 lines
701 B
TeX
% !TEX root = ../thesis-example.tex
|
|
%
|
|
%************************************************
|
|
% Declaration
|
|
%************************************************
|
|
\pdfbookmark[0]{Declaration}{Declaration}
|
|
\chapter*{Declaration}
|
|
\label{sec:declaration}
|
|
\thispagestyle{empty}
|
|
|
|
You can put your declaration here, to declare that you have completed your work solely and only with the help of the references you mentioned.
|
|
|
|
\bigskip
|
|
|
|
\noindent\textit{\thesisUniversityCity, \thesisDate}
|
|
|
|
\smallskip
|
|
|
|
\begin{flushright}
|
|
\begin{minipage}{5cm}
|
|
\rule{\textwidth}{1pt}
|
|
\centering\thesisName
|
|
\end{minipage}
|
|
\end{flushright}
|
|
|
|
%*****************************************
|
|
%*****************************************
|