[pstricks] Angle-problems with \pspolygon and \psline

Herbert Voss LaTeX at zedat.fu-berlin.de
Thu Jun 9 14:54:36 CEST 2005


tmp wrote:
> I have a problem with the line-connections for \pspolygon and \psline.
> The two macros actually works fine but I have a problem with the middle
> points for acute angles (angles less than 90 degrees). See attachment.
> 
> How do I make \pspolygon draw the lines as N individual lines (each with
> an endpoint) instead of one line with N segments. This should remove the
> acute angles which again will remove the problem showed in the
> attachment.

\pstVerb{2 setlinejoin}

or

\pscustom{
   \code{2 setlinejoin}
   \pspolygon ...
}


give full working examples and the file list with \listfiles

Herbert




More information about the PSTricks mailing list