On Wed, 7 Feb 2001, Thomas Templin wrote:
> At Wednesday February 7. 2001 20:44 you wrote:
[...]
> > I guess my question is, do I really have to go into every cell of
> > the table, select the text and then set the font size to
> > smaller? That seems rather difficult.
> >
> > Matt Norton
> Add following LaTeX Commands for tablewide fontsize:
>
> Write just before thet able (outside) in tex(red) (LaTeX)
> \scriptsize or any other fontsize.
> Just behind the table (outside) \normalsize
A neater way to do this that will also trigger a "compile" time error if
you forget the second part is to write
{\scriptsize
before, and
}
after. If you leave out the } LaTeX will complain when you try to run it
and LyX should put an error box at the {\scriptsize line since that won't
have been closed.
Cheers,
Allan. (ARRae)