Open main menu

Changes

287 bytes added ,  19:48, 31 January 2006
→‎Basic Alignment: Equations not working, perhaps the garden version of context is not updated
== Basic Alignment ==
 
 
Two modes of input
 
* Latex style
 
\startformula \startalign
v &= u + at \\
h &= ut + \frac12 gt^2 \\
\stopalign \stopformula
 
Note the \\ in the last line
 
* Context Stlye
 
\startformula \startalign
\NC v \NC = u + at \NR
\NC h \NC= ut + \frac12 gt^2 \NR
\stopalign \stopformula
== Working with equation numbering ==