
I use the KOMA-script (sudo apt-get install koma-script -- suggests you the thing in Ubuntu). I think options:
make font even smaller (eg with KOMA -script)
make it on two pages, perhaps here
make it vertical?
other?
My code
\documentclass[fontsize=7pt]{scrreprt}
\begin{document}
<<echo=False>>=
library(xtable)
...
xtable(maDat)
@
\end{document}
xtableis, please? – Speravir May 09 '12 at 00:32