我想在 tikzposter 中使用 smartdiagram。我创建了一个小测试
\documentclass[12pt]{article}
\usepackage{smartdiagram}
\begin{document}
\smartdiagramset{}
\smartdiagram[descriptive diagram]{%
{test,
test
}}
\end{document}
但是当我将类更改为 tikzposter 时,我收到以下错误:
Error: Sorry, the requested layer 'backgroundlayer' is not part of the layer list. Please verify that you provided \pgfsetlayers and that 'backgroundlayer' is part of this list.
我猜是因为 tikzposter 已经加载了 tikz,但我无法解决这个问题。