Template for Utkal University Thesis
Author:
Subhankar Mishra
Last Updated:
5 anni fa
License:
Creative Commons CC BY 4.0
Abstract:
Template for Utkal University Thesis
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
Template for Utkal University Thesis
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
% Date : April 1, 2020
% Author :
% Subhankar Mishra
% School of Computer Sciences
% NISER
\documentclass[12pt,a4paper]{report}
\setlength{\oddsidemargin}{0.25in}
\setlength{\evensidemargin}{0.15in}
\setlength{\topmargin}{0.3in}
\setlength{\textwidth}{6.0in}
\setlength{\textheight}{8.5in}
\usepackage{amsmath,amssymb}
\usepackage{graphics}
\usepackage{lscape,graphicx}
\usepackage{amsfonts}
\usepackage{longtable}
\usepackage{epsfig}
\usepackage{float}
\usepackage{rotating}
\usepackage{fancyhdr}
\setlength{\headheight}{15pt}
\usepackage[titletoc]{appendix}
\usepackage[english]{babel}
\addto{\captionsenglish}{\renewcommand{\bibname}{References}}
\usepackage{titlesec}
\titlespacing*{\chapter}{0pt}{0pt}{0pt}
\titleformat{\chapter}[display]{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% macro for margin change
\newenvironment{changemargin}[2]{%
\begin{list}{}{%
%\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
%\setlength{\listparindent}{\parindent}%
%\setlength{\itemindent}{\parindent}%
%\setlength{\parsep}{\parskip}%
}%
\item[]}{\end{list}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\include{title}
\pagenumbering{roman}
\baselineskip=20pt
%\include{dedicate}
\include{declaration}
%\include{stat}
%\include{cert1}
\include{acknowledgement}
\include{abstract}
\clearpage
\fancyfoot{} % Delete current footer settings
\pagestyle{fancyplain}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter\ #1}{\thechapter\ #1}} % remember chapter title
\lhead[\fancyplain{}{}]{\fancyplain{}{}}
\rhead[\fancyplain{}{}]{\fancyplain{}{\em\leftmark }}
\renewcommand{\headrulewidth}{0.3pt}
\cfoot{\rm\thepage} % page number
\baselineskip=12pt
\tableofcontents
\clearpage
\listoffigures
\clearpage
\listoftables
\clearpage
\pagenumbering{arabic}
\baselineskip=24pt
\include{Chapters/chap1}
\include{Chapters/chap2}
\include{Chapters/chap3}
\include{Chapters/chap4}
\include{Chapters/chap5}
%\include{Chapters/chap6}
\include{reference}
\include{app1}
%}
\end{document}