I usually apply a \scalebox to resize things, but I always stumble upon the fact that I cannot simply include a \caption{...} in the \scalebox.
As an alternative to \scalebox, I found I may use \resizebox, but this macro also does not allow me to include \caption{...}'s.
Is there anyway to resize both the tabular and the table's caption?
scaleboxin this way is going to lead to an inconsistent looking document. Changes tocaptions(size/font/colour, etc) can be made using thecaptionpackage – cmhughes Jan 16 at 16:21\scale_tabular_and_caption{...}\= There's no much concern about the looking of this\tabular + \captionand the rest of the document; I just want to have them both resized. – Rubens Jan 16 at 16:26