Template:Equation
From ProofWiki
DEPRECATED
This template is deprecated.
Please use
- Advantages
- You don't need to put math delimiter tags in the elements any more.
- Automatically makes all equations display-style.
Usage
Used to add new rows of aligned math text.
{{equation |l= |r= }}
The different possible variables that can be used are:
- ll - Furthest left column (used only when needed).
- l - General left column.
- o - Operator, defaults to \(=\)
- r - General right column.
- rr - Furthest right column (used only when needed).
- c - Comment
- cc - Extra comment (used only when needed).
Once the full equation is completed,
Example
{{begin-equation}}
{{equation| l=\(42\) |r=\(21 \cdot 2\)}}
{{equation| o=\(\le\)|r=\(12345\)|c=since \(21 \cdot 2 = 42 \le 12345\)}}
{{end-equation}}
gives:
| Deprecated - Use Eqn instead. | \(42\) | \(=\) | \(21 \cdot 2\) | ||||
| Deprecated - Use Eqn instead. | \(\le\) | \(12345\) | since \(21 \cdot 2 = 42 \le 12345\) |