
I have a little problem with a tabular table I've made....
I will post the code first
Code: Select all
\begin{table}[h]
\begin{center}
\begin{tabular}{|r@{$\ \pm \ $}l||r@{$\ \pm \ $}l|}
\hline
\multicolumn{2}{|c||}{\textbf{Current}} & \multicolumn{2}{|c|}{\textbf{Magnetic Field}}\\
\multicolumn{2}{|c||}{\textbf{$I \pm \delta I (A) ^1$}} & \multicolumn{2}{|c|}{\textbf{$ B \pm \delta B (mT) ^2$} }\\
\hline
0.00 & 0,01 & 17.46 & 0,01\\
\hline
1.00 & 0,01 & 87.6 & 0,1\\
\hline
2.01 & 0,01 & 169.6 & 1\\
\hline
2.95 & 0,01 & 248 & 1\\
\hline
4.04 & 0,01 & 337 & 1\\
\hline
5.00 & 0,01 & 418 & 1\\
\hline
6.00 & 0,01 & 497 & 1\\
\hline
6.95 & 0,01 & 578 & 1\\
\hline
8.00 & 0,01 & 648 & 1\\
\hline
9.14 & 0,01 & 709 & 1\\
\hline
10.13 & 0,01 & 755 & 1\\
\hline
\end{tabular}
\caption{Magnetic field}
\label{bathmonomisi}
\end{center}
\end{table}
thanks in advance
George