AZ logo

CTAN directory: /macros/latex/contrib/sgame

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
sgame LaTeX style for typesetting strategic games.

Files

Name Size* Date UTC Notes
README 365 bytes 2006-Sep-21 Shown below
sgame.pdf 79 KiB 2008-Dec-03
sgame.sty 15 KiB 2008-Dec-03
sgame.tex 22 KiB 2008-Dec-03
sgamevar.sty 15 KiB 2008-Dec-03

  *File sizes in kibibytes.

Contents of README

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.