On Fri, Sep 14, 2001 at 09:02:07PM +0200, Herbert Voss wrote:
> Dekel Tsur wrote:
> > > Nicholas Piper wrote:
> > > >
> > > > I don't quite understand what you are suggesting I try. Should I
> > > > add \usepackage{tabularx} \renewenvironment{tabular} in the preample,
> > > > and that will allow me to use the "X" column type ?
> > >
> > > there are still some problems with redefining the tabular
> > > environment. therefore write it in real latex (ert)
> > 
> > What problems ?
> 
> maybe that I'm blinded by the light, but nothing works ...
> look at attched file (cvs)

I've checked the tabularx source, and it uses tabular internally.
One can overcome this problem by editing the tabularx.sty file,
adding the lines
\let\oldtabular=\tabular
\let\oldendtabular=\endtabular
and replacing the instances of \tabular & \endtabular
by \oldtabular and \oldendtabular.

Reply via email to