I have a table that is just a little too wide for a 3.33" column. Is there a way to simply shrink the table a little to make it fit? I'm OK if the 10pt font becomes 9pt-something. Here is an example.
\begin{table}
\centering
\begin{tabular}{r|lll}
\multicolumn{1}{r}{}
& \multicolumn{1}{l}{Heading 1}
& \multicolumn{1}{l}{Heading 2}
& \multicolumn{1}{l}{Heading 3} \\ \cline{2-4}
Row 1 & Cell 1,1 & Cell 1,2 & Cell 1,3 \\
Row 2 & Cell 2,1 & Cell 2,2 & Cell 2,3
\end{tabular}
\end{table}
\smallor\footnotesizeat the beginning oftableenvironment? Box scaling also has disadvantage, tabular line will be slightly scaled. – Leo Liu Feb 11 '11 at 18:07\smallafter\begin{table}, and although it does the job, I like the output that\resizeboxgives better. – Nathan Farrington Feb 12 '11 at 3:30