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)
> 
> This would allow my columns to adjust themselves so that the entire
> table is a particular width (\textwidth) so I can have a page which is
> like

\usepackage{tabularx}%     in preamble

\begin{tabularx}{\textwidth}{c|X|c}
1 & 2 & 3\\
3 & 4 &
\end{tabularx}

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to