Lyx gives an error for this.. It says 
Illegal pream-token (|): 'c' used.

Any idea what's wrong? By the way I am using koma-scr book class... So I have 
use the plain and fancy definitions in the document. Would you like to have a 
look at the preamble?

Thanks a lot

Remzi

On Wednesday 21 August 2002 03:46, Dekel Tsur wrote:
> 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*}}

Reply via email to