I want to use the smartdiagram but by some reason a get a error:
! 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.
Here are a the code I use.
\documentclass[12pt]{article}
\usepackage{smartdiagram}
\begin{document}
\begin{center}
\smartdiagram[circular diagram]{Initiation,Planning,Execution,Closure}
\end{center}
\end{document}
diagramoption has been defined; you have to select, saycircular diagram. You find the complete list of diagrams in the documentation. BTW: check that your distribution has the required packages (first section: Introduction and requirements). – Claudio Fiandrino Apr 03 '13 at 12:36xparse,etoolboxandxstring, besides TikZ of course? – Claudio Fiandrino Apr 03 '13 at 12:59\documentclass[12pt]{article} \usepackage{tikz} \usepackage{smartdiagram} \usepackage{xparse} \usepackage{etoolbox} \usepackage{xstring} \begin{document} \begin{center} \smartdiagram[circular diagram]{Initiation,Planning,Execution,Closure} \end{center} \end{document}Do I still get a error – boje Apr 03 '13 at 13:29smartdiagram: I thought you missedxstringwhich would have been a possible cause of the error. Unfortunately I can compile without errors both codes you provide with both versions 0.2 and 0.3 (which I already sent to CTAN, so it's matter of days before having it available on TeXLive and MiKTeX). – Claudio Fiandrino Apr 03 '13 at 14:02I tested the example from the package documentation and the problem persists.
If I compile with a minimum example, only loading \usepackage{smartdiagram}, but not refering to it inside the document environment, the error shown says: \usesmartdiagramlibrary{core.definitions}
– djnavas Apr 27 '13 at 07:13The new version of smartdiagram, works well. Thanks a lot for your advice.
– djnavas May 08 '13 at 17:02