我無法\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
]
有什麼建議麼?