here is my table
\begin{tabular}{cccccc}
\hline
\\
\hline
\multicolumn{6} {title}\\
\hline
& & & & & \\
& & & & & \\
& & & & & \\
& & & & & \\
& & & & & \\
& & & & & \\
\hline
\end{tabular}
my real table is huge, and i'm trying to insert a new column... but i
need to reduce distance between column to gain this space...
thanks
Federico
PD: i'm apologyse for my english... i'm from argentina
\begin{tabular}{@{\extracolsep{0pt}}cccccc}
...
\end{tabular}
to make the column separation 0pt and therefore remove all inter
column gaps. If you want to enlarge the separation, simply choose a
different value, like 5pt, or say 10pt. Read more on this topic at
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixwidtab
If this solution is insufficient, please post again.
Werner