First I am still discovering the large possibilities of LaTeX and am very excited of using it for compiling my thesis.
I'm struggling however at compiling tables. Find bellow the code of a table I'm currently trying of adding to my document.
Code: Select all
\begin{table}
\begin{tabulary}{1\textwidth}{CCCCCCCCC}
~ & Slope of the electrode response (mV/decade) & Detection Limit (log a$_{Mg2+}$) & Dynamic range (log a$_{Mg2+}$) & \multicolumn{3}{C}{Selectivity coefficients (log K$_{Mg,X}^{Pot}$)} & Response time(t$_{95}$\%, s) & Membrane ohmic resistance (G$\Omega$) \\ \hline
~ & ~ & ~ & ~ & X = Na$^{+}$ & X = Ca$^{2+}$ & X = OH$^{-}$ & ~ & ~ \\ \hline
Values & 23 \pm 1 (n = 20) & -5.8 \pm 0.2 (n = 20) & -5.7 to -1.4 & -4.0 \pm 0.4 (n=3) & -0.3 \pm 0.8 (n=3) & -12.9 \pm 0.9 (n=3) & 1.7 \pm 0.3 (n = 6) & 20 \pm 5 (n = 6) \\
\end{tabulary}
\caption{Micro-Mg$^{2+}$ sensor potentiometric properties. Figures of merit are all expressed at a 95\% confidence interval.}
\label{tab:Table3-1}
\end{table}
Any idea, how I can solve this issue?
Thanks a lot for all the help, it is very appreciated.