unicode-math icon indicating copy to clipboard operation
unicode-math copied to clipboard

add \notni

Open mennucc opened this issue 2 years ago • 0 comments

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

mennucc avatar Apr 12 '22 07:04 mennucc