I am starting to write my chemistry lab reports out in LaTeX, but keep getting stuck on the "ICE" tables (see the LaTeX example below).
I can't figure out how to get the + and \rightleftharpoons in the heading to go in between the columns. They should be in the middle between the columns (almost over the &).
\begin{tabular}[c|ccc]
\hline
X & $[H^+]$ $+$ & $[OH^-]$ $\leftrightharpoons$ & $[H_2O]$ \\
\hline
I & x.xx & x.xx & x.xx \\
C & x.xx & x.xx & x.xx \\
E & x.xx & x.xx & x.xx \\
\hline
\end{tabular}
I tried to find a photo example, but there didn't seem to be any on Google Images. Seems like I'm not the only one who hasn't figured out a good way to do this.


