Word 2007 Equations: How to stack symbols

9

3

Does Word 2007's equation editor have any equivalent to the \stackrel or \overset commands in LaTeX?

I'd like to be able to stack custom text on top of = signs, etc.

kpozin

Posted 2009-10-22T03:48:17.747

Reputation: 1 518

Answers

16

You can use \above and \below:

a=\above("foo") b

becomes

a=┴"foo"  b

which becomes

alt text

A more or less complete description of the formula language in Word is given in Unicode Technical Note #28, although the final implementation differs somewhat in some areas. Unfortunately this is the only real documentation that's there (I asked the author of the math typesetting stuff at MS :-)).

Joey

Posted 2009-10-22T03:48:17.747

Reputation: 36 381

+1. (I would give you +10 if I could!) Thank you very much! I have been under the impression that this cannot be done in Word at all! – Andreas Rejbrand – 2011-10-07T09:05:53.383

0

See this article : Superimposing Characters.

The basic idea is to insert a field of type equation containing EQ \o (x,y) where x and y are the characters you want to superimpose.

harrymc

Posted 2009-10-22T03:48:17.747

Reputation: 306 093

Nice, and it even works inside equations. But see here: http://www.ics.uci.edu/~pan/documents/latex/stackrel.html ... \stackrel does an entirely different thing than superimposing characters on top of each other. It merely stacks them.

– Joey – 2009-10-22T06:47:54.843