Template:Disp right
Jump to navigation
Jump to search
Template documentation
This template may be used to display equations with a label to their right.
Usage
{{disp_right|eq|label}}
The template has two unnamed arguments, the first of which is mandatory.
- The first argument is the equation to be displayed.
- The second argument is the equation's label.
Effects
The first argument, the equation, is displayed centred at full width. The second argument, the label, is displayed flushed-right.
Example
{{disp_right|2+2<5|(''a'')}}
produces:
2+2<5 | (a) |
Limitations
If the total length of equation plus label is too great, unintended line-breaking or overlapping may occur.