Code: Select all
\usepackage{booktabs,multirow,array,tabu,subfig}
Code: Select all
\begin{table}[H]
\caption{Nature of the....}
\centering
\label{tab:6}
\scriptsize\addtolength{\tabcolsep}{-2pt}
\colorbox{lightgray}{%
\begin{tabu} to .95\linewidth{X[1.2l]X[2.5l]X[1l]X[1l]X[2.5l]X[1.4l]X[1l]X[2.2l]}
\toprule[.5pt]
{\bf Bifurcation parameter} & {\bf Parameter range} & {\bf $E_2$} & {\bf $E_3$} & {\bf $E^*$ (Existance and stability nature)} & {\bf Periodic solution of $E^*$} & {\bf Figure}& {\bf Remarks, if any}\\
\midrule[1pt]
{$m$} & {$m<0.354$} & {} & {} & {Does not exist} & {No} & {\ref{Fig:Bif_Diag_disease}\subref{fig:subfig1_DP}} &{--} \\ [2pt]
& {$0.354<m< 0.387$} & {} & {} & {Exists and stable} & {No} & {\ref{Fig:Bif_Diag_disease}\subref{fig:subfig1_DP}} &{--} \\ [2pt]
& {$0.387\leq m \leq 0.4078$} & {} & {} & {Exists and unstable} & {Yes} & {\ref{Fig:Bif_Diag_disease}\subref{fig:subfig1_DP}} &{--} \\ [2pt]
& {$m\geq 0.4078$} & {} & {} & {Does not exist} & {No} & {\ref{Fig:Bif_Diag_disease}\subref{fig:subfig1_DP}} &{--} \\ [2pt]
\bottomrule[.5pt]
\end{tabu}
}
\end{table}