diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/visualtikz/Source/tkztree.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/visualtikz/Source/tkztree.tex | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/visualtikz/Source/tkztree.tex b/Master/texmf-dist/doc/latex/visualtikz/Source/tkztree.tex index 647f7a33775..9baea5e1e4b 100644 --- a/Master/texmf-dist/doc/latex/visualtikz/Source/tkztree.tex +++ b/Master/texmf-dist/doc/latex/visualtikz/Source/tkztree.tex @@ -101,9 +101,9 @@ child {node{soeur}}; \end{tikzpicture} \\ \hline -\BS{node} \AC{père}[\RDD{grow=-30}] +\BS{node} \AC{père}[\RDD{grow}=-30] & -\BS{node} \AC{père}[\RDD{grow=30}] +\BS{node} \AC{père}[\RDD{grow}=30] & \BS{node} \AC{père}[\RDD{grow'}=30] \\ \hline @@ -139,11 +139,11 @@ child {node{soeur}}; \end{tikzpicture} \\ \hline -\BS{node} \AC{père}[\RDD{grow=up}] +\BS{node} \AC{père}[\RDD{grow}=up] & -\BS{node} \AC{père}[\RDD{grow=left}] +\BS{node} \AC{père}[\RDD{grow}=left] & -\BS{node} \AC{père}[\RDD{grow=right}] +\BS{node} \AC{père}[\RDD{grow}=right] \\ \hline \begin{tikzpicture} \node {père}[grow=north] @@ -172,11 +172,11 @@ child {node{soeur}}; \end{tikzpicture} \\ \hline -\BS{node} \AC{père}[\RDD{grow=north}] +\BS{node} \AC{père}[\RDD{grow}=north] & -\BS{node} \AC{père}[\RDD{grow=east}] +\BS{node} \AC{père}[\RDD{grow}=east] & -\BS{node} \AC{père}[\RDD{grow=north east}] +\BS{node} \AC{père}[\RDD{grow}=north east ] \\ \hline \end{tabular} @@ -194,11 +194,11 @@ & \parbox[c]{8cm}{ \BS{node} \AC{père}\\ - child[\RDD{grow=right},red] \AC{node \AC{frère}}\\ + child[\RDD{grow}=right,red] \AC{node \AC{frère}}\\ child \AC{node \AC{moi}\\ child \AC{node \AC{fils}}\\ child \AC{node \AC{fille}}}\\ - child[\RDD{grow=north west},red] \AC{node\AC{soeur}};\\ + child[\RDD{grow}=north west,red] \AC{node\AC{soeur}};\\ } \\ \hline \end{tabular} @@ -542,7 +542,7 @@ child \AC{node {\color{red}(f)} \AC{soeur}};\\ \\ child \AC{node \AC{frère}} & child \AC{node \AC{frère}} \\ child \{ node \AC{moi} & child \{ node \AC{moi}\\ - child \AC{node \AC{fils}} & child [\RDD{child anchor=west},red] \AC{node \AC{fils}} \\ + child \AC{node \AC{fils}} & child [\RDD{child anchor}=west,red] \AC{node \AC{fils}} \\ child \AC{node \AC{fils}} \}; & child \AC{node \AC{fils}} \}; \\ \hline \end{tabular} @@ -567,13 +567,13 @@ child \AC{node {\color{red}(f)} \AC{soeur}};\\ }; \end{tikzpicture} \\ \hline - \BS{node} \AC{pére} [\RDD{parent anchor=east},red] + \BS{node} \AC{pére} [\RDD{parent anchor}=east,red] & \BS{node} \AC{pére} \\ child \AC{node \AC{frère}} & child \AC{node \AC{frère}} \\ child \{ node \AC{moi} & child \{ node \AC{moi}\\ - child \AC{node \AC{fils}} & child [\RDD{parent anchor=west},red] \AC{node \AC{fils}} \\ + child \AC{node \AC{fils}} & child [\RDD{parent anchor}=west,red] \AC{node \AC{fils}} \\ child \AC{node \AC{fils}} \}; & child \AC{node \AC{fils}} \}; \\ \hline \end{tabular} |