Patrick Drechsler wrote:
> Not a big deal... I just noticed that \ArrowInside only accepts
> `->' as an argument. Is this intended or did I miss something in
> the docs?
> \psline[ArrowInside={->}](0,0)(0,1) % OK
> \psline[ArrowInside={<-}](0,0)(1,0) % No display
that is the default behaviour, only ->, -|, ... works.
Herbert