<brk>
(Break)
<m:r> <m:t>a</m:t> </m:r> <m:box> <m:boxPr> <m:opEmu m:val="on"/> <m:brk/> </m:boxPr> <m:e> <m:r> <m:t>==</m:t> </m:r> </m:e> </m:box> <m:r> <m:t>b</m:t> </m:r>
Attributes |
Description |
---|---|
|
Specifies the index of the operator on the previous line which shall be used as the alignment point for the current line. A line can be aligned to any operator on the previous line in the equation; this attribute specifies exactly which operator shall be the target of that alignment in cases where there are multiple operators. example:
The second line could theoretically be aligned to any of the four operators in the previous line. Specifying an The possible values for this attribute are defined by the ST_Integer255 simple type (§7.1.3.6). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ManualBreak">
<attribute name="alnAt" type="ST_Integer255"/>
</complexType>