gambit-nfg2tex

Name

gambit-nfg2tex -- Converts a Gambit .nfg file to LaTeX

Synopsis

gambit-nfg2tex [-r PLAYER] [-c PLAYER] [-h] [-q]

DESCRIPTION

gambit-nfg2tex reads a Gambit .nfg file on standard input and outputs a LaTeX representation of the game.

This program creates a representation of the input file as a series of tables, using the sgame style distributed by Martin Osborne.

OPTIONS

-r PLAYER

Specifies the player to be shown on the rows of the table. If not specified, the default is player number 1.

-c PLAYER

Specifies the player to be shown on the columns of the table. If not specified, the default is player number 2.

-h

Prints a help message listing the available options.

-q

Suppresses printing of the banner at program launch.

USAGE

gambit-nfg2tex [OPTIONS] < file.nfg

CAVEATS

This version only provides output for the sgame style. Modifications of the program to output in other (La)TeX formats, such as tables, are sought and welcomed.

BUGS

None known.

AUTHOR

Theodore Turocy