[pstricks] Intersection of circles with pst-eucl

JCVD jcvdbeaware at laposte.net
Mon Oct 23 16:41:23 CEST 2017


Hello,

Thanks for the answer. Giving the points position works, but why is it
necessary to do this? Is not there a problem?

Sebastien

-----Message d'origine-----
De : PSTricks [mailto:pstricks-bounces at tug.org] De la part de
pstricks-request at tug.org
Envoyé : dimanche 15 octobre 2017 16:14
À : pstricks at tug.org
Objet : PSTricks Digest, Vol 176, Issue 4

Send PSTricks mailing list submissions to
	pstricks at tug.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://tug.org/mailman/listinfo/pstricks
or, via email, send a message with subject or body 'help' to
	pstricks-request at tug.org

You can reach the person managing the list at
	pstricks-owner at tug.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of PSTricks digest..."


Today's Topics:

   1. Re: Intersection of circles with pst-eucl (Herbert Voss)


----------------------------------------------------------------------

Message: 1
Date: Sun, 15 Oct 2017 16:13:50 +0200
From: "Herbert Voss" <Herbert.Voss at FU-Berlin.DE>
To: "Graphics with PSTricks" <pstricks at tug.org>
Subject: Re: [pstricks] Intersection of circles with pst-eucl
Message-ID:
	<63646.46.90.55.107.1508076830.webmail at webmail.zedat.fu-berlin.de>
Content-Type: text/plain; charset="utf-8"

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.
png>

------------------------------

Subject: Digest Footer

_______________________________________________
PSTricks mailing list
PSTricks at tug.org
http://tug.org/mailman/listinfo/pstricks


------------------------------

End of PSTricks Digest, Vol 176, Issue 4
****************************************




More information about the PSTricks mailing list