\documentclass[12pt,oneside,a4paper]{book} % This style for A4 format.
\input{./AuxFiles/Packages}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Document settings
\title{Design and Analysis of Oversampling ADC}
\subCode{XX367P}
% Note: While using the template for IDP, the \Department cmd is not used (discarded automatically) in IDP. The Certificate page uses \guideDeptA[]{} cmd in IDP.
\Department[ECE]{Electronics and Communication Engineering}
\academicYear{2024-25}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Report Type:
%%%%%%%%%%%%%%%%%% For Plagiarism Check %%%%%%%%%%%%%%%%%%%%%%%
%% Uncomment \EnPlagReport line, before plagiarism check to remove Certificate, Declaration, Acknowledgement and TOC pages.
%\EnPlagReport
%%%%%%%%%%%%%%%%%%%%%% DTL report %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Uncomment \DTLProject line, if the report is for DTL project.
%\DTLProject
%%%%%%%%%%%%%%%%%%%%%% IDP report %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Uncomment \IDPProject line, if the report is for IDP project.
%\IDPProject
%%%%%%%%%%%%%%%%%%%%% Internship report %%%%%%%%%%%%%%%%%%%%%%%
%% Uncomment \InternProject line, if the report is for Minor project.
\InternProject
%%%%%%%%%%%%%%% Minor (or) Major report %%%%%%%%%%%%%%%
%% Uncomment \MinorProject line, if the report is for Minor project.
%\MinorProject
%%%%%%%%%%%%%%%%%%% For PG program %%%%%%%%%%%%%%%%%%%
%% Uncomment \pgProgram command and define appropriate values for \MastersIn{} and \pgProgramName{}
%\pgProgram%
\MastersIn[M.Tech]{Master of Technology}
\pgProgramName{VLSI Design \& Embedded Systems}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Student Details%%%
\stuNameA{P Narashimaraja}
\stuUSNA{1RV22EC005}
\stuNameB{Nithin M}
\stuUSNB{1RV22EC006}
\stuNameC{Aditya}
\stuUSNC{1RV22EE007}
\stuNameD{Bala N}
\stuUSND{1RV22EC007}
\stuNameE{Advaith Singh}
\stuUSNE{1RV22CS012}
\stuNameF{Arjith Sinha}
\stuUSNF{1RV22IM013}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Guide Related commands
%% Internal Guide %%
% Have to give both short form and long of Department Name
\guideNameA{Mr. Ramavenkateshwaran}
\guideDesignationA{Assistant Professor}
\guideDeptA[ECE]{Electronics and Communication Engineering}
\guideOrgA{RV College of Engineering}
%% External Guides (Don't Use for Internship; U have '\projectCoOrdNameA{}' for Internship) %%
\guideNameB{Dr. Ramavenkateshwaran}
\guideDesignationB{Assistant Professor}
\guideDeptB{Dept. of ECE}
\guideOrgB{RV College of Engineering}
%\guideNameC{Dr. Ramavenkateshwaran}
%\guideDesignationC{Assistant Professor}
%\guideDeptC{Dept. of ECE}
%\guideOrgC{RV College of Engineering}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Esteem members related commands
%% Pannel Members %%
\panelMemberNameA{Dr. Kariyappa}
\panelMemberDesigA{Professor}
\panelMemberDeptA[ECE]{Electronics and Communication Engineering}
\panelMemberNameB{Prof. P N Jayanthi}
\panelMemberDesigB{Assistant Professor}
\panelMemberDeptB[ECE]{Electronics and Communication Engineering}
% Added Ver 3.6 & 3.9
%% Project co-ordinators (for Internal RVCE) & Internship co-ordinators (for COE as well as Internship company Manager or Supervisor)
\projectCoOrdNameA{Mr. Nikhil BG}
\projectCoOrdDesigA{Technologist Analog-RF}
\projectCoOrdDeptA[Signalchip]{Signalchip Innovations Pvt. Ltd.}
% Not used for IDP and Internship
\projectCoOrdNameB{Dr. P N Jayanthi}
\projectCoOrdDesigB{Assistant Professor}
\projectCoOrdDeptB[ECE]{Electronics and Communication Engineering}
%\projectCoOrdNameC{Prof. Subramanya K N}
%\projectCoOrdDesigC{Assistant Professor}
% Added Ver 3.9
%% Departmental Internship co-ordinator details (internal to RVCE)
\internCoOrdNameA{Prof. P Narashimaraja}
\internCoOrdDesigA{Assistant Professor}
\internCoOrdDeptA[ECE]{Electronics and Communication Engineering}
%%%%%%%%%%%%%%%%% Esteemed Members %%%%%%%%%%%%%%%%%%
\HOD{Dr. Ravish Aradhya}
\Principal{Dr. K. N. Subramanya}
% For IDP only
\DeanAcademics{Dr. M.V. Renukadevi}
\VicePrincipal{Dr. Geetha K S}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%% QRL %%%%%%%%%%%%%%%%%%%%%%%%%%
\QRurl{}
%\QRurl{https://drive.google.com/open?id=1jm-POmuq-ZZ1tT5m-xAdCDRnwvLZH8q-}
%%%%%%%%%%%%%%%%%%Draft report%%%%%%%%%%%%%%%%%%
%\DraftCopy %Not yet implemented, if anyone interested, do contact me at pnarashimaraja@rvce.edu.in (or) narashimaraja@gmail.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%% Glossaries & Acronyms %%%%%%%%%%%%%%%%%%
\newglossary[sym]{symbolList}{sym1}{sym2}{List of Symbols}
\makeglossaries
% Acronyms
\loadglsentries{./AuxFiles/Glossaries}
\renewcommand{\glspostdescription}{}% To remove dot at the end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% Bibliography %%%%%%%%%%%%%%%%%%%%%
\usepackage[backend=bibtex,style=ieee]{biblatex}
% If backend is set to bibtex, then configure texmaker Bi(La)Tex with "bibtex %"
\addbibresource{./AuxFiles/ProjectBib.bib}%Add bib file with extention
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%WaterMark%%%%%%%%%%%%%%%%%%%%%
%% Use it only after Biblatex
%% Uncomment the following lines for watermarking and run it more than 2 times for proper alignment
\usepackage{background}
\backgroundsetup{scale=1, angle=0, firstpage = false, opacity=0.5, contents={
\begin{tikzpicture}[remember picture, overlay]
\node at ([yshift=0pt, xshift=0pt]current page.center){\includegraphics[width=0.6\textwidth]{Figures/RVlogoVecW}};
\end{tikzpicture}
}}
\begin{document}
\NoBgThispage% Don't remove this command, even if you want logo on the first page.
\maketitle
%\pagestyle{empty}
\newpage
\ifDrf
% Remove Certificate, Declaration, Acknowledgement and TOC
\else
\begin{spacing}{1.5}
\input{./CoverPages/Certificate}
\ifINT
\else
\newpage
\input{./CoverPages/Declaration}
\fi
\newpage
\ifINT
\input{./CoverPages/Ack_int}
\else
\input{./CoverPages/Ack}
\fi
\newpage
\pagenumbering{roman}
\ifINT
\chapter*{Executive Summary}
\input{./CoverPages/Summarys}
\else
\chapter*{Abstract}
\input{./CoverPages/Abstract}
\fi
\end{spacing}
\newpage
\pagestyle{fplain}
\begin{spacing}{1.5}
\tableofcontents
\end{spacing}
\newpage
\begin{spacing}{1.5}
\cleardoublepage
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
\end{spacing}
\newpage
\begin{spacing}{1.5}
\cleardoublepage
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables
\end{spacing}
\newpage
\printglossary[type=\acronymtype, title= Abbreviations, toctitle=Abbreviations]
\newpage
\printglossary[type=symbolList, title= List of Symbols, toctitle=List of Symbols]
\fi
\mainmatter
\pagestyle{mplain}
\glsresetall
\begin{spacing}{1.5}
%Chapter 1
\ifINT
\input{./Chapter1/chapter1-Profile}
\else
\input{./Chapter1/chapter1-Intro}
\fi
%Chapter 2
\ifINT
\input{./Chapter2/chapter2-Activity}
\else
\input{./Chapter2/chapter2-Funda}
\fi
%Chapter 3
\ifINT
\input{./Chapter3/chapter3-Task}
\else
\input{./Chapter3/chapter3-design}
\fi
%Chapter 4
\ifINT
\input{./Chapter4/chapter4-Reflection}
\else
\input{./Chapter4/chapter4-implement}
\fi
%Chapter 5
\ifINT
\else
\input{./Chapter5/chapter5-result}
\fi
%Chapter 6
\ifINT
\else
\input{./Chapter6/chapter6-conclution}
\fi
%% Uncomment the following 2 commands to add Appendix chapters
\appendix
\input{./Appendix/Apndx}%Appendix Chapter 1
\backmatter
\ifDrf
\else
\clearpage
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography%
\fi
\end{spacing}
\end{document}

PDF Preview
Create an account to compile and preview