
Eu gostaria de usar o smartdiagram no tikzposter. Eu criei um pequeno teste
\documentclass[12pt]{article}
\usepackage{smartdiagram}
\begin{document}
\smartdiagramset{}
\smartdiagram[descriptive diagram]{%
{test,
test
}}
\end{document}
mas assim que mudo a classe para tikzposter, recebo o seguinte erro:
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.
Acho que é porque o tikzposter já carregou o tikz, mas não consegui consertar isso.