blob: 4c1abe990a3d8849dd91eee1de4e533483d4f777 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
<rdf:Description about="http://texlive.dante.de/texlive/Package/sgame.zip">
<TPM:Name>sgame</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/09/24 13:21:51</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>LaTeX style for typesetting strategic games</TPM:Title>
<TPM:Description>
Formats strategic games. For a 2 x 2 game, for example, the
input
\begin{game}{2}{2}
&amp;$L$ &amp;$M$\\
$T$ &amp;$2,2$ &amp;$2,0$\\
$B$ &amp;$3,0$ &amp;$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.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Martin J. Osborne</TPM:Author>
<TPM:Size>129535</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="31231">
texmf-dist/tex/latex/sgame/sgame.sty
texmf-dist/tex/latex/sgame/sgamevar.sty
texmf-dist/tpm/sgame.tpm
</TPM:RunFiles>
<TPM:DocFiles size="98304">
texmf-dist/doc/latex/sgame/README
texmf-dist/doc/latex/sgame/sgame.pdf
texmf-dist/doc/latex/sgame/sgame.tex
</TPM:DocFiles>
<TPM:Provides>Package/sgame</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|