Erro do Smartdiagram ao compilar

Erro do Smartdiagram ao compilar

Eu quero usar odiagrama inteligentemas por algum motivo recebo um erro:

! Undefined control sequence. \smartdiagram 
code #1#2->\StrCut {#1}{:}\diagramtype \option \IfNoValueTF {#... l.6 ...ram]
{Initiation,Planning,Execution,Closure} The control sequence at the end of 
the top line of your error message was never \def'ed. If you have misspelled 
it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). 
Otherwise just continue, and I'll forget about whatever was undefined.

! Undefined control sequence. \smartdiagram
code ...\StrCut {#1}{:}\diagramtype \option \IfNoValueTF {#1}{... l.6 ...ram]
{Initiation,Planning,Execution,Closure} The control sequence at the end of 
the top line of your error message was never \def'ed. If you have misspelled 
it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). 
Otherwise just continue, and I'll forget about whatever was undefined.

Aqui está o código que eu uso.

\documentclass[12pt]{article}
\usepackage{smartdiagram}

\begin{document}
    \begin{center}
    \smartdiagram[circular diagram]{Initiation,Planning,Execution,Closure}
    \end{center}
\end{document}

Responder1

Não há necessidade de especificar os pacotes adicionais. O Smartdiagram irá chamá-los automaticamente. Seu MWE está correto e compila (Kubuntu 12.10, mas com uma "instalação Vanilla Latex" completa). Já tive problemas semelhantes antes, com o PPA Texlive2012. Então, se você realmente está trabalhando com o xUbuntu, experimente um "vanilla Latex" completo.

informação relacionada