Very nice !
And how do you turn this off again ?
>On Mon, Aug 19, 2002 at 02:09:33PM -0500, Remzi Seker wrote:
> I could not solve this on my own:
> The tables should start from the left of the page and extend to the
>right end
> of the page. Regardless of whether a column is composed of one
>character
> entries.
>
> Is there a simple way to do this? Or i have to edit every table one
>by one to
> define the column width?
>In the preamble:
> \renewenvironment{tabular}[1]
> {\begin{tabular*}{\linewidth}{@{\extracolsep{\fill}}#1}}
> {\end{tabular*}}