Problem
For some reason, \nsim looks like a negated bold version of \sim, while I would expect it to look exactly like \sim with a slash on top of it.
Examples
This seems to happen with mathdesign:
\documentclass{article}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage[charter]{mathdesign}
\begin{document}
\begin{center}
\scalebox{10}{%
$\sim$
$\nsim$
\makebox[0pt][l]{$\nsim$}%
\color{red}$\sim$%
}
\end{center}
\end{document}
It looks like this (note that \nsim is thicker than \sim; it is easiest to see when we overlay a red \sim on top of a black \nsim):
And it also seems to happen with amssymb:
\documentclass{article}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{amssymb}
\begin{document}
\begin{center}
\scalebox{10}{%
$\sim$
$\nsim$
\makebox[0pt][l]{$\nsim$}%
\color{red}$\sim$%
}
\end{center}
\end{document}
It looks like this (again black \nsim is visible under red \sim):
Questions
Why does this happen? Isn't
\nsimsupposed to be a negated\sim?How can I construct with
\usepackage[charter]{mathdesign}a symbol that looks like a negated version of\sim? (Something like\not\simis ugly.)









\documentclasswasn't visible as I had a mistake with Markdown, now fixed, yes, it wasarticle. – Jukka Suomela Nov 21 '20 at 19:33amssymbpredatesstixby decades, it's highly unlikely that thestixglyph is used under the hood in the former. (You're certainly correct that more care should have been taken in making sure the negated symbol was different in only the negation.) – barbara beeton Nov 22 '20 at 02:04