summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontscale/fontscale-manual-table-classic.tex
blob: 56015bba68f1ca50b27ff018bf9fa3a075b9e0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\ProvidesFile{fontscale-manual-table-classic.tex}[2024-03-08]

\begin{table}
  \centering
  \caption
    {%
      The size of each font size command in \unit{pt} when using a classic typographic scale.%
      \label{table:classicscales}%
    }
  \bigskip
  \begin{tblr}
    {
      colspec=
        {
          l
          Q[si={table-format=3.2},c]
          Q[si={table-format=3.2},c]
          Q[si={table-format=3.2},c]
        }
      ,cell{1}{2-Z}={guard}
    }
    \toprule
    Command & \Key{classic-10pt} & \Key{classic-11pt} & \Key{classic-12pt} \\
    \midrule
    \cs{tiny}         &  6 &  7 &  8 \\
    \cs{scriptsize}   &  7 &  8 &  9 \\
    \cs{footnotesize} &  8 &  9 & 10 \\
    \cs{small}        &  9 & 10 & 11 \\
    \cs{normalsize}   & 10 & 11 & 12 \\
    \cs{large}        & 11 & 12 & 14 \\
    \cs{Large}        & 12 & 14 & 16 \\
    \cs{LARGE}        & 14 & 16 & 18 \\
    \cs{huge}         & 16 & 18 & 21 \\
    \cs{Huge}         & 18 & 21 & 24 \\
    \bottomrule
  \end{tblr}
\end{table}