Difference between revisions of "Command/startsubformulas"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \startsubformulas ... \stopsubformulas")
 
Line 17: Line 17:
 
<cd:description><!-- the long description of the command goes here -->
 
<cd:description><!-- the long description of the command goes here -->
 
</cd:description>
 
</cd:description>
<cd:examples></cd:examples>
+
<cd:examples><cd:example title=""><context source="yes">
 +
\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$.
 +
</context></cd:example></cd:examples>
 
<cd:notes></cd:notes>
 
<cd:notes></cd:notes>
 
<cd:seealso>
 
<cd:seealso>

Revision as of 08:56, 12 May 2024


\startsubformulas ... \stopsubformulas

Summary

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

Settings

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

Description

Examples

Example 1

\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$.

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: