comparison doc/design/graphdrawing.tex @ 2604:c9b17ac5c06b

Doc fixes.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 05 May 2011 17:03:43 +0200
parents e4395464810e
children 15774da89658
comparison
equal deleted inserted replaced
2599:f713d83b5a6b 2604:c9b17ac5c06b
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"; ranksep="0.2"; \BODY }} 24 \NewEnviron{digraphenv}[2]{\digraph[#1]{#2}{ nodesep="0.1"; ranksep="0.18 equally"; \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];}