summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sgame/README
blob: dd59063e11a3cdccc0b11b6f8a0dd8bf1fe379be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This package typesets strategic games. For a 2 x 2 game, for example,
the input

  \begin{game}{2}{2}
          &$L$	 &$M$\\
  $T$	&$2,2$	 &$2,0$\\
  $B$	&$3,0$	 &$0,9$
  \end{game}

produces output with (a) boxes around the payoffs, (b) payoff
columns of equal width, and (c) payoffs vertically centered
within the boxes.

The style is incompatible with array.sty.