Index of /archives/text/CTAN/macros/latex/contrib/sgame

Icon  Name                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2013-06-26 01:34 351 [   ] sgame.pdf 2013-06-25 05:56 76K [TXT] sgame.sty 2013-06-25 05:58 15K [   ] sgame.tex 2013-06-25 05:55 27K [TXT] sgamevar.sty 2013-06-25 05:58 15K
Formats 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.