
The Mathematical Modelling of The Outbreak of Ebola
Author:
Nur'Adnin Syaza
Last Updated:
9년 전
License:
Creative Commons CC BY 4.0
Abstract:
Proposal Report

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
Proposal Report
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass{uitmkelantan}
%--------------------
\usepackage{amsmath} %utk masuk begin{align}
\usepackage{amsxtra}%supaya \eqref
\usepackage{amsopn}%supaya dapat declare benda baru \citep
\usepackage{amsbsy}
\usepackage{amstext}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{shadow}% kotak shadow
\usepackage{maple2e}% untuk membolehkan kerja maple diekspot
\usepackage{curves}
\usepackage{natbib}% utk cite (autor,year) guna \citep{}. utk autor(year) guna \cite{} or \citet{}
\usepackage{color}%masukan color
%----------------------------
\def\emptyline{\vspace{12pt}}
\DefineParaStyle{Maple Output}
\DefineParaStyle{Maple Plot}
\DefineCharStyle{2D Math}
\DefineCharStyle{2D Output}
%------------------------
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\renewcommand{\ttdefault}{lmtt}
\usepackage{graphicx}
\usepackage{listings}
\lstset{basicstyle=\ttfamily,columns=fullflexible,language=[LaTeX]TeX,frame=single,breaklines=true}
\usepackage{etoolbox}
\usepackage{color}%masukan color
\usepackage{seksensaja}
%\usepackage{masuktitik}
%\usepackage{buangdot}
\makeatletter
\renewcommand\@memmain@floats{%
\counterwithin{figure}{section}
\counterwithin{table}{section}}
\makeatother
%\renewcommand*{\figureformat}{%
%\figurename~\thefigure%
%\autodot% DELETED
%}
%\newcounter{figure}[section]
%\def\thefigure{\thesection\@arabic\c@figure}
%\renewcommand\thechapter{}
\AtBeginEnvironment{lstlisting}{\SingleSpacing}
%-------------------------------
\authora{Nur'Adnin Syaza Binti Abd Wahab}
\studentida{2013174909}
\groupa{CS2495A}
%-------------------------------
\authorb{}
\studentidb{}
\groupb{}
%-------------------------------
\authorc{}
\studentidc{}
\groupc{}
%------------------------------
\supervisor{Puan Zati Iwani Abdul Manaf}
\code{k161/12}
\title{The Mathematical Modelling of The Outbreak of Ebola \LaTeX{}}
\submissionyear{2016}
\degree{Mathematics}
%-----------------------------
\newlength{\defbaselineskip}% kena tambah ini utk spacing
\setlength{\defbaselineskip}{\baselineskip}%sama
\newcommand{\setlinespacing}[1]%
% load acronym definitions from separate file
\loadglsentries{sym-acronyms}
%\setlength{\glsdescwidth}{.7\textwidth}
\makeglossaries
\begin{document}
\frontmatter
\makecoverandtitlepage
%\declarationpage
%\abstractfromfile{abstract} % ini tidak terpakai
%\msabstractfromfile{msabstract} %ini tidak terpakai
%\acknowledgements{I would like to thank my parents, my family, my supervisor...} % ini tidak terpakai
\setlinespacing{1.5}%utk spacing 1.5
%{\clearpage\SingleSpacing
\tableofcontents\clearpage
\listoffigures\clearpage
\listoftables\clearpage
%\listofacronyms\clearpage
%\listofappendices\clearpage}
\mainmatter
\include{intro}
\include{probstatment}
\include{objective}
\include{significant}
\include{scope}
\include{definition}
\include{literaturereview}
\include{methodology}
\include{benefitnscheduling}
\backmatter
\bibliography{ref}
%% Comment out this line if you do not have a separate glossary.
\printglossary
\end{document}