MyWikiBiz, Author Your Legacy — Wednesday November 05, 2025
Jump to navigationJump to search
396 bytes added
, 04:36, 12 February 2009
| Line 384: |
Line 384: |
| | | | |
| | ==Multiline TeX Formats== | | ==Multiline TeX Formats== |
| | + | |
| | + | <math>\begin{alignat}{2} |
| | + | x & = (y - z)(y + z) \\ |
| | + | & = y^2 - z^2 \\ |
| | + | \end{alignat}</math> |
| | | | |
| | <math>\begin{align} | | <math>\begin{align} |
| Line 390: |
Line 395: |
| | \end{align}</math> | | \end{align}</math> |
| | | | |
| − | | + | <math>\begin{align} |
| − | <math>\begin{alignat}{2} | + | \operatorname{Der}^L & = & \{ & (x, y) \in S \times I ~: \\ |
| − | x & = (y - z)(y + z) \\
| + | & & & \begin{align} |
| − | & = y^2 - z^2 \\ | + | \underset{o \in O}{\operatorname{Conj}} \\ |
| − | \end{alignat}</math> | + | & x & = \\ |
| | + | & y & \\ |
| | + | \end{align} \\ |
| | + | \end{align}</math> |
| | | | |
| | ==Box Displays== | | ==Box Displays== |