Equivalent of LaTeX "eqnarray" in Microsoft Word 2007 equation editor?
Posted
by Niten
on Super User
See other posts from Super User
or by Niten
Published on 2010-04-09T23:45:57Z
Indexed on
2010/04/09
23:53 UTC
Read the original article
Hit count: 426
microsoft-word
|microsoft-office
In LaTeX one can use the eqnarray
environment to display a set of equations aligned horizontally on their equality signs or other element, e.g.:
\begin{eqnarray*}
x &=& 5! \\
&=& 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1
\end{eqnarray*}
This will render as follows (notice the alignment of the equality signs):
(Sorry, I don't have any reputation here yet so I'm not allowed to inline the image.)
Is there a good way to achieve the same effect in Microsoft Word 2007's built in equation editor?
© Super User or respective owner