blob: ca8dd3db1f17401d6a0c03396fa01e515519c9ec (
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
38
39
|
\ProvidesFile{fontscale-table-classic.tex}[2025-01-17]
\begin{table}
\centering
\caption
{%
The font size of each font size command from \cs{tiny} to \cs{Huge} in units of \unit{pt} when using a classic typographic scale.%
\label{table:classic}%
}
\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}
, cell{2-Z}{1}={cmd=\cs}
, cell{1}{2-Z}={cmd=\Key}
}
\toprule
font size command & classic-10pt & classic-11pt & classic-12pt \\
\midrule
tiny & 6 & 7 & 8 \\
scriptsize & 7 & 8 & 9 \\
footnotesize & 8 & 9 & 10 \\
small & 9 & 10 & 11 \\
normalsize & 10 & 11 & 12 \\
large & 11 & 12 & 14 \\
Large & 12 & 14 & 16 \\
LARGE & 14 & 16 & 18 \\
huge & 16 & 18 & 21 \\
Huge & 18 & 21 & 24 \\
\bottomrule
\end{tblr}
\end{table}
|