How to delete unnecessary dot?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












4















documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle(0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument


enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-2,-2)(2,2)
pstTriangle[PointSymbol=none,%% <<---
linecolor=blue,linewidth=1.5pslinewidth](1.5,-1)A(0,1)B(-1,-.5)C
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture
enddocument


enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture
enddocument


enter image description here



A new problem.



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
pssetunit=3cm
beginpspicture(2,2)

%{pssetPointSymbolA=none,PointSymbolB=none,PointName=none

pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslationDBC[C1] % phep tinh tien
pstTranslationBDC[C2]
pstInterLCC1C2CBM1M2 % giao diem duong tron va duong thang
pstInterLCAC1AM1M3M4
pstInterLCAC2AM2M5M6
%psGetDistanceAB(A)(M2)MW get 1.73205
psarc(A)1.73205090
psline(M6)(A)(M4)

psdot*(1,1)
endpspicture
enddocument


enter image description hereenter image description here



 documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pstGeonode[PointSymbol=none,PointName=B,C,none,PosAngle=-110,-80](0,0)B(7,0)C(-1,0)Z(5,0)Y
pstInterCC[PointSymbol=none,PosAngleA=90]BYCZAM2 %%<<<---
pspolygon(B)(A)(C)
endpspicture
enddocument


With ver 1.61 it produces:



enter image description here



With ver 1.63 it produces:



enter image description here










share|improve this question
























  • @jfbu, the OP refers to the black bullet indicating the intersection.

    – Sigur
    Jan 26 at 15:42











  • The Section 3.6 from pst-eucl documentation shows the same problem. Looks like a bug?

    – Sigur
    Jan 26 at 15:47











  • One way it to pass none to each point: pstTriangle[PointSymbolC=none,PointSymbolA=none,PointSymbolB=none](0,4)C(0,0)A(3,0)B

    – Sigur
    Jan 26 at 15:50






  • 1





    Only the first point in the list of the three for the triangle has to be set additionally to none: PointSymbolA=none. And it makes no difference if your first point is named C

    – Herbert
    Jan 27 at 7:01







  • 1





    @Herbert yes, I loaded pstInterCC normally....

    – chishimutoji
    Jan 31 at 11:11















4















documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle(0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument


enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-2,-2)(2,2)
pstTriangle[PointSymbol=none,%% <<---
linecolor=blue,linewidth=1.5pslinewidth](1.5,-1)A(0,1)B(-1,-.5)C
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture
enddocument


enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture
enddocument


enter image description here



A new problem.



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
pssetunit=3cm
beginpspicture(2,2)

%{pssetPointSymbolA=none,PointSymbolB=none,PointName=none

pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslationDBC[C1] % phep tinh tien
pstTranslationBDC[C2]
pstInterLCC1C2CBM1M2 % giao diem duong tron va duong thang
pstInterLCAC1AM1M3M4
pstInterLCAC2AM2M5M6
%psGetDistanceAB(A)(M2)MW get 1.73205
psarc(A)1.73205090
psline(M6)(A)(M4)

psdot*(1,1)
endpspicture
enddocument


enter image description hereenter image description here



 documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pstGeonode[PointSymbol=none,PointName=B,C,none,PosAngle=-110,-80](0,0)B(7,0)C(-1,0)Z(5,0)Y
pstInterCC[PointSymbol=none,PosAngleA=90]BYCZAM2 %%<<<---
pspolygon(B)(A)(C)
endpspicture
enddocument


With ver 1.61 it produces:



enter image description here



With ver 1.63 it produces:



enter image description here










share|improve this question
























  • @jfbu, the OP refers to the black bullet indicating the intersection.

    – Sigur
    Jan 26 at 15:42











  • The Section 3.6 from pst-eucl documentation shows the same problem. Looks like a bug?

    – Sigur
    Jan 26 at 15:47











  • One way it to pass none to each point: pstTriangle[PointSymbolC=none,PointSymbolA=none,PointSymbolB=none](0,4)C(0,0)A(3,0)B

    – Sigur
    Jan 26 at 15:50






  • 1





    Only the first point in the list of the three for the triangle has to be set additionally to none: PointSymbolA=none. And it makes no difference if your first point is named C

    – Herbert
    Jan 27 at 7:01







  • 1





    @Herbert yes, I loaded pstInterCC normally....

    – chishimutoji
    Jan 31 at 11:11













4












4








4








documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle(0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument


enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-2,-2)(2,2)
pstTriangle[PointSymbol=none,%% <<---
linecolor=blue,linewidth=1.5pslinewidth](1.5,-1)A(0,1)B(-1,-.5)C
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture
enddocument


enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture
enddocument


enter image description here



A new problem.



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
pssetunit=3cm
beginpspicture(2,2)

%{pssetPointSymbolA=none,PointSymbolB=none,PointName=none

pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslationDBC[C1] % phep tinh tien
pstTranslationBDC[C2]
pstInterLCC1C2CBM1M2 % giao diem duong tron va duong thang
pstInterLCAC1AM1M3M4
pstInterLCAC2AM2M5M6
%psGetDistanceAB(A)(M2)MW get 1.73205
psarc(A)1.73205090
psline(M6)(A)(M4)

psdot*(1,1)
endpspicture
enddocument


enter image description hereenter image description here



 documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pstGeonode[PointSymbol=none,PointName=B,C,none,PosAngle=-110,-80](0,0)B(7,0)C(-1,0)Z(5,0)Y
pstInterCC[PointSymbol=none,PosAngleA=90]BYCZAM2 %%<<<---
pspolygon(B)(A)(C)
endpspicture
enddocument


With ver 1.61 it produces:



enter image description here



With ver 1.63 it produces:



enter image description here










share|improve this question
















documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle(0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument


enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-2,-2)(2,2)
pstTriangle[PointSymbol=none,%% <<---
linecolor=blue,linewidth=1.5pslinewidth](1.5,-1)A(0,1)B(-1,-.5)C
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture
enddocument


enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture
enddocument


enter image description here



A new problem.



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
pssetunit=3cm
beginpspicture(2,2)

%{pssetPointSymbolA=none,PointSymbolB=none,PointName=none

pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslationDBC[C1] % phep tinh tien
pstTranslationBDC[C2]
pstInterLCC1C2CBM1M2 % giao diem duong tron va duong thang
pstInterLCAC1AM1M3M4
pstInterLCAC2AM2M5M6
%psGetDistanceAB(A)(M2)MW get 1.73205
psarc(A)1.73205090
psline(M6)(A)(M4)

psdot*(1,1)
endpspicture
enddocument


enter image description hereenter image description here



 documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pstGeonode[PointSymbol=none,PointName=B,C,none,PosAngle=-110,-80](0,0)B(7,0)C(-1,0)Z(5,0)Y
pstInterCC[PointSymbol=none,PosAngleA=90]BYCZAM2 %%<<<---
pspolygon(B)(A)(C)
endpspicture
enddocument


With ver 1.61 it produces:



enter image description here



With ver 1.63 it produces:



enter image description here







pstricks pst-eucl






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 3 at 9:18







chishimutoji

















asked Jan 26 at 14:38









chishimutojichishimutoji

6501320




6501320












  • @jfbu, the OP refers to the black bullet indicating the intersection.

    – Sigur
    Jan 26 at 15:42











  • The Section 3.6 from pst-eucl documentation shows the same problem. Looks like a bug?

    – Sigur
    Jan 26 at 15:47











  • One way it to pass none to each point: pstTriangle[PointSymbolC=none,PointSymbolA=none,PointSymbolB=none](0,4)C(0,0)A(3,0)B

    – Sigur
    Jan 26 at 15:50






  • 1





    Only the first point in the list of the three for the triangle has to be set additionally to none: PointSymbolA=none. And it makes no difference if your first point is named C

    – Herbert
    Jan 27 at 7:01







  • 1





    @Herbert yes, I loaded pstInterCC normally....

    – chishimutoji
    Jan 31 at 11:11

















  • @jfbu, the OP refers to the black bullet indicating the intersection.

    – Sigur
    Jan 26 at 15:42











  • The Section 3.6 from pst-eucl documentation shows the same problem. Looks like a bug?

    – Sigur
    Jan 26 at 15:47











  • One way it to pass none to each point: pstTriangle[PointSymbolC=none,PointSymbolA=none,PointSymbolB=none](0,4)C(0,0)A(3,0)B

    – Sigur
    Jan 26 at 15:50






  • 1





    Only the first point in the list of the three for the triangle has to be set additionally to none: PointSymbolA=none. And it makes no difference if your first point is named C

    – Herbert
    Jan 27 at 7:01







  • 1





    @Herbert yes, I loaded pstInterCC normally....

    – chishimutoji
    Jan 31 at 11:11
















@jfbu, the OP refers to the black bullet indicating the intersection.

– Sigur
Jan 26 at 15:42





@jfbu, the OP refers to the black bullet indicating the intersection.

– Sigur
Jan 26 at 15:42













The Section 3.6 from pst-eucl documentation shows the same problem. Looks like a bug?

– Sigur
Jan 26 at 15:47





The Section 3.6 from pst-eucl documentation shows the same problem. Looks like a bug?

– Sigur
Jan 26 at 15:47













One way it to pass none to each point: pstTriangle[PointSymbolC=none,PointSymbolA=none,PointSymbolB=none](0,4)C(0,0)A(3,0)B

– Sigur
Jan 26 at 15:50





One way it to pass none to each point: pstTriangle[PointSymbolC=none,PointSymbolA=none,PointSymbolB=none](0,4)C(0,0)A(3,0)B

– Sigur
Jan 26 at 15:50




1




1





Only the first point in the list of the three for the triangle has to be set additionally to none: PointSymbolA=none. And it makes no difference if your first point is named C

– Herbert
Jan 27 at 7:01






Only the first point in the list of the three for the triangle has to be set additionally to none: PointSymbolA=none. And it makes no difference if your first point is named C

– Herbert
Jan 27 at 7:01





1




1





@Herbert yes, I loaded pstInterCC normally....

– chishimutoji
Jan 31 at 11:11





@Herbert yes, I loaded pstInterCC normally....

– chishimutoji
Jan 31 at 11:11










2 Answers
2






active

oldest

votes


















6














Edit (based on @chishimotoji's comment)



Only PointSymbolA=none is enough to delete the black bullet.



But, that is strange to me since the bullet is at point C in coordinates (0,8) (note the change of units).




Pass the options PointSymbolA=none (and for other 2 points) to the pstTriangle command.



enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle[%
PointSymbolC=none,
PointSymbolA=none,
PointSymbolB=none
](0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument





share|improve this answer

























  • PointSymbolA=none, position " A " PointSymbolC=none, PointSymbolB=none are unnecessary... :-)

    – chishimutoji
    Jan 26 at 15:56












  • @chishimotoji, sorry. Could write it better? I wrote 3 lines of codes. Are you saying that only one is needed?

    – Sigur
    Jan 26 at 16:01











  • Oh no, I think there is a problem with the first position of pstTriangle[Options]()A...

    – chishimutoji
    Jan 26 at 16:08












  • @chishimotoji, I edited.

    – Sigur
    Jan 26 at 16:09


















3














With version 1.63, available from http://archiv.dante.de/~herbert/TeXnik/tex/generic/pst-eucl/ or in the next two days with an update of the TeXLive or MikTeX:



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument

beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture


pssetunit=3cm

beginpspicture(2,2)
pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslation[PointSymbol=none]DBC[C1]
pstTranslation[PointSymbol=none]BDC[C2]
pstInterLC[PointSymbol=none]C1C2CBM1M2
pstInterLC[PointSymbol=none]AC1AM1M3M4
pstInterLC[PointSymbol=none]AC2AM2M5M6
psarc(A)1.73205090
psline(M6)(A)(M4)
psdot*(C)
endpspicture
enddocument


enter image description here



enter image description here






share|improve this answer























  • Yes, I see. Thanks ...

    – chishimutoji
    Jan 27 at 12:58






  • 1





    Please see edited question. Label A is lost.

    – chishimutoji
    Jan 31 at 7:26










Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471965%2fhow-to-delete-unnecessary-dot%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









6














Edit (based on @chishimotoji's comment)



Only PointSymbolA=none is enough to delete the black bullet.



But, that is strange to me since the bullet is at point C in coordinates (0,8) (note the change of units).




Pass the options PointSymbolA=none (and for other 2 points) to the pstTriangle command.



enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle[%
PointSymbolC=none,
PointSymbolA=none,
PointSymbolB=none
](0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument





share|improve this answer

























  • PointSymbolA=none, position " A " PointSymbolC=none, PointSymbolB=none are unnecessary... :-)

    – chishimutoji
    Jan 26 at 15:56












  • @chishimotoji, sorry. Could write it better? I wrote 3 lines of codes. Are you saying that only one is needed?

    – Sigur
    Jan 26 at 16:01











  • Oh no, I think there is a problem with the first position of pstTriangle[Options]()A...

    – chishimutoji
    Jan 26 at 16:08












  • @chishimotoji, I edited.

    – Sigur
    Jan 26 at 16:09















6














Edit (based on @chishimotoji's comment)



Only PointSymbolA=none is enough to delete the black bullet.



But, that is strange to me since the bullet is at point C in coordinates (0,8) (note the change of units).




Pass the options PointSymbolA=none (and for other 2 points) to the pstTriangle command.



enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle[%
PointSymbolC=none,
PointSymbolA=none,
PointSymbolB=none
](0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument





share|improve this answer

























  • PointSymbolA=none, position " A " PointSymbolC=none, PointSymbolB=none are unnecessary... :-)

    – chishimutoji
    Jan 26 at 15:56












  • @chishimotoji, sorry. Could write it better? I wrote 3 lines of codes. Are you saying that only one is needed?

    – Sigur
    Jan 26 at 16:01











  • Oh no, I think there is a problem with the first position of pstTriangle[Options]()A...

    – chishimutoji
    Jan 26 at 16:08












  • @chishimotoji, I edited.

    – Sigur
    Jan 26 at 16:09













6












6








6







Edit (based on @chishimotoji's comment)



Only PointSymbolA=none is enough to delete the black bullet.



But, that is strange to me since the bullet is at point C in coordinates (0,8) (note the change of units).




Pass the options PointSymbolA=none (and for other 2 points) to the pstTriangle command.



enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle[%
PointSymbolC=none,
PointSymbolA=none,
PointSymbolB=none
](0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument





share|improve this answer















Edit (based on @chishimotoji's comment)



Only PointSymbolA=none is enough to delete the black bullet.



But, that is strange to me since the bullet is at point C in coordinates (0,8) (note the change of units).




Pass the options PointSymbolA=none (and for other 2 points) to the pstTriangle command.



enter image description here



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument
beginpspicture[showgrid](-5,-5)(10,10)
pssetunit=2cm,PointSymbol=none,PointName=none
pstTriangle[%
PointSymbolC=none,
PointSymbolA=none,
PointSymbolB=none
](0,4)C(0,0)A(3,0)B
%%% OR pstTriangle[PointSymbol=none](0,4)C(0,0)A(3,0)B
pstMiddleABABI1 pstArcOABI1AB
pstMiddleABBCI2 pstArcOABI2BC
pstMiddleABCAI3 pstArcOABI3CA
endpspicture
enddocument






share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 26 at 16:09

























answered Jan 26 at 15:51









SigurSigur

24.8k356139




24.8k356139












  • PointSymbolA=none, position " A " PointSymbolC=none, PointSymbolB=none are unnecessary... :-)

    – chishimutoji
    Jan 26 at 15:56












  • @chishimotoji, sorry. Could write it better? I wrote 3 lines of codes. Are you saying that only one is needed?

    – Sigur
    Jan 26 at 16:01











  • Oh no, I think there is a problem with the first position of pstTriangle[Options]()A...

    – chishimutoji
    Jan 26 at 16:08












  • @chishimotoji, I edited.

    – Sigur
    Jan 26 at 16:09

















  • PointSymbolA=none, position " A " PointSymbolC=none, PointSymbolB=none are unnecessary... :-)

    – chishimutoji
    Jan 26 at 15:56












  • @chishimotoji, sorry. Could write it better? I wrote 3 lines of codes. Are you saying that only one is needed?

    – Sigur
    Jan 26 at 16:01











  • Oh no, I think there is a problem with the first position of pstTriangle[Options]()A...

    – chishimutoji
    Jan 26 at 16:08












  • @chishimotoji, I edited.

    – Sigur
    Jan 26 at 16:09
















PointSymbolA=none, position " A " PointSymbolC=none, PointSymbolB=none are unnecessary... :-)

– chishimutoji
Jan 26 at 15:56






PointSymbolA=none, position " A " PointSymbolC=none, PointSymbolB=none are unnecessary... :-)

– chishimutoji
Jan 26 at 15:56














@chishimotoji, sorry. Could write it better? I wrote 3 lines of codes. Are you saying that only one is needed?

– Sigur
Jan 26 at 16:01





@chishimotoji, sorry. Could write it better? I wrote 3 lines of codes. Are you saying that only one is needed?

– Sigur
Jan 26 at 16:01













Oh no, I think there is a problem with the first position of pstTriangle[Options]()A...

– chishimutoji
Jan 26 at 16:08






Oh no, I think there is a problem with the first position of pstTriangle[Options]()A...

– chishimutoji
Jan 26 at 16:08














@chishimotoji, I edited.

– Sigur
Jan 26 at 16:09





@chishimotoji, I edited.

– Sigur
Jan 26 at 16:09











3














With version 1.63, available from http://archiv.dante.de/~herbert/TeXnik/tex/generic/pst-eucl/ or in the next two days with an update of the TeXLive or MikTeX:



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument

beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture


pssetunit=3cm

beginpspicture(2,2)
pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslation[PointSymbol=none]DBC[C1]
pstTranslation[PointSymbol=none]BDC[C2]
pstInterLC[PointSymbol=none]C1C2CBM1M2
pstInterLC[PointSymbol=none]AC1AM1M3M4
pstInterLC[PointSymbol=none]AC2AM2M5M6
psarc(A)1.73205090
psline(M6)(A)(M4)
psdot*(C)
endpspicture
enddocument


enter image description here



enter image description here






share|improve this answer























  • Yes, I see. Thanks ...

    – chishimutoji
    Jan 27 at 12:58






  • 1





    Please see edited question. Label A is lost.

    – chishimutoji
    Jan 31 at 7:26















3














With version 1.63, available from http://archiv.dante.de/~herbert/TeXnik/tex/generic/pst-eucl/ or in the next two days with an update of the TeXLive or MikTeX:



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument

beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture


pssetunit=3cm

beginpspicture(2,2)
pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslation[PointSymbol=none]DBC[C1]
pstTranslation[PointSymbol=none]BDC[C2]
pstInterLC[PointSymbol=none]C1C2CBM1M2
pstInterLC[PointSymbol=none]AC1AM1M3M4
pstInterLC[PointSymbol=none]AC2AM2M5M6
psarc(A)1.73205090
psline(M6)(A)(M4)
psdot*(C)
endpspicture
enddocument


enter image description here



enter image description here






share|improve this answer























  • Yes, I see. Thanks ...

    – chishimutoji
    Jan 27 at 12:58






  • 1





    Please see edited question. Label A is lost.

    – chishimutoji
    Jan 31 at 7:26













3












3








3







With version 1.63, available from http://archiv.dante.de/~herbert/TeXnik/tex/generic/pst-eucl/ or in the next two days with an update of the TeXLive or MikTeX:



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument

beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture


pssetunit=3cm

beginpspicture(2,2)
pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslation[PointSymbol=none]DBC[C1]
pstTranslation[PointSymbol=none]BDC[C2]
pstInterLC[PointSymbol=none]C1C2CBM1M2
pstInterLC[PointSymbol=none]AC1AM1M3M4
pstInterLC[PointSymbol=none]AC2AM2M5M6
psarc(A)1.73205090
psline(M6)(A)(M4)
psdot*(C)
endpspicture
enddocument


enter image description here



enter image description here






share|improve this answer













With version 1.63, available from http://archiv.dante.de/~herbert/TeXnik/tex/generic/pst-eucl/ or in the next two days with an update of the TeXLive or MikTeX:



documentclass[border=15pt,pstricks,12pt]standalone
usepackagepst-eucl

begindocument

beginpspicture[showgrid](-2,-2)(2,2)
pstGeonode[PointSymbol=none,PosAngle=0,90,180](1.5,-1)A(0,1)B(-1,-.5)C
pspolygon[linejoin=2](A)(B)(C)
pstTriangleIC[linecolor=red]ABC
pstTriangleOC[linecolor=red]ABC
endpspicture


pssetunit=3cm

beginpspicture(2,2)
pssetPointSymbol=none,PointName=none
pstGeonode(0,0)A(1,0)B(1,1)C(0,1)D
pswedge[fillstyle=solid,fillcolor=red](C)1135-45
pstTranslation[PointSymbol=none]DBC[C1]
pstTranslation[PointSymbol=none]BDC[C2]
pstInterLC[PointSymbol=none]C1C2CBM1M2
pstInterLC[PointSymbol=none]AC1AM1M3M4
pstInterLC[PointSymbol=none]AC2AM2M5M6
psarc(A)1.73205090
psline(M6)(A)(M4)
psdot*(C)
endpspicture
enddocument


enter image description here



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 27 at 11:39









HerbertHerbert

274k24416729




274k24416729












  • Yes, I see. Thanks ...

    – chishimutoji
    Jan 27 at 12:58






  • 1





    Please see edited question. Label A is lost.

    – chishimutoji
    Jan 31 at 7:26

















  • Yes, I see. Thanks ...

    – chishimutoji
    Jan 27 at 12:58






  • 1





    Please see edited question. Label A is lost.

    – chishimutoji
    Jan 31 at 7:26
















Yes, I see. Thanks ...

– chishimutoji
Jan 27 at 12:58





Yes, I see. Thanks ...

– chishimutoji
Jan 27 at 12:58




1




1





Please see edited question. Label A is lost.

– chishimutoji
Jan 31 at 7:26





Please see edited question. Label A is lost.

– chishimutoji
Jan 31 at 7:26

















draft saved

draft discarded
















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471965%2fhow-to-delete-unnecessary-dot%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay