Change font size within table

table

which produces this table: As shown in the picture, the header Table I and the bottom note (continued) are placed outside of the frame due to the table's size. Is it possible to resize (either manually or automatically) the font size only within the table? I have already looked at this and this, and I know that my question is, at the very least, close to a duplicate. However, I can't seem to make the answers from those questions work in my case. I tried to manually set the font size to small with , and I also tried the automatic approach with \resizebox . \resizebox was unable to include the Table I header within the frame, and I have noticed that many users on this site advise against this method.

asked Apr 30, 2018 at 18:35 501 4 4 silver badges 17 17 bronze badges

Have you tried something like \medskip \footnotesize \begin ? This will only change the fontsize until \end

Commented Apr 30, 2018 at 20:14

@leandriis: Thank you again! This solves it exactly. Apparently, the solutions are often quite simple when it comes to LaTeX. Have a great day!

Commented May 1, 2018 at 7:15

@leandriis: By the way, I can mark your solution as accepted, if you make a formal answer, if you want to.