latex3 / unicode-math

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts
http://ctan.org/pkg/unicode-math
LaTeX Project Public License v1.3c
245 stars 29 forks source link

\closure command doesn't seem correct #486

Open eg9 opened 6 years ago

eg9 commented 6 years ago

Description

unicode-math-table has \UnicodeMathSymbol{"02050}{\closure}{\mathrel}{close up} which doesn't seem semantically correct.

Check/indicate

Minimal example demonstrating the issue

\documentclass{article}
\usepackage{unicode-math}

\newcommand\closure[1]{\overline{#1}}

\begin{document}

The intersection of the closed ball $\overline{B}(1)$ with the closed 
ball $\closure{B}(2)$ is the same as the intersection of the closed
ball $\closure{B}(2)$ with the closed ball $\overline{B}(1)$.

\end{document}

Further details

unicode-math silently overrides the user defined command.