blob: 8c5cc8c1416c96f04c4a6b65a356921eb729b473 (
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
|
\ProvidesFile
{fontscale-manual-table-font-steps.tex}
[2024-04-15]
\begin{table}
\centering
\caption
{%
The step of each font size command.
These are constants and cannot be changed.%
\label{table:fontsteps}%
}
\bigskip
\begin{tblr}
{
colspec=
{
l
Q[si={table-format=3.2},c]
}
, cell{1}{2}={guard}
}
\toprule
Command & Step \\
\midrule
\cs{tiny} & -4 \\
\cs{scriptsize} & -3 \\
\cs{footnotesize} & -2 \\
\cs{small} & -1 \\
\cs{normalsize} & 0 \\
\cs{large} & 1 \\
\cs{Large} & 2 \\
\cs{LARGE} & 3 \\
\cs{huge} & 4 \\
\cs{Huge} & 5 \\
\bottomrule
\end{tblr}
\end{table}
|