File: plainmath.tex

package info (click to toggle)
latexml 0.8.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,920 kB
  • sloc: xml: 109,048; perl: 30,224; sh: 179; javascript: 28; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

$$ \matrix{a & b  \cr c & d} $$
$$ \bordermatrix{ & A & B \cr C & 0 & 1 \cr D & 2 & 3} $$
$$ \pmatrix{a & b  \cr c & d} $$

$$ s(x) = \cases{+1 & whatever\cr -1 & $x<0$ \cr 0} $$

$$ \eqalign{ x  &\ll y+i + \cdots + y_n \cr
                &\leq  z } $$
$$ \eqalign{ x + y + z  &\ll  y+i + \cdots + y_n \cr
                & \leq q } $$
$$ \eqalignno{ x  &\ll  y+i + \cdots + y_n & (x)\cr
                 & \leq  z } $$
$$ \leqalignno{ x  &\ll  y+i + \cdots + y_n & (x)\cr
                 & \leq  z } $$


\bye