I'm trying to use the egameps package in order to draw some extensive form games in LaTeX. First, I tried to just copy an example from the documentation into my own LaTeX-file. However, this example code already generates an error.
My code looks like this:
Code: Select all
\documentclass{article}
\usepackage{pstricks}
\usepackage{egameps}
\begin{document}
\begin{egame}(600,280)
\putbranch(300,240)(2,1){200}
\iib{1}{$L$}{$R$}
\putbranch(100,140)(1,1){100}
\iib{}{$a$}{$b$}[$1,0$][$2,3$]
\putbranch(500,140)(1,1){100}
\iib{}{$c$}{$d$}[$0,1$][$-1,0$]
\infoset(100,140){400}{2}
\end{egame}
\end{document}
And the generated error message is this one:
Code: Select all
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.11 \putbranch
(100,140)(1,1){100}
?
