在 genealogytree 中使用 tikz={xshift=..} 时出现问题

在 genealogytree 中使用 tikz={xshift=..} 时出现问题

genealogytree我从手册中剪切并粘贴了下面的示例

\documentclass{standalone} 
\usepackage[all]{genealogytree}              
\begin{document} 
 \begin{tikzpicture} \genealogytree[template=formal graph, ]{%
  child{
    g{A}   p{B}
    c[tikz={xshift=-20mm,yshift=-5mm}]{C}
    c{D}  c{E}
} }
\end{tikzpicture}
\end{document}

问题是它无法编译-我收到错误消息:

“我不知道您传递了‘xshift=-20mm,yshift=-5mm’的键‘/gtr/tikz’,我将忽略它”。

我显然遗漏了一些东西,任何帮助都值得感激。

相关内容