NIT Rourkela Project Template
Autor
Shiv Tikoo
Letzte Aktualisierung
vor einem Jahr
Lizenz
Creative Commons CC BY 4.0
Abstrakt
Project Report Template for National Institute of Technology Rourkela.
\documentclass[12pt]{article}
\usepackage{report}
\usepackage[acronym]{glossaries}
\usepackage{rotating}
\usepackage{float}
\usepackage{physics}
\usepackage{siunitx}
\usepackage{array}
\usepackage[justification=centering]{caption}
%\captionsetup[figure]{font=small
\usepackage{booktabs}
\usepackage[table,xcdraw]{xcolor}
\usepackage{chngcntr}
\usepackage[utf8]{inputenc}
\usepackage{listings}
%\usepackage{subfigure}
\usepackage{subcaption}
\usepackage{tocloft}
\usepackage{indentfirst}
\usepackage{enumitem}
% \usepackage{pracalik}
%\renewcommand{cfttoctitlefont}{12pt}
\setcounter{secnumdepth}{3} % for subheadings
\setlength{\cfttabindent}{0pt} %for tables
\setlength{\cftfigindent}{0pt} %for figures
\title{RESTAURANT AUTOMATION SYSTEM }
\author{ GROUP 04 }
\date{\today}
\begin{document}
\input{sec/titlepage}
\pagenumbering{roman} % roman page numbers
%% Put declaration, letter of approval and copyright only in the final report
\input{sec/declaration}
%% This is constant for all the reports
\input{sec/acknowledgment}
% Table of contents
\newpage
{
\setlength{\parskip}{0em}
\renewcommand\contentsname{TABLE OF CONTENTS} % This will change heading text
\tableofcontents %\addcontentsline{toc}{section}{TABLE OF CONTENTS}
}
% List of Abbreviation- if any
\newpage
\input{sec/introduction}
\input{sec/literature_review}
\input{sec/system_architecture}
\input{sec/implementation}
\input{sec/conclusion}
\input{sec/appendix}
%visit http://scholar.google.com/ search and get BibTeX format and paste in biblio.bib file
\end{document}