barryirwin / gist:d6d0adc1a95def747c76ae0afb809c9d

Save barryirwin/d6d0adc1a95def747c76ae0afb809c9d to your computer and use it in GitHub Desktop.

Font sizes in tables LATEX

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

There's no \medium font size between \small and \large; you have \normalsize (which is the default font size).
The standard font size switches are:
\tiny, \scriptsize, \footnotesize, \small, \normalsize, \large, \Large, \LARGE, \huge, and \Huge.
You only need one font switch command inside the table and braces are not required since table forms a group, so you can simply say something like this:
\begin
\small
\beginpp>
text & text & text
\end
\end