Saturday, January 12, 2013

scalebox

You have a table for LaTeX and it is too large for your page, even when you use landscape. Annoying!

Use scalebox

\scalebox{0.7}{
  \begin{tabular}...
  \end{tabular}
} 


more info: http://en.wikibooks.org/wiki/LaTeX/Tables

No comments:

Post a Comment