-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfrontmatter.tex
More file actions
44 lines (30 loc) · 891 Bytes
/
frontmatter.tex
File metadata and controls
44 lines (30 loc) · 891 Bytes
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
\pagestyle{empty}
\input{titlepage}
\clearpage
\pagenumbering{gobble}
%\pagestyle{empty}
\addcontentsline{toc}{chapter}{\quad CERTIFICATE}
\input{certificate}
\clearpage
%\pagestyle{empty}
\addcontentsline{toc}{chapter}{\quad UNDERTAKING}
\input{undertaking}
\clearpage
% Redefining plain page style
%
\fancypagestyle{plain}{%
\fancyhf{} % clear all header and footer fields
\fancyhead[L]{{\scriptsize \vtitle}}
\fancyhead[R]{\includegraphics[width=0.5cm]{VidyaLogo.JPG}}
%\fancyfoot[C]{\bfseries \thepage}
\fancyfoot[L]{{\footnotesize Department of Computer Science \& Engineering}}
\fancyfoot[R]{\footnotesize VAST, Thalakkottukara}
\fancyfoot[C]{\footnotesize \bf \thepage}%
\renewcommand{\headrulewidth}{1pt}%
\renewcommand{\footrulewidth}{1pt}%
}%
%
\pagenumbering{roman}
\pagestyle{plain}
\addcontentsline{toc}{chapter}{\quad ACKNOWLEDGEMENT}
\input{acknowledgment}