Open main menu

Changes

Equation~(\in[eq:v]) tells the final velocity after time~$t$ and equation~(\in[eq:h]) tells the distance travelled in time~$t$.
</context>
 
The numbering can be changed to a subformula style by encapsulating {{cmd|startsubformulas}} with {{cmd|startsubformulas}} :
 
<context source=yes>
\setuplayout[scale=0.8,width=13cm]
\startsubformulas[eq:total]
\startplaceformula
\startformula \startalign
\NC v \NC = u + at \NR[eq:v]
\NC h \NC = ut + \frac12 gt^2 \NR[eq:h]
\stopalign \stopformula
\stopplaceformula
\stopsubformulas
 
Equation~(\in[eq:v]) tells the final velocity after time~$t$ and equation (\in[eq:h]) tells the distance travelled in time~$t$.
</context>
 
instead of {{cmd|placeformula}} and numbering the subformulas using {{cmd|NR|2=[+][a]}}, {{cmd|NR|2=[+][b]}}, … instead:
The numbering can be changed to a subformula style using {{cmd|placesubformula}} instead of {{cmd|placeformula}} and numbering the subformulas using {{cmd|NR|2=[+][a]}}, {{cmd|NR|2=[+][b]}}, … instead:
 
<context source=yes>
1,005

edits