Command/startsubformulas

From Wiki
Jump to navigation Jump to search


\startsubformulas ... \stopsubformulas

Summary

The environment \startsubformulas ... \stopsubformulas is used for ...

Settings

\startsubformulas[...,...] ... \stopsubformulas
[...,...]+ - reference

Description

Examples

Without and with

\setuplayout[scale=0.8,width=13cm]

\startplaceformula
\startformula \startalign
 \NC v \NC = u + at \NR[eq:v]
 \NC h \NC = ut + \frac12 gt^2 \NR[eq:h]
\stopalign \stopformula
\stopplaceformula


Equation~(\in[eq:v]) tells the final velocity after time~$t$ and equation (\in[eq:h]) tells the distance travelled in time~$t$.
\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$.

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: