hello again. My last question had a simple answer, but with other tables im
having a different issue. Help again please!
for instance this (generated by excel2latex)
\begin{table}[htbp]
\centering
\caption{Add caption}
\begin{tabular}{rrrrrrrrr}
\addlinespace
\toprule
Earnings & numgiven & clique & cowork\_ag & propkin & proprelig & deage &
propnewfr & avgfrndeduc \\
\midrule
Below median & 3.352442 & 3.189791 & 0.970276 & 0.479005 & 0.74708 & 33.4612
& 0.101146 & 4.094087 \\
Above median & 3.078189 & 3.073643 & 0.574949 & 0.539666 & 0.791044 &
36.59603 & 0.153194 & 3.452166 \\
Total & 3.213166 & 3.131339 & 0.769311 & 0.509949 & 0.769507 & 35.03208 &
0.127256 & 3.772063 \\
\bottomrule
\end{tabular}
\label{tab:addlabel}
\end{table}
then I get 4 "undefined control sequence", with addline space, toprule, midrule
and bottomrule
for completness, the whole error is
...8 & 0.127256 & 3.772063 \\ \bottomrule
\end{tabular} \labe...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
thanks a lot!