I have got table:
Code: Select all
\begin{table}
\begin{center}
{\footnotesize
\begin{tabular}{|c|c|c|c|c|} \hline
\multicolumn{2}{|c|}{\textbf{\textsc{SI}}} & \multicolumn{2}{c|}{\textbf{\textsc{IEC}}} & \multicolumn{1}{c|}{\multirow{2}{*}{Value}} \\ \cline{1-4}
\textbf{Nazwa} & \textbf{Symbol} & \textbf{Nazwa} & \textbf{Symbol} \\ \hline
\textit{kilo} & K & \textit{kibi} & Ki & $2^{10} = 1024^1$ \\ \hline
\textit{mega} & M & \textit{mebi} & Mi & $2^{20} = 1024^2$ \\ \hline
\textit{giga} & G & \textit{gibi} & Gi & $2^{30} = 1024^3$ \\ \hline
\textit{tera} & T & \textit{tebi} & Ti & $2^{40} = 1024^4$ \\ \hline
\textit{peta} & P & \textit{pebi} & Pi & $2^{50} = 1024^5$ \\ \hline
\textit{eksa} & E & \textit{eksbi} & Ei & $2^{60} = 1024^6$ \\ \hline
\textit{zetta} & Z & \textit{zebi} & Zi & $2^{70} = 1024^7$\\ \hline
\textit{jotta} & Y & \textit{jobi} & Yi & $2^{80} = 1024^8$\\ \hline
\end{tabular}
}
\end{center}
\end{table}
Regards!