是什麼導致我的控制序列未定義?

是什麼導致我的控制序列未定義?
Automata1.tex
8
Undefined control sequence.
<recently read> \c@lor@to@ps 

l.8 \begin{VCPicture}{(0,0)(12,10)}

我的程式碼:

\documentclass[11pt]{article}
\usepackage{vaucanson-g}
\begin{document}


\ShowGrid
\ShowFrame
\begin{VCPicture}{(0,0)(12,10)}
%4 states
\FinalStateVar[a]{(1.15,6.125)}{Q2} \FinalState[b]{(3.5,6.1)}{Q3} \FinalStateVar[c]{(5.55,6.025)}{Q4}
\State[d]{(7.725,6)}{Q5}
%0 initial-final
%7 transitions
\LoopN{Q2}{1} \LArcL{Q3}{Q2}{1}
\ArcL{Q2}{Q3}{0} \VArcL{}{Q3}{Q4}{0}
\VArcL{arcangle=55,ncurv=1.2}{Q4}{Q2}{1} \ArcL{Q4}{Q5}{0}
\CLoopNE{Q5}{0,1}


\end{VCPicture}
\end{document}

答案1

您使用了 pdflatex 而不是 Latex,很可能您使用的軟體包是基於 pstricks 的。

相關內容