\newcommand는 \tikzparentnode에서 작동하지 않습니다. 정의되지 않은 제어 시퀀스 오류

\newcommand는 \tikzparentnode에서 작동하지 않습니다. 정의되지 않은 제어 시퀀스 오류

\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
]

어떤 제안이 있으십니까?

관련 정보