Skip to content

unicode-math causes a wider 7 #877

Description

@teepeemm

It appears that loading unicode-math causes the digit 7 to be wider than expected:

\documentclass{article}
\usepackage{unicode-math}
\usepackage{siunitx}
\begin{document}
\begin{tabular}{ S[table-format=1]}
0\\
1\\
2\\
3\\
4\\
5\\
6\\
7\\
8\\ % line 14
9
\end{tabular}
\end{document}

has the warning

Overfull \hbox (0.13pt too wide) detected at line 14
$\TU/latinmodern-math.otf(1)/m/n/10 7$

(Using \setlength\overfullrule{1pt} shows that it's the 7 on line 13, not the 8 on line 14.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions