Math & Science ⇒ "not in" symbol??
"not in" symbol??
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..
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: "not in" symbol??
\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??
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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10