blob: e802d590109150716f603b2bc45a35079c66b777 (
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
|
istgame.sty: Drawing Game Trees with TikZ
=====================================
Author: In-Sung Cho
Introduction:
This is a LaTeX package that provides macros based on TikZ to draw a game tree.
The main idea underlying the core macros here is the completion of a whole tree
by using a sequence of simple ‘parent-child’ tree structures,
with no longer nested relations involved
like the use of grandchildren or great-grandchildren.
With the istgame package, you can draw a game tree
as if you were drawing a game tree with a pen and paper.
Dependencies:
The package istgame depends on the packages tikz, xparse, and expl3.
License:
This work may be distributed and/or modified
under the conditions of the LaTeX Project Public License,
either version 1.3c of this license or any later version.
The latest version of this license is in
http://www.latex-project.org/lppl.txt.
Contacts:
Please report any errors or suggestions to the author,
In-Sung Cho at <ischo at tug.org>.
|