Troubleshooting Undefined Control Sequence for $\nexists$ in TeXShop

  • Context: LaTeX 
  • Thread starter Thread starter MorningGlory
  • Start date Start date
  • Tags Tags
    Latex Symbol
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 10K views
MorningGlory
Messages
1
Reaction score
0
Hello, everyone! First time poster. Quick question: I am working in TeXShop on a Macbook. When I type $\nexists$, I get an error message saying "Undefined control sequence" even though it is in the list of short course symbol tables available under the Help menu in TeXShop. $\not \exists$ works fine, but I would prefer the cleaner look that I should get with the $\nexists$ symbol. How can I fix this?
 
Physics news on Phys.org
Are you using the ams packages? I believe $\nexists$ is defined in amssymb. If not, try:
Code:
\newcommand{\nexists}{\not\exists}