Hallo context users,
I have a basic problem on laoding vector drawings.
The photograph loads all right, the cat-drawing doensn't show up.
____________________________________________________________________
\useexternalfigure[jpgPhotoSmall][photo][type=jpg,width=2cm]
\useexternalfigure[jpgPhotoBig][photo][type=jpg,width=4cm]
\useexternalfigure[epsDrawingCat][cat][type=eps,width=4cm]
\starttext
\placefigure{A cat drawing (eps)}{\externalfigure[epsDrawingCat]}
\placefigure{A small photo (jpg)}{\externalfigure[jpgPhotoSmall]}
\placefigure{A big photo (jpg) }{\externalfigure[jpgPhotoBig]}
\stoptext
___________________________________________________________________