Search found 3 matches

by vrgf
Thu Jun 12, 2008 2:39 pm
Forum: Document Classes
Topic: Cannot change font size in table
Replies: 4
Views: 24525

Cannot change font size in table

Oh, Yes, Here is the problem.

Thank you very much for pointing out this.



In the introduction to paper.cls you will find this:

%%% Version 2.4 sets \evensidemargin correctly
%%% for two-sided style. It also adds new
%%% environments (\smalltabular and
%%% \scriptsizetabular) which produce ...
by vrgf
Thu Jun 12, 2008 4:50 am
Forum: Document Classes
Topic: Cannot change font size in table
Replies: 4
Views: 24525

Re: Cannot change font size in table

Here is the template, I appreciate any help.
by vrgf
Thu Jun 12, 2008 1:35 am
Forum: Document Classes
Topic: Cannot change font size in table
Replies: 4
Views: 24525

Cannot change font size in table

Previously, I can easily change the font size of the table content by using

\begin{table}
\small
\begin{tabular}....
\end{tabular}
\end{table}

After I load a template file, I find that "\small" does not work any more,
the font size of the table content is always the normal size.

Can anyone help ...