Page MenuHomePhabricator

Simple math doesn't display in proper style.
Closed, DeclinedPublic

Description

Author: grendelkhan

Description:
http://en.wikipedia.org/wiki/User:Grendelkhan/Scratch#Math_oddities.

Wikitext:
:<math>(a) = ba - ab = 0</math>
:<math>a = ba - ab = 0</math>

Output:
<dd><span class="texhtml">(<i>a</i>) = <i>b</i><i>a</i> − <i>a</i><i>b</i> =
0</span></dd>
<dd>a=ba-ab=0</dd>

The variables aren't italicized or spaced properly; it doesn't mix well with
equations which are rendered correctly.


Version: unspecified
Severity: normal
OS: Linux
Platform: PC
URL: http://en.wikipedia.org/wiki/User:Grendelkhan/Scratch#Math_oddities.

Details

Reference
bz8373

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 9:31 PM
bzimport added a project: Math.
bzimport set Reference to bz8373.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

This behavior can be changed using a user's preferences. The behavior is intended.

To display properly spaced multi line formulas, use:
<math>
\begin{array}{lr}

(a) & = ba - ab =  0 \\
a   & = ba - ab =  0

\end{array}
</math>