Index of /archives/text/CTAN/macros/latex/contrib/sgame
Name Last modified Size Description
Parent Directory -
README 2013-06-26 01:34 351
sgame.sty 2013-06-25 05:58 15K
sgamevar.sty 2013-06-25 05:58 15K
sgame.pdf 2013-06-25 05:56 76K
sgame.tex 2013-06-25 05:55 27K
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.