everything till graphs
[bsc-thesis1415.git] / thesis2 / README
1 This package has a little macro that lets you write directed graphs in
2 graphviz/dot syntax inside your LaTeX files, and have the rendered
3 version automatically included. For example:
4
5 \digraph[scale=0.5]{abc}{rankdir=LR; a->b; b->c}
6
7 Will result in three ovals in a row, labeled "a", "b", and "c",
8 respectively. There are some details and known limitations described
9 in the documentation.
10
11
12 Distributed files include:
13
14 README -- this file
15 graphviz.pdf -- pre-compiled documentation
16 graphviz.dtx -- full source (generates .sty and .dvi/.pdf)
17 graphviz.ins -- used to extract .sty from .dtx
18 Makefile -- may be used to generate .sty and .pdf
19
20
21 Thanks to Scott Pakin for writing the tutorial on how to create .dtx
22 and .ins files.
23