Paul Smith schrieb:
Thanks, Uwe. The problem with your examples is the asymmetric spacing
regarding the two sides of the equal symbol. It seems that there is no
perfect solution, I guess.
You haven't understood me correctly. The problem is, that your cases environment makes logically no
sense.
The syntax is:
/ 0 (for) x = 0
sin(x) = <
\ 1 (for) x = Pi/2
Therefore cases has two columns, one for the result, one for the case. The word "for" is usually
omitted. In the second column, the "=" sign gets balanced as expected.
What you wrote is:
/ x = 0
sin(x) = <
\ x = Pi/2
This doesn't make sense.
regards Uwe