Changes

Jump to navigation Jump to search
20 bytes removed ,  10:29, 5 April 2014
m
no edit summary
== Working with equation numbering ==
aligned equations can be numbered by placing a tag after <{{cmd>|NR</cmd>}}
<texcode>
== Defining new alignment structures ==
New alignment can be defined using <{{cmd>|definemathalignment</cmd>}}. For example, to emulate <code>gather</code> environment of amsmath, we can use
<texcode>
\definemathalignment
== Cases ==
Context provides a <{{cmd>|startmathcases</}} {{cmd> <cmd>|stopmathcases</cmd> }} pair to make it easy get cases.
<texcode>
\startformula
</context>
The cases environment consists of two columns, separated by <{{cmd>|NC</cmd>}}. The second column is by default in text mode. An alternative way of getting the same result is to define the second column as a mathcolumn with <{{cmd>|MC</cmd> }} like so:
<texcode>
</texcode>
Each line must end with a <{{cmd>|NR</cmd>}}.
== Numbered Cases ==
[[Category:Math]]
56

edits

Navigation menu