
나는스마트다이어그램하지만 어떤 이유로 오류가 발생했습니다.
! 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.
내가 사용하는 코드는 다음과 같습니다.
\documentclass[12pt]{article}
\usepackage{smartdiagram}
\begin{document}
\begin{center}
\smartdiagram[circular diagram]{Initiation,Planning,Execution,Closure}
\end{center}
\end{document}
답변1
추가 패키지를 지정할 필요가 없습니다. Smartdiagram이 자동으로 호출합니다. 귀하의 MWE는 정확하고 컴파일됩니다(Kubuntu 12.10이지만 완전한 "바닐라 라텍스 설치" 포함). 이전에 Texlive2012 PPA에서도 비슷한 문제가 있었습니다. 따라서 실제로 xUbuntu로 작업하고 있다면 전체 "바닐라 라텍스"를 사용해 보십시오.