Command/breakhere

From Wiki
Jump to navigation Jump to search


\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: