I am having a problem using the package booktabs together with @{\extracolsep{\fill}}.
For example:
Code: Select all
\documentclass{article}
\usepackage{booktabs}
\begin{document}
\begin{center}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}llr}
\toprule
\multicolumn{2}{l}{Item} \\
\cmidrule{1-2}
Animal & Description & Price (\$) \\
\midrule
Gnat & per gram & 13.65 \\
& each & 0.01 \\
Gnu & stuffed & 92.50 \\
Emu & stuffed & 33.33 \\
Armadillo & frozen & 8.99 \\
\bottomrule
\end{tabular*}
\end{center}
\end{document}

Does anybody know how to fix this?
Many thanks!
Laura