summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontscale/fontscale-manual-table-modular-musical.tex
blob: 6fd10d99916d27039b8fdd9314fd8901e2eedae8 (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
\ProvidesFile{fontscale-manual-table-modular-musical.tex}[2024-03-08]

\begin{table}
  \centering
  \caption
    {%
      The size of each font size command when using a modular or musical typographic scale with the initial settings.
      The font sizes are in \unit{pt} and rounded to two decimal places.%
    }
  \bigskip
  \begin{tblr}
    {
      colspec=
        {
          l
          Q[si={table-format=3.2},c]
          Q[si={table-format=3.2},c]
        }
      ,cell{1}{2-3}={guard}
    }
    \toprule
    Command & \Key{modular} & \Key{musical} \\
    \midrule
    \cs{tiny}         & 6.24  & 5.74  \\
    \cs{scriptsize}   & 7.02  & 6.60  \\
    \cs{footnotesize} & 7.90  & 7.58  \\
    \cs{small}        & 8.89  & 8.71  \\
    \cs{normalsize}   & 10    & 10    \\
    \cs{large}        & 11.25 & 11.49 \\
    \cs{Large}        & 12.66 & 13.20 \\
    \cs{LARGE}        & 14.24 & 15.16 \\
    \cs{huge}         & 16.02 & 17.41 \\
    \cs{Huge}         & 18.02 & 20    \\
    \bottomrule
  \end{tblr}
\end{table}