\multicolumn
. The problem is that it causes an error if I have more than one references added inside one \multicolumn
command. The error message I get if I add more than one reference is:
Forbidden control sequence found while scanning use of\@for
.
Many thanks in advance, I appreciate any help in trying to solve this, I need it for my thesis which is due in three weeks.
Here follows an example of this table with only one line of data:
Code: Select all
\begin{table}
\caption{Table example.}
\label{tableexample}
\centering
\scriptsize
\begin{tabular}{lclcc}
\multicolumn{3}{l}{Reaction} & Accuracy & Ref \\ \hline
H\dthree O\jon~+e\ijon & \ra & H\dtwo O+H& 1.10E-07 & -0.50E+00 & 0.00E+00 & $< 25\%$ & (1) & M \\ \hline
\multicolumn{9}{l}{(1) \citet{2000ApJ...543..764J}; (2) \citet{2006A&A...457..927G}}
\end{tabular}
\end{table}