Master Thesis University of Hyderabad
Autor
Ajit Kumar Sahoo and Siba Kumar Udgata
Letzte Aktualisierung
vor einem Jahr
Lizenz
Creative Commons CC BY 4.0
Abstrakt
Master thesis template University of Hyderabad
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%% MASTER THESIS TEMPLATE, UNIVERSITY OF HYDERABAD %%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%% Ajit Kumar Sahoo (ajit@uohyd.ac.in, sahooajitkumar85@gmial.com)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper]{report}
\setcounter{tocdepth}{5}
\setcounter{secnumdepth}{5}
%\renewcommand{\algorithmicforall}{\textbf{for each}}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{indentfirst}
\usepackage[export]{adjustbox}
\usepackage{hyperref}
\usepackage{color,soul}
\usepackage{amsmath}
\usepackage{algorithm}
\usepackage{blindtext}
%\usepackage{algorithmic}
%\usepackage{algcompatible}
\usepackage{booktabs}
\usepackage{caption}
\usepackage{tikz}
\usepackage[english]{babel}
\usepackage[sort,comma,numbers]{natbib}
\usepackage[final]{pdfpages} %for embedding another pdf
\usepackage{setspace}
%\captionsetup[table]{skip=10pt}
\definecolor{lightblue}{rgb}{.80,.85,1}
\sethlcolor{lightblue}
%\addbibresource{references.bib}
\begin{document}
%\renewcommand\bibname{References} %Renames "Bibliography" to "References" on ref page
%include other pages
\input{./title.tex}
\input{./certificate.tex}
\input{./declaration.tex}
\input{./dedication.tex}
\input{./acknowledgement.tex}
\input{./abstract.tex}
\pagenumbering{roman} %numbering before main content starts
\tableofcontents
\listoffigures
\listoftables
\newpage
\pagenumbering{arabic} %reset numbering to normal for the main content
\input{./chapter_1.tex}
\input{./chapter_2.tex}
\input{./chapter_3.tex}
\input{./chapter_4.tex}
\input{./chapter_5.tex}
\input{./chapter_6.tex}
%\input{./appendix.tex}
%\input{./references.bib}
%\mbox{}
%\nocite{*}
%\bibliographystyle{ieeetr}
%\printbibliography
\newpage
\renewcommand{\thepage}{}
\bibliography{references}
\bibliographystyle{ieeetr}
\input{./appendix.tex}
\end{document}