我无法\tikzparentnode
在里面输入命令\newcommand
。
它返回Undefined Control Sequence
错误。
这是我的命令定义:
\newcommand{\childstyle}[4]
{
#1/.style = {fill=#2, grow=down, xshift=#3, anchor=west, text width = #4, edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)}}
}
我的文档中的用法:
\begin{tikzpicture}[
.....
\childstyle{L3}{green}{1em}{3cm}
...... % ohter definitions
]
有什么建议么?