[pstricks] psbezier end C ends

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Jun 14 17:28:01 CEST 2010


Am 14.06.2010 15:26, schrieb mathias legrand:
> 
> is there a way to control the length of the extension of extended square
> ends of psbezier curves ?
> \psbezier{C-C}(......)

the "arrow" C is defined as

\def\psas at C{2 \psas@@c}
\def\psas@@c{%
  setlinecap
  0 0 moveto
  0 0.1 L % changed value from 0.5 to 0.1
  stroke
  0 0 moveto }

you can simply redefine it.

Herbert


More information about the PSTricks mailing list