comparison doc/design/graphdrawing.tex @ 2598:e4395464810e

Made graphs smaller.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 05 May 2011 16:22:59 +0200
parents 999407dbfe10
children c9b17ac5c06b
comparison
equal deleted inserted replaced
2597:08cda6637103 2598:e4395464810e
19 the `\texttt{-shell-escape} option. 19 the `\texttt{-shell-escape} option.
20 \end{tabular}} 20 \end{tabular}}
21 } 21 }
22 } 22 }
23 23
24 \NewEnviron{digraphenv}[2]{\digraph[#1]{#2}{ nodesep="0.1"; \BODY }} 24 \NewEnviron{digraphenv}[2]{\digraph[#1]{#2}{ nodesep="0.1"; ranksep="0.2"; \BODY }}
25 25
26 \newcommand{\control}[2]{#1:successors:s -> #2:predecessors:n [color=red];} 26 \newcommand{\control}[2]{#1:successors:s -> #2:predecessors:n [color=red];}
27 \newcommand{\controllabel}[2]{#1:s -> #2:predecessors:n [color=red];} 27 \newcommand{\controllabel}[2]{#1:s -> #2:predecessors:n [color=red];}
28 \newcommand{\data}[2]{#2:usages:s -> #1:inputs [color=black,dir=back];} 28 \newcommand{\data}[2]{#2:usages:s -> #1:inputs [color=black,dir=back];}
29 \newcommand{\datalabel}[2]{#2:usages:s -> #1:n [color=black,dir=back];} 29 \newcommand{\datalabel}[2]{#2:usages:s -> #1:n [color=black,dir=back];}