[texhax] More on changing font sizes in tables
Martin Heller
mr_heller at yahoo.dk
Tue May 16 08:24:09 CEST 2006
hgi skrev:
> The following seems to work to change the font size (although \small
> didn't work):
\small does not take an argument. It is supposed to be used
inside a group: {\small This text is small} this is not.
> This is ok, but isn't there anything more global than specifying the
> size for each and every number?
If everything is going to be \small or \tiny use
{\tiny
\begin{tabular}{llll}
....
\end{tabular}
}
with no size declarations inside the cells.
More information about the texhax
mailing list