Difference between revisions of "Command/breakhere"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \breakhere")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<cd:commandgroup name="breakhere" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
 
<cd:commandgroup name="breakhere" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
 
<cd:shortdesc><!-- a short command summary goes here -->
 
<cd:shortdesc><!-- a short command summary goes here -->
The command <tt>\breakhere</tt> is used to specify where to break consecutive equations.  
+
The command <tt>\breakhere</tt> is used to specify where to break consecutive equations.
 
</cd:shortdesc>
 
</cd:shortdesc>
 
<cd:variants>
 
<cd:variants>
Line 7: Line 7:
 
</cd:variants>
 
</cd:variants>
 
<cd:description><!-- the long description of the command goes here -->
 
<cd:description><!-- the long description of the command goes here -->
</cd:description>
+
It works with {{cmd|alignhere}}.</cd:description>
 
<cd:examples><cd:example title=""><context source="yes">
 
<cd:examples><cd:example title=""><context source="yes">
 
\setuppapersize[A6,landscape]
 
\setuppapersize[A6,landscape]
Line 22: Line 22:
  
 
\stopformula
 
\stopformula
 +
 +
\stoptext
 +
 
</context></cd:example></cd:examples>
 
</context></cd:example></cd:examples>
 
<cd:notes></cd:notes>
 
<cd:notes></cd:notes>

Latest revision as of 13:22, 8 May 2024


\breakhere

Summary

The command \breakhere is used to specify where to break consecutive equations.

Description

It works with \alignhere.

Examples

Example 1

\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

\stoptext

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: