texmath-0.12.5.4: test/writer/eqn/12.test
<<< native
[ EIdentifier "f"
, EDelimited "(" ")" [ Right (EIdentifier "x") ]
, ESymbol Rel "="
, EDelimited
"{"
""
[ Right
(EArray
[ AlignLeft , AlignLeft ]
[ [ [ ENumber "1" ]
, [ ESymbol Bin "\8722"
, ENumber "1"
, ESymbol Rel "\8804"
, EIdentifier "x"
, ESymbol Rel "<"
, ENumber "0"
]
]
, [ [ EFraction NormalFrac (ENumber "1") (ENumber "2") ]
, [ EIdentifier "x" , ESymbol Rel "=" , ENumber "0" ]
]
, [ [ ENumber "1"
, ESymbol Bin "\8722"
, ESuper (EIdentifier "x") (ENumber "2")
]
, [ EText TextNormal "otherwise" ]
]
])
]
]
>>> eqn
f left ( x right ) = left { matrix{
lcol{ 1 above {1 over 2} above {1 - x sup 2} }
lcol{ {- 1 <= x < 0} above {x = 0} above {roman "otherwise"} }
} right ""