oddsblogs


::::: February 14, 2007 at 12:00 am

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 \alpha \stackrel{?}{=} \beta.

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 \alpha \stackrel{_?}{=} \beta. Much better, thanks!

Popularity: 64%

By Billy ::::: Permalink :::::
See Related Stories In: Computing

2 Comments »

October 3, 2007 @ 5:02 pm #

Try \alpha \stackrel{_?}{=} \beta, that works better. Just make the question mark a subscript.

 

October 19, 2007 @ 10:13 am #

It does look better, thanks!

 

RSS feed for comments on this post. TrackBack URI

Leave a comment

Name (required)