diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-24 13:21:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-24 13:21:51 +0000 |
commit | 50149508a85f6d47cc39aeb2be753609042a35f5 (patch) | |
tree | 8400604f242c61e7d46cbd24f7f7b8bc18d47f65 /Master/texmf-dist/doc/latex/sgame/README | |
parent | 24d336e1347350f439dcfabb9217c2c183373d1e (diff) |
sgame update (22sep06)
git-svn-id: svn://tug.org/texlive/trunk@2183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sgame/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/sgame/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sgame/README b/Master/texmf-dist/doc/latex/sgame/README new file mode 100644 index 00000000000..dd59063e11a --- /dev/null +++ b/Master/texmf-dist/doc/latex/sgame/README @@ -0,0 +1,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.
\ No newline at end of file |