font size command such as \Large , \large, \tiny etc just before tabular.
{\Large \begin{tabular}{|c|l|l|} …. \end{tabular} }
The original example can be found in the following URL http://www.cqf.info/forum/viewtopic.php?t=3850
\usepackage{subfigure} are required to place side by side . \subfigure{} and \subtable{} commands are used.
\begin{figure}
\centering
\subtable{
\centering
\renewcommand{\arraystretch}{1.2}
{\Large
\begin{tabular}{|c|l|l|}
%\toprule
\hline
Region & nMOS & pMOS\\
%\midrule
\hline
A & cutoff & linear\\
B & saturation & linear\\
C & saturation & saturation\\
D & linear & saturation\\
E & linear & cutoff\\
\hline
%\bottomrule
\end{tabular}}}
\subtable{
\centering
\renewcommand{\arraystretch}{1.2}
{\tiny\tt
\begin{tabular}{|c|l|l|}
\hline
Region & nMOS & pMOS\\
\hline
A & cutoff & linear\\
B & saturation & linear\\
C & saturation & saturation\\
D & linear & saturation\\
E & linear & cutoff\\
\hline
\end{tabular}} }
\end{figure}
5 Comments so far
Leave a comment
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Worked perfectly — thanks for post this.
Best,
Barry
Comment by Barry Rountree February 20, 2009 @ 1:25 amthanks for sharing
Comment by roy February 28, 2009 @ 5:01 amGreat! Was searching around on how to do this. Thanks for posting.
Comment by David Galvan April 6, 2009 @ 9:00 pmThanks for the quick, simple solution
Comment by Ryan May 22, 2009 @ 4:07 pmHi,
any idea of how to change also the size of the Title of the table (caption) and footnotes?
Thanks,
Comment by Andrea May 27, 2009 @ 5:37 pmandrea