Open main menu

Changes

Created page with "Documentation for \breakhere"
<cd:commandgroup name="breakhere" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc><!-- a short command summary goes here -->
The command <tt>\breakhere</tt> is used to specify where to break consecutive equations.
</cd:shortdesc>
<cd:variants>
<cd:command category="mathematics" file="strc-mat" interfacedate="2020-07-14T09:24" interfacefile="i-formula.xml" level="document" name="breakhere" scope="formula" variantnumber="1"></cd:command>
</cd:variants>
<cd:description><!-- the long description of the command goes here -->
</cd:description>
<cd:examples><cd:example title=""><context source="yes">
\setuppapersize[A6,landscape]
\starttext

\startformula
(a_1 x + b_1) (a_2 x + b_2)

\alignhere
= (a_1 + a_2) x^2 + a_1 b_1 x + b_1 a_2 x + b_1 b_2

\breakhere
= (a_1 + a_2) x^2 + (a_1 b_1 + b_1 a_2) x + b_1 b_2

\stopformula
</context></cd:example></cd:examples>
<cd:notes></cd:notes>
<cd:seealso>
<cd:source file="strc-mat" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Mathematics"></cd:wikipage></cd:seealso>
</cd:commandgroup>
999

edits