% LaTeX Report Template - customizing page format
%
% LaTeX document uses 10-point fonts by default.  To use
% 11-point or 12-point fonts, use \documentclass[11pt]{report}
% or \documentclass[12pt]{report}.
\documentclass[l2pt]{report}
% Set left margin - The default is 1 inch, so the following 
% command sets a 1.25-inch left margin.
\setlength{\oddsidemargin}{0.25in}
% Set width of the text - What is left will be the right margin.
% In this case, right margin is 8.5in - 1.25in - 6in = 1.25in.
\setlength{\textwidth}{6in}
% Set top margin - The default is 1 inch, so the following 
% command sets a 0.75-inch top margin.
\setlength{\topmargin}{-0.25in}
% Set height of the text - What is left will be the bottom margin.
% In this case, bottom margin is 11in - 0.75in - 9.5in = 0.75in
\setlength{\textheight}{8in}
\usepackage{amsmath}
\usepackage{amsxtra}%supaya \eqref
\usepackage{amsopn}%supaya dapat declare benda baru \citep
\usepackage{amsbsy}
\usepackage{amstext}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{color}
\usepackage{curves}
\usepackage{graphicx}
\usepackage{shadow}
\usepackage[sectionbib,square]{natbib}
\usepackage{chaptengah}
\pagenumbering{roman}
% Set the beginning of a LaTeX document
%\usepackage[colorinlistoftodos]{todonotes}
\begin{document}
\title{UNIVERSITI TEKNOLOGI MARA KELANTAN\\ INDUSTRIAL TRAINING REPORT }         % Enter your title between curly braces
%\vspace{5cm}
\author{Maziah Mahmud}        % Enter your name between curly braces
\date{\today}          % Enter your date or \today between curly braces
\maketitle
\tableofcontents
\listoffigures
\listoftables
\chapter{Laplace Transformation}       % Enter chapter title between curly braces
\pagenumbering{arabic}
\section{Background of Industrial Training}       % Enter section title between curly braces
According to \citet{Bat-67}, According to  solitary is a nonlinear. KdV equation is the balance between dispersion nonlinear\citep{charles-12}. KdV eqn had been study by \citep{jy-04}. \\
\shabox{Formula}. A new method was proposed by \citet{nor-14}\\
\\
\\
Apa saja. According to \citet{han-15}
\section{Background of Organization}       % Enter section title between curly braces
%If you want to add picture(s), use the following
 \begin{figure}[h!]
\centering
  \includegraphics[width=\textwidth]{maple1.jpg}    %insert your file at 'image1'
\caption{Lihat gambar jpg wee}
\end{figure}
\vspace{3cm}
\section{Background of Department Attached}       % Enter section title between curly braces
%-------------------------------
  \begin{figure}[h!]
\centering
  \includegraphics[width=1\textwidth]{graf1.jpg}    %insert your file at 'image1'
\caption{Tengok Graf dari Maple wee}
\end{figure}
\vspace{3cm}
\section{Background of Department Attached}       % Enter section title between curly braces
\chapter{ASSIGNMENTS}       % Enter chapter title between curly braces
\section{Task 1}       % Enter section title between curly braces
\subsection{Introduction}    % Enter subsection title between curly braces
\subsection{Implementation}    % Enter subsection title between curly braces
\subsection{Result and Discussion}    % Enter subsection title between curly braces
\section{Task 2}       % Enter section title between curly braces
\subsection{Introduction}    % Enter subsection title between curly braces
\subsection{Implementation}    % Enter subsection title between curly braces
\subsection{Result and Discussion}    % Enter subsection title between curly braces
\chapter{CONCLUSION AND RECOMMENDATIONS}       % Enter chapter title between curly braces
\section{Benefits of Assignments}       % Enter section title between curly braces
\section{Summary of Industrial Training}    % Enter subsection title between curly braces
\bibliographystyle{mn}
\bibliography{cuba}
% Set the ending of a LaTeX document
\end{document}