What is the command for a struck out exists symbol
\exists gives you the flipped E, but what is the command 开发者_StackOverflow社区for the negated symbol?
The command for the negative existential quantifier is \nexists
. However, I believe you should ask questions like this on the TeX site of Stack Exchange.
This is a great site that lets you draw the symbol you want, and it shows a list of possible latex commands. \nexists
was the first suggestion that popped up! http://detexify.kirelabs.org/classify.html
精彩评论