blob: 38155f274a25cc53ee90a14a84688812aa1ccb5b (
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 relations involved
like the use of grandchildren or great-grandchildren.
With the istgame package, you can draw a game tree
as easily as drawing a game tree with 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 ktug.org>.
|