I am typing a dissertation and came across a problem. I started the whole thing with 10pt fonts and have many sideways tables which fit to the page only with the \tiny size. Now I must change the font size to 11pt globally, this automatically scales up my tables, off the page. The 11pt \tiny font is larger than the 10pt \tiny. Is it possible to keep font size at the original 10pt for tables locally while the global font size is 11pt? Any help is appreciated!
I tried:
Code: Select all
\fontsize{10pt}{20pt}
\selectfont
...table...
\fontsize{11pt}{21pt}
\selectfont
cheers
Peter