-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeclaration.tex
53 lines (25 loc) · 984 Bytes
/
declaration.tex
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
%-----------------------------------------------------------Header Starts--------------------------------------
\documentclass[main.tex]{subfiles}
%-----------------------------------------------------------Header Ends--------------------------------------
\graphicspath{ {./image_declaration/} }
\thispagestyle{fancy}
\fancyhf{}
%\rhead{Page \thepage}
%\lhead{\chaptername \ \thechapter}
\cfoot{Page \thepage}
\begin{document}
\centering
\vspace*{1.0cm}
\textbf{\uppercase{Candidate's declaration}}
\vspace{3.0cm}
\uppercase{It is hereby declared that this thesis paper or any part of it has not been submitted anywhere else for the award of any degree}
\vspace{5.0cm}
\includegraphics[width=0.5\textwidth]{my_sign}
...................................................\\
\vspace{0.5cm}
Md. Abdullah Al Mamun\\
\vspace{0.5cm}
M.Sc. Engineering, GCE, BUET\\
\thispagestyle{fancy}
\newpage
\end{document}