From 2a321e68002f846ea25b6e0f9e962776a24476c9 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 17 Apr 2021 12:51:32 +0530 Subject: init --- report.tex | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 report.tex (limited to 'report.tex') diff --git a/report.tex b/report.tex new file mode 100644 index 0000000..e2182ba --- /dev/null +++ b/report.tex @@ -0,0 +1,157 @@ +\documentclass[a4paper]{article} +\usepackage{multirow} +\usepackage{blindtext} +\usepackage{graphicx} +\usepackage{textcomp} +\usepackage{fancyhdr} +\usepackage{etoolbox} +\usepackage{longtable} +\usepackage{meta} + +\addtolength{\oddsidemargin}{-.500in} +\addtolength{\evensidemargin}{-.500in} +\addtolength{\textwidth}{1.0in} +\addtolength{\topmargin}{-.500in} +\addtolength{\textheight}{.500in} + +\pagestyle{fancy} +\fancyhf{} +\fancyhead[L]{\doctitle{}} +\fancyhead[R]{\leftmark} +\fancyfoot[L]{R. V. College of Engineering} +\fancyfoot[R]{Page \textbf{\thepage}} +\renewcommand{\headrulewidth}{1pt} +\renewcommand{\footrulewidth}{0.5pt} + +\begin{document} + +\begin{titlepage} + \begin{center} + \vspace*{1cm} + + {\large RV COLLEGE OF ENGINEERING}\\ + {\large Bengaluru 560 059}\\ + + {\large(Autonomous Institution Affiliated to VTU, Belagavi)} + + \vspace{0.5cm} + {\large\textbf{DEPARTMENT OF \MakeUppercase{\longdept{}}}} + + \vspace{1.25cm} + + \includegraphics[width=0.45\textwidth]{assets/rv} + \vspace{0.75cm} + + {\LARGE \doctitle{}} + + \vspace{1.5cm} + {\large Submitted by} + \vspace{0.25cm} + + {\large + \textbf{\MakeUppercase{\ponename{}} \poneusn{}}\\ + \textbf{\MakeUppercase{\ptwoname{}} \ptwousn{}}\\ + } + + \vfill + {\large \textbf{\textit{in partial fulfillment for the requirement of \semester{} Semester\\ + \csubject{}(\coursecode{})}} } + + \vspace{0.5cm} + + + {\large \textbf{Under the guidance of}\\ + \faculty{}, \facultypost{} \\ + Dept. of \dept{}, R. V. College of Engineering} + + \vspace{0.8cm} + {\large\textbf{Academic Year \acyear{}}} + + + \end{center} +\end{titlepage} +\pagebreak + +\begin{titlepage} + \begin{center} + \vspace*{1cm} + + {\Large RV College of Engineering}\\ + Bengaluru 560 059\\ + Autonomous Institution Affiliated to VTU, Belagavi + + \vspace{0.5cm} + {\large\textbf{DEPARTMENT OF \MakeUppercase{\longdept{}}}} + + \vspace{1cm} + + \includegraphics[width=0.30\textwidth]{assets/rv} + + \vspace{0.6cm} + {\Large\textbf{CERTIFICATE}} + \end{center} + + \vspace{0.25cm} + + 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. + + \vfill + \noindent\begin{tabular*}{\textwidth}[]{p{0.65\textwidth} c} + \textbf{Signature of faculty in-charge} & \textbf{Head of the Department}\\ + & \textbf{Dept. of \shortdept{}, RVCE} + \end{tabular*} + \vspace{0.5cm} + \begin{center} + \underline{\textbf{External Examination}} + \end{center} + \begin{tabular*}{\textwidth}[]{p{0.70\textwidth} r} + \textbf{Name of Examiners} & \textbf{Signature with date}\\ + \end{tabular*} + 1.\\ + 2.\\ + \vspace{0.1cm} + +\end{titlepage} +\pagebreak + +\begin{center} +\vspace*{1cm} +{\Large\textbf{ACKNOWLEDGEMENT}} +\vspace{0.7cm} +\end{center} + +{\large +Any achievement, be it scholastic or otherwise does not depend solely on the +individual efforts but on the guidance, encouragement and cooperation of +intellectuals, elders and friends. A number of personalities, in their own +capacities have helped me in carrying out this project work. I would like to +take this opportunity to thank them all. + +\vspace{0.5cm} +I deeply express my sincere gratitude to my guide \faculty{}, Associate +Professor, Department of CSE, RVCE, Bengaluru, for his able guidance, regular +source of encouragement and assistance throughout this project + +\vspace{0.5cm} +I would like to thank \hod{}, Head of Department, Computer Science and +Engineering, R. V. C. E. Bengaluru for his valuable suggestions and advice. + +\vspace{0.5cm} +First and foremost, I would like to thank \principal{}, Principal, R. V. C. E. +Bengaluru, for his moral support towards completing my project work. + +\vspace{0.5cm} +I thank my parents and all the faculty of \longdept{}, for their constant +support and encouragement. + +\vspace{0.5cm} +Last but not the least, I would like to thank my peers and friends for their +valuable suggestions to improve my project. +} + +\pagebreak + +\tableofcontents +\pagebreak + +\end{document} -- cgit v1.2.3