On Thu, 23 May 2002, Guenter Milde wrote:
> Either use a fixed width for some long column (if it is ok to wrap)
>
> or make the font smaller (with pure latex commands (ERT)):
> Before the table: {\small or {\scriptsize
> After the table: }
another way to change the global size of tables:
in preamble,
\let\oldtabular=\tabular
\def\tabular{\small\oldtabular}
Wayan
