I'm looking for the "not in" symbol with a slash to the \in command.
I dont like the \ni and tried to use mathabx package, but i seem to fail in loading it. Any simpler way than using any package? Thanks in advanced..
Math & Science ⇒ "not in" symbol??
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: "not in" symbol??
The simplest answer:
\not\in
The packages txfonts, pxfonts, kpfonts, mathdesign and others provide \notin command, not just mathabx. (If you want to keep the document in the default Computer/Latin Modern, you could load one of these and then load lmodern right afterwards.)
(EDIT: Actually, after checking, on my system I can use \notin even without any packages.)
\not\in
The packages txfonts, pxfonts, kpfonts, mathdesign and others provide \notin command, not just mathabx. (If you want to keep the document in the default Computer/Latin Modern, you could load one of these and then load lmodern right afterwards.)
(EDIT: Actually, after checking, on my system I can use \notin even without any packages.)
Re: "not in" symbol??
@frabjous,
Thank you so much for the simplest answer. I'm really looking for it.
Thanks again. It saves my times lots.
Yeah, in my case, i cant directly use \notin commands.
Thank you so much for the simplest answer. I'm really looking for it.
Thanks again. It saves my times lots.
Yeah, in my case, i cant directly use \notin commands.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
"not in" symbol??
I can't see the problem. Perhaps you can explain that more detailed.tsukiko wrote:[....] Yeah, in my case, i cant directly use \notin commands.
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
$\not\in$ $\notin$
\end{document}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10