I have a long table and I want to fit it in one page. Table has number and symbol entries. The size to the table can be reduced if I can reduce the font size. How can I reduce the font size in this case? I tried:
\begin{tabular}{|{\small}c|c|c|c} \end{tabular}
but it does not work for math.


\scalebox{0.6}{\begin{tabular}...\end{tabular}}using thegraphicxpacakge. – Peter Grill Sep 26 '12 at 18:11rotatingandlongtablepackages. – Marc van Dongen Sep 26 '12 at 20:09