[pstricks] Intersection of circles with pst-eucl

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Oct 15 16:13:50 CEST 2017


JCVD schrieb:

> I have a problem with the pstInterCC command that does not display either
> the symbol or the name of the created points. The points are however
> created
> as shown in the attached example.
>
> I noticed that in the documentation, the points created in this way (page
> 20) did not appear either.
>
> Would you have a solution to the problem?


Define the position of the labels:

\documentclass[pstricks]{standalone}
\usepackage{pst-eucl}
\begin{document}

\psset{unit=.8cm}
\begin{pspicture}(-4,-3.5)(4,4.5)
\pstGeonode[PosAngle=190](0,0){A}
\pstGeonode[PosAngle=20](3,1.5){B}
\pstLineAB{A}{B}
\pstInterCC[RadiusA=\pstDistVal{3},RadiusB=\pstDistVal{3},
  CodeFig=true,PosAngleA=90,PosAngleB=-90,PointNameA=D,PointNameB=D'
  ]{A}{B}{B}{A}{D}{d}
\pstLineAB{A}{D}
\end{pspicture}

\end{document}



Herbert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot 7.png
Type: image/png
Size: 30428 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20171015/c354949f/attachment-0001.png>


More information about the PSTricks mailing list