Geoffrey Lloyd wrote:
I have created a table in latex and imported it into Lyx.
Unfortunately there is a large amount of space between the contents of each column. I want them to almost touch. If I right align the left hand column and left align the right, then I can get what I want (albeit with the insertion of a small \hspace in the right column).
However this leaves the table looking like it isn't flush with the right hand margin.
Is there anyway I can close the gap without left aligning the right column.
{\tabcolsep=1pt}
... your LyX table ...
}
Herbert