Equality Checking Symbol (Question Mark over Equals) in LaTeX
Took me forever to figure this one out today…a simple question mark over an equals sign, for checking equality in a paper writt3n in LaTeX. There are a billion “special” commands for something over an equals sign, why not a question mark? Well, that would be too easy…
This is the best I could come up with.
\alpha \stackrel{?}{=} \beta gave me
.
Close enough, although the question mark is a little high. Wordpress LaTeX stuff provided by this plugin modified from this one.
Update: Lisa recommended this:
\alpha \stackrel{_?}{=} \beta renders as
. Much better, thanks!
Popularity: 64%
2 Comments »
Comment by Lisa
October 3, 2007 @ 5:02 pm #
Try \alpha \stackrel{_?}{=} \beta, that works better. Just make the question mark a subscript.
Comment by Billy
October 19, 2007 @ 10:13 am #
It does look better, thanks!
RSS feed for comments on this post. TrackBack URI
Leave a comment