스마트다이어그램이 포함된 Tikzposter

스마트다이어그램이 포함된 Tikzposter

tikzposter에서 스마트다이어그램을 사용하고 싶습니다. 작은 테스트를 만들었습니다.

\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를 로드했기 때문인 것 같지만 이 문제를 해결하지 못했습니다.

관련 정보