You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A group of display-equations (see #1318) collected together. The group and individual equations within it may be labelled.
User stories
Érudit
As production staff, I want to be able to group display equations so that I can associate linked sets of equations.
As production staff, I want to be able to add and edit a label to a display equation group so that I can refer to them collectively.
As production staff, I want to be able to add and edit a caption to a display equation group so that I can describe the group.
As production staff, I want to be able to add an equation to a display equation group so that I can include missing information.
As production staff, I want to be able to remove equations from a display equation group so that I can correct errors.
As production staff, I want to be able to add labels to the equations within a display equation group so that I can refer to them individually.
But what if . . . ?
Consideration
XML requirements
disp-formula-group should be used. These may have a child label or not. They may have a child caption element or not. They should contain more than one disp-formula. As with disp-formula, these should always be captured in a p element.
<disp-formula-groupid="geq4">
<caption><p>caption for the following group of equations</p></caption>
<disp-formulaid="eq7">
<graphicxlink:href="1919997n.jpg"/>
</disp-formula>
<disp-formulaid="eq8">
<graphicxlink:href="1919998n.jpg"/>
</disp-formula>
</disp-formula-group>
Mock ups
Proposal
The text was updated successfully, but these errors were encountered:
Description
A group of display-equations (see #1318) collected together. The group and individual equations within it may be labelled.
User stories
Érudit
But what if . . . ?
Consideration
XML requirements
disp-formula-group
should be used. These may have a childlabel
or not. They may have a childcaption
element or not. They should contain more than onedisp-formula
. As withdisp-formula
, these should always be captured in ap
element.Mock ups
Proposal
The text was updated successfully, but these errors were encountered: