
IOE Bachelors Proposal Proposal Format, Pulchowk Campus
Författare
Sushant Gautam
Last Updated
för ett år sedan
Licens
Creative Commons CC BY 4.0
Sammanfattning
IOE Bachelors Proposal Proposal Format, Pulchowk Campus, Tribhuwan University

IOE Bachelors Proposal Proposal Format, Pulchowk Campus, Tribhuwan University
\documentclass[12pt]{article}
\usepackage{report}
\usepackage[acronym]{glossaries}
\usepackage{rotating}
\usepackage{float}
\usepackage{siunitx}
\usepackage{array}
\usepackage[justification=centering]{caption}
\usepackage{booktabs}
\usepackage[table,xcdraw]{xcolor}
\usepackage{chngcntr}
\usepackage[utf8]{inputenc}
\title{Major Project Report}
\author{Sushant Gautam}
\date{\today}
\begin{document}
\pagenumbering{roman} % roman page numbers
\input{sec/titlepage}
% \input{sec/letter_of_approval} % not required for proposal
% \input{sec/copyright} % not required for proposal
% \input{sec/acknowledgment} % not required for proposal
\input{sec/abstract}
% 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 figures - if any
\newpage
\listoffigures
\addcontentsline{toc}{section}{LIST OF FIGURES}
% List of tables- if any
\newpage
\listoftables
\addcontentsline{toc}{section}{LIST OF TABLES}
% List of Abbreviation- if any
% \newpage
% \input{sec/list_of_abbrev}
\input{sec/introduction}
\input{sec/literature_review}
\input{sec/theoretical_background}
\input{sec/methodology}
\input{sec/system_design}
% \input{sec/system_implementation.tex}
\input{sec/tools_technologies}
% \input{sec/observations}
% \input{sec/result}
\input{sec/conclusion}
% \input{sec/limitations}
%visit http://scholar.google.com/ search and get BibTeX format and paste in biblio.bib file
\input{sec/references}
% \input{sec/appendix} %optional
\end{document}