On Tue, Apr 02, 2002 at 08:57:36PM +0200, Torsten Hahn wrote: > Hi, > > is it possible to change the fontsize in all tables in a document from > "normal" to "klein2". It is a big work to do this in the whole document withe > selecting the text and then change the size by hand.
Yes.
Put the following lines in the preamble:
\let\oldtabular=\tabular
\def\tabular{\small\oldtabular}
