genealogytree pgfkeys 错误

genealogytree pgfkeys 错误

我正在运行一个简单的家谱树示例,但当我输入选项 [template=signpost] 时,收到有关 pgfkeys 包的错误消息。它不允许居中:

! 软件包 pgfkeys 错误:我不知道您传递给它的密钥‘/tcb/halign’

我该如何解决它?

我正在使用 Windows 8 系统,运行来自 TexMaker 4.2 的 MikTex2.9。我无法自动升级,我的互联网服务器不允许我


\documentclass[landscape]{standalone}
\usepackage[all]{genealogytree}
%======================================
\begin{document}
%======================================
\begin{tikzpicture}
\genealogytree[template=signpost]{
parent{
c[id=na1,female]{Hija 1 \, \\ \gtrsymBorn\, Sta. Fe, 11 Ago   }
g[id=na2, male]{hijo 2\, \\ \gtrsymBorn\, Sta. Fe, 11 Ago }
p[male]{pap\'a\, \\ \gtrsymBorn\, Zaragoza, 8 Ene  }
p[female]{mam\'a\, \\ \gtrsymBorn\,Asturias, 5 Ago }
}
}
\end{tikzpicture}
\end{document}

相关内容