Open main menu

Changes

== Basic Alignment ==
 
 
Two modes of input
 
* Latex style
 
<context source=yes text="Note the \\ in the last line, above. This appears as follows:">
\startformula \startalign
v &= u + at \\
h &= ut + \frac12 gt^2 \\
\stopalign \stopformula
</context>
 
* Context Style
<context source=yes>
\startformula \startalign
\NC v \NC = u + at \NR
\NC h \NC = ut + \frac12 gt^2 \NR
\stopalign \stopformula
</context>
 
(The examples here will focus on the context style, having two styles can be confusing --[[User:Adityam| Aditya ]] )
== Changing the number of columns ==
1,031

edits