latex3 / unicode-math

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

add \notni #586

Open mennucc opened 2 years ago

mennucc commented 2 years ago

Description

for set membership the Wikipedia page lists four LaTeX commands: \in \ni \notin \notni ; unfortunately unicode-math does not define the latter.

Minimal example demonstrating the issue

\documentclass{article}
\usepackage{unicode-math}
\setmathfont{STIX Two Math}
\begin{document}
\[
  a \notni b
\]
\end{document}

Further details

possible patch

0001-add-notni.patch.txt