I'm trying to fit a fairly wide matrix on a page. I've already made it \tiny, and it looks fairly good, but it is still slightly outside my right margin. I saw an example of someone who tried \makebox around a table to fit a wide table, and that seems to work, but I haven't been able to do something similar with my matrix.
Anyway, here's my code (slightly altered to fit):
Code: Select all
\[ \mathcal{Q} =
\tiny
\left( \begin{array}{ccccccccccccccc}
0.29 & ...(more data)... & 0.52 \\
...(more data)...
0.34 & ...(more data)... & 2.00 \\
\end{array} \right)\]
Regards,
Alex