summaryrefslogtreecommitdiff
path: root/report.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report.tex')
-rw-r--r--report.tex157
1 files changed, 157 insertions, 0 deletions
diff --git a/report.tex b/report.tex
new file mode 100644
index 0000000..e2182ba
--- /dev/null
+++ b/report.tex
@@ -0,0 +1,157 @@
1\documentclass[a4paper]{article}
2\usepackage{multirow}
3\usepackage{blindtext}
4\usepackage{graphicx}
5\usepackage{textcomp}
6\usepackage{fancyhdr}
7\usepackage{etoolbox}
8\usepackage{longtable}
9\usepackage{meta}
10
11\addtolength{\oddsidemargin}{-.500in}
12\addtolength{\evensidemargin}{-.500in}
13\addtolength{\textwidth}{1.0in}
14\addtolength{\topmargin}{-.500in}
15\addtolength{\textheight}{.500in}
16
17\pagestyle{fancy}
18\fancyhf{}
19\fancyhead[L]{\doctitle{}}
20\fancyhead[R]{\leftmark}
21\fancyfoot[L]{R. V. College of Engineering}
22\fancyfoot[R]{Page \textbf{\thepage}}
23\renewcommand{\headrulewidth}{1pt}
24\renewcommand{\footrulewidth}{0.5pt}
25
26\begin{document}
27
28\begin{titlepage}
29 \begin{center}
30 \vspace*{1cm}
31
32 {\large RV COLLEGE OF ENGINEERING}\\
33 {\large Bengaluru 560 059}\\
34
35 {\large(Autonomous Institution Affiliated to VTU, Belagavi)}
36
37 \vspace{0.5cm}
38 {\large\textbf{DEPARTMENT OF \MakeUppercase{\longdept{}}}}
39
40 \vspace{1.25cm}
41
42 \includegraphics[width=0.45\textwidth]{assets/rv}
43 \vspace{0.75cm}
44
45 {\LARGE \doctitle{}}
46
47 \vspace{1.5cm}
48 {\large Submitted by}
49 \vspace{0.25cm}
50
51 {\large
52 \textbf{\MakeUppercase{\ponename{}} \poneusn{}}\\
53 \textbf{\MakeUppercase{\ptwoname{}} \ptwousn{}}\\
54 }
55
56 \vfill
57 {\large \textbf{\textit{in partial fulfillment for the requirement of \semester{} Semester\\
58 \csubject{}(\coursecode{})}} }
59
60 \vspace{0.5cm}
61
62
63 {\large \textbf{Under the guidance of}\\
64 \faculty{}, \facultypost{} \\
65 Dept. of \dept{}, R. V. College of Engineering}
66
67 \vspace{0.8cm}
68 {\large\textbf{Academic Year \acyear{}}}
69
70
71 \end{center}
72\end{titlepage}
73\pagebreak
74
75\begin{titlepage}
76 \begin{center}
77 \vspace*{1cm}
78
79 {\Large RV College of Engineering}\\
80 Bengaluru 560 059\\
81 Autonomous Institution Affiliated to VTU, Belagavi
82
83 \vspace{0.5cm}
84 {\large\textbf{DEPARTMENT OF \MakeUppercase{\longdept{}}}}
85
86 \vspace{1cm}
87
88 \includegraphics[width=0.30\textwidth]{assets/rv}
89
90 \vspace{0.6cm}
91 {\Large\textbf{CERTIFICATE}}
92 \end{center}
93
94 \vspace{0.25cm}
95
96 Certified that the project work titled `\doctitle{}' is carried out by \ponename{}(\poneusn), \ptwoname{}\ifdefempty{\ptwousn}{}{(}\ptwousn{}\ifdefempty{\ptwousn}{}{)}, who \ifdefempty{\ptwousn}{is}{are} bonafide students of RV College of Engineering\textsuperscript{\tiny\textregistered}, Bengaluru, in partial fulfillment of the curriculum requirement of \semester{} Semester \csubject{} during the academic year \textbf{\acyear{}}. It is certified that all corrections/suggestions indicated for the internal Assessment have been incorporated in the report deposited in the departmental library. The report has been approved as it satisfies the academic requirements in all respect as prescribed by the institution.
97
98 \vfill
99 \noindent\begin{tabular*}{\textwidth}[]{p{0.65\textwidth} c}
100 \textbf{Signature of faculty in-charge} & \textbf{Head of the Department}\\
101 & \textbf{Dept. of \shortdept{}, RVCE}
102 \end{tabular*}
103 \vspace{0.5cm}
104 \begin{center}
105 \underline{\textbf{External Examination}}
106 \end{center}
107 \begin{tabular*}{\textwidth}[]{p{0.70\textwidth} r}
108 \textbf{Name of Examiners} & \textbf{Signature with date}\\
109 \end{tabular*}
110 1.\\
111 2.\\
112 \vspace{0.1cm}
113
114\end{titlepage}
115\pagebreak
116
117\begin{center}
118\vspace*{1cm}
119{\Large\textbf{ACKNOWLEDGEMENT}}
120\vspace{0.7cm}
121\end{center}
122
123{\large
124Any achievement, be it scholastic or otherwise does not depend solely on the
125individual efforts but on the guidance, encouragement and cooperation of
126intellectuals, elders and friends. A number of personalities, in their own
127capacities have helped me in carrying out this project work. I would like to
128take this opportunity to thank them all.
129
130\vspace{0.5cm}
131I deeply express my sincere gratitude to my guide \faculty{}, Associate
132Professor, Department of CSE, RVCE, Bengaluru, for his able guidance, regular
133source of encouragement and assistance throughout this project
134
135\vspace{0.5cm}
136I would like to thank \hod{}, Head of Department, Computer Science and
137Engineering, R. V. C. E. Bengaluru for his valuable suggestions and advice.
138
139\vspace{0.5cm}
140First and foremost, I would like to thank \principal{}, Principal, R. V. C. E.
141Bengaluru, for his moral support towards completing my project work.
142
143\vspace{0.5cm}
144I thank my parents and all the faculty of \longdept{}, for their constant
145support and encouragement.
146
147\vspace{0.5cm}
148Last but not the least, I would like to thank my peers and friends for their
149valuable suggestions to improve my project.
150}
151
152\pagebreak
153
154\tableofcontents
155\pagebreak
156
157\end{document}