Code: Select all
\ctable[
cap = Particle sizes for ceramic particles,
caption = Particle sizes for ceramic particles,
label = tab:particles,
]{lccr}{
\tnote[a]{As reported by ATK, using blah blah blah.}
\tnote[b]{ATK did not take data blah blah blah.}
}{ \hline \hline
Material & Nominal Size & Avg. actual size & Size range\tmark[a] \\
\hline
stuff & 1 ($\mu$m) & 6 ($\mu$m) & 2-24 ($\mu$m) \\
stuff & 10 & 8 & 3-16 \\
stuff & 100 & 109 & 55-178 \\
ZrC & 10 & --\tmark[b] & --\tmark[b] \\
\hline \hline }
Package array Warning: Column X is already defined on input line 33.
Any help? Every time I use ctable, it makes more of these warning, and since I have a lot of tables, I'd like to minimize the unimportant warnings so that I know when I get an important warning.
thanks,
Kit