How to make a hollow node with PointSymbol=o?
Clash Royale CLAN TAG#URR8PPP
documentclass[12pt,border=5pt]standalone
usepackagenewcent,pstricks,pst-eucl,amsmath,amssymb
usepackageauto-pst-pdf
begindocument
beginpspicture
pssetPointSymbol=o
pstGeonode[PointName=none,PointSymbol=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none,PointSymbol=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMD pstLineABME
ncLineOD ncLineOE
pstInterLL[PointSymbol=none,PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM ncLineDE
endpspicture
enddocument
It produces the following.
But I want to have the following result.
pstricks pst-eucl
add a comment |
documentclass[12pt,border=5pt]standalone
usepackagenewcent,pstricks,pst-eucl,amsmath,amssymb
usepackageauto-pst-pdf
begindocument
beginpspicture
pssetPointSymbol=o
pstGeonode[PointName=none,PointSymbol=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none,PointSymbol=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMD pstLineABME
ncLineOD ncLineOE
pstInterLL[PointSymbol=none,PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM ncLineDE
endpspicture
enddocument
It produces the following.
But I want to have the following result.
pstricks pst-eucl
1
@ArtificialStupidity Yes, that code is very hot. :))
– chishimotoji
Dec 11 at 17:15
add a comment |
documentclass[12pt,border=5pt]standalone
usepackagenewcent,pstricks,pst-eucl,amsmath,amssymb
usepackageauto-pst-pdf
begindocument
beginpspicture
pssetPointSymbol=o
pstGeonode[PointName=none,PointSymbol=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none,PointSymbol=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMD pstLineABME
ncLineOD ncLineOE
pstInterLL[PointSymbol=none,PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM ncLineDE
endpspicture
enddocument
It produces the following.
But I want to have the following result.
pstricks pst-eucl
documentclass[12pt,border=5pt]standalone
usepackagenewcent,pstricks,pst-eucl,amsmath,amssymb
usepackageauto-pst-pdf
begindocument
beginpspicture
pssetPointSymbol=o
pstGeonode[PointName=none,PointSymbol=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none,PointSymbol=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMD pstLineABME
ncLineOD ncLineOE
pstInterLL[PointSymbol=none,PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM ncLineDE
endpspicture
enddocument
It produces the following.
But I want to have the following result.
pstricks pst-eucl
pstricks pst-eucl
edited Dec 11 at 15:02
Artificial Stupidity
5,29511039
5,29511039
asked Dec 11 at 14:44
chishimotoji
738212
738212
1
@ArtificialStupidity Yes, that code is very hot. :))
– chishimotoji
Dec 11 at 17:15
add a comment |
1
@ArtificialStupidity Yes, that code is very hot. :))
– chishimotoji
Dec 11 at 17:15
1
1
@ArtificialStupidity Yes, that code is very hot. :))
– chishimotoji
Dec 11 at 17:15
@ArtificialStupidity Yes, that code is very hot. :))
– chishimotoji
Dec 11 at 17:15
add a comment |
3 Answers
3
active
oldest
votes
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none](-1,-3)(11,5)
pstGeonode[PointName=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMDpstLineABME
ncLineODncLineOE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM
ncLineDE
pssetfillcolor=white,fillstyle=solid
pscircle(D)3pt
pscircle(E)3pt
pscircle(M)3pt
endpspicture
enddocument
Simpler version
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl,pstricks-add
defrpscalculatesqrt(10)
begindocument
beginpspicture[showgrid,PointSymbol=none](12,8)
pstGeonode[PosAngle=180,90](4,4)O(11,5)M
pscircle(O)r
psCircleTangents(M)(O)r
pstGeonode[PosAngle=45,-45](CircleT1)D(CircleT2)E
pstMiddleAB[PosAngle=-45]DEH
pstRightAngle[RightAngleSize=.2]DHM
pspolygon(O)(D)(M)(E)
psline-o(O)(M)
pslineo-o(D)(E)
endpspicture
enddocument
1
(+1 +AC) Thank you for your answer. :))
– chishimotoji
Dec 11 at 16:13
add a comment |
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none,dotsize=0.2](-1,-3)(11,5)
pstGeonode[PointName=none,none,none,M](2,4)A(0,0)B(6,0)C(10,2)M
pstCircleABC[PosAngle=180]ABCO
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
ncLineOM ncline[nodesepB=-1]MD ncline[nodesepB=-1]o-ME
psline(D)(O)(E) ncLineo-oDE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
endpspicture
enddocument
(+1) Wow, o-, o-o are very great. :))
– chishimotoji
Dec 11 at 16:11
add a comment |
For comparison: a TikZ version without tkz-euclide
and the like.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarycalc,through
tikzsetcircle through 3 points/.style n args=3% https://tex.stackexchange.com/a/461180/121799
insert path=let p1=($(#1)!0.5!(#2)$),
p2=($(#1)!0.5!(#3)$),
p3=($(#1)!0.5!(#2)!1!-90:(#2)$),
p4=($(#1)!0.5!(#3)!1!90:(#3)$),
p5=(intersection of p1--p3 and p2--p4)
in ,
at=(p5),
circle through= (#1)
begindocument
begintikzpicture[bullet/.style=circle,draw,fill=white,inner sep=1pt]
path (2,4) coordinate(A) (0,0) coordinate(B) (6,0) coordinate(C) (10,2)
node[bullet,label=above:$M$](M);
node[circle through 3 points=ABC,draw] (c);
draw[shorten <=-1cm]
(tangent cs:node=c,point=(M),solution=1) node[bullet,label=above:$D$](D)
-- (M) ;
draw[shorten <=-1cm] (tangent cs:node=c,point=(M),solution=2)
node[bullet,label=below:$E$] (E) -- (M);
draw (D) -- (c.center) node[bullet,label=left:$O$] (O) -- (E) -- (D);
draw (O) -- (M);
path (intersection cs:first line=(D)--(E), second line=(O)--(M))
node[bullet,label=above right:$H$] (H);
draw ($(H)!2mm!(M)$) coordinate(aux) -- ($(aux)!2mm!-90:(M)$)
-- ($(H)!2mm!(E)$);
endtikzpicture
enddocument
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f464337%2fhow-to-make-a-hollow-node-with-pointsymbol-o%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none](-1,-3)(11,5)
pstGeonode[PointName=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMDpstLineABME
ncLineODncLineOE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM
ncLineDE
pssetfillcolor=white,fillstyle=solid
pscircle(D)3pt
pscircle(E)3pt
pscircle(M)3pt
endpspicture
enddocument
Simpler version
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl,pstricks-add
defrpscalculatesqrt(10)
begindocument
beginpspicture[showgrid,PointSymbol=none](12,8)
pstGeonode[PosAngle=180,90](4,4)O(11,5)M
pscircle(O)r
psCircleTangents(M)(O)r
pstGeonode[PosAngle=45,-45](CircleT1)D(CircleT2)E
pstMiddleAB[PosAngle=-45]DEH
pstRightAngle[RightAngleSize=.2]DHM
pspolygon(O)(D)(M)(E)
psline-o(O)(M)
pslineo-o(D)(E)
endpspicture
enddocument
1
(+1 +AC) Thank you for your answer. :))
– chishimotoji
Dec 11 at 16:13
add a comment |
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none](-1,-3)(11,5)
pstGeonode[PointName=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMDpstLineABME
ncLineODncLineOE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM
ncLineDE
pssetfillcolor=white,fillstyle=solid
pscircle(D)3pt
pscircle(E)3pt
pscircle(M)3pt
endpspicture
enddocument
Simpler version
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl,pstricks-add
defrpscalculatesqrt(10)
begindocument
beginpspicture[showgrid,PointSymbol=none](12,8)
pstGeonode[PosAngle=180,90](4,4)O(11,5)M
pscircle(O)r
psCircleTangents(M)(O)r
pstGeonode[PosAngle=45,-45](CircleT1)D(CircleT2)E
pstMiddleAB[PosAngle=-45]DEH
pstRightAngle[RightAngleSize=.2]DHM
pspolygon(O)(D)(M)(E)
psline-o(O)(M)
pslineo-o(D)(E)
endpspicture
enddocument
1
(+1 +AC) Thank you for your answer. :))
– chishimotoji
Dec 11 at 16:13
add a comment |
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none](-1,-3)(11,5)
pstGeonode[PointName=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMDpstLineABME
ncLineODncLineOE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM
ncLineDE
pssetfillcolor=white,fillstyle=solid
pscircle(D)3pt
pscircle(E)3pt
pscircle(M)3pt
endpspicture
enddocument
Simpler version
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl,pstricks-add
defrpscalculatesqrt(10)
begindocument
beginpspicture[showgrid,PointSymbol=none](12,8)
pstGeonode[PosAngle=180,90](4,4)O(11,5)M
pscircle(O)r
psCircleTangents(M)(O)r
pstGeonode[PosAngle=45,-45](CircleT1)D(CircleT2)E
pstMiddleAB[PosAngle=-45]DEH
pstRightAngle[RightAngleSize=.2]DHM
pspolygon(O)(D)(M)(E)
psline-o(O)(M)
pslineo-o(D)(E)
endpspicture
enddocument
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none](-1,-3)(11,5)
pstGeonode[PointName=none](2,4)A(0,0)B(6,0)C
pstCircleABC[PosAngle=180]ABCO
pstGeonode[PosAngle=60](10,2)M
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
pssetnodesepB=-1 pstLineABMDpstLineABME
ncLineODncLineOE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
ncLineOM
ncLineDE
pssetfillcolor=white,fillstyle=solid
pscircle(D)3pt
pscircle(E)3pt
pscircle(M)3pt
endpspicture
enddocument
Simpler version
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl,pstricks-add
defrpscalculatesqrt(10)
begindocument
beginpspicture[showgrid,PointSymbol=none](12,8)
pstGeonode[PosAngle=180,90](4,4)O(11,5)M
pscircle(O)r
psCircleTangents(M)(O)r
pstGeonode[PosAngle=45,-45](CircleT1)D(CircleT2)E
pstMiddleAB[PosAngle=-45]DEH
pstRightAngle[RightAngleSize=.2]DHM
pspolygon(O)(D)(M)(E)
psline-o(O)(M)
pslineo-o(D)(E)
endpspicture
enddocument
edited Dec 11 at 17:06
answered Dec 11 at 14:56
Artificial Stupidity
5,29511039
5,29511039
1
(+1 +AC) Thank you for your answer. :))
– chishimotoji
Dec 11 at 16:13
add a comment |
1
(+1 +AC) Thank you for your answer. :))
– chishimotoji
Dec 11 at 16:13
1
1
(+1 +AC) Thank you for your answer. :))
– chishimotoji
Dec 11 at 16:13
(+1 +AC) Thank you for your answer. :))
– chishimotoji
Dec 11 at 16:13
add a comment |
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none,dotsize=0.2](-1,-3)(11,5)
pstGeonode[PointName=none,none,none,M](2,4)A(0,0)B(6,0)C(10,2)M
pstCircleABC[PosAngle=180]ABCO
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
ncLineOM ncline[nodesepB=-1]MD ncline[nodesepB=-1]o-ME
psline(D)(O)(E) ncLineo-oDE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
endpspicture
enddocument
(+1) Wow, o-, o-o are very great. :))
– chishimotoji
Dec 11 at 16:11
add a comment |
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none,dotsize=0.2](-1,-3)(11,5)
pstGeonode[PointName=none,none,none,M](2,4)A(0,0)B(6,0)C(10,2)M
pstCircleABC[PosAngle=180]ABCO
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
ncLineOM ncline[nodesepB=-1]MD ncline[nodesepB=-1]o-ME
psline(D)(O)(E) ncLineo-oDE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
endpspicture
enddocument
(+1) Wow, o-, o-o are very great. :))
– chishimotoji
Dec 11 at 16:11
add a comment |
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none,dotsize=0.2](-1,-3)(11,5)
pstGeonode[PointName=none,none,none,M](2,4)A(0,0)B(6,0)C(10,2)M
pstCircleABC[PosAngle=180]ABCO
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
ncLineOM ncline[nodesepB=-1]MD ncline[nodesepB=-1]o-ME
psline(D)(O)(E) ncLineo-oDE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
endpspicture
enddocument
documentclass[12pt,border=15pt,pstricks]standalone
usepackagepst-eucl
begindocument
beginpspicture[showgrid,PointSymbol=none,dotsize=0.2](-1,-3)(11,5)
pstGeonode[PointName=none,none,none,M](2,4)A(0,0)B(6,0)C(10,2)M
pstCircleABC[PosAngle=180]ABCO
pstMiddleAB[PointName=none]OMM'
pstInterCC[DiameterB=pstDistABOM,PosAngleA=45,PosAngleB=-45]OAM'DE
ncLineOM ncline[nodesepB=-1]MD ncline[nodesepB=-1]o-ME
psline(D)(O)(E) ncLineo-oDE
pstInterLL[PosAngle=50,PointNameSep=.55]OMDEH
pstRightAngle[RightAngleSize=.2]DHM
endpspicture
enddocument
answered Dec 11 at 16:07
Herbert
268k24407716
268k24407716
(+1) Wow, o-, o-o are very great. :))
– chishimotoji
Dec 11 at 16:11
add a comment |
(+1) Wow, o-, o-o are very great. :))
– chishimotoji
Dec 11 at 16:11
(+1) Wow, o-, o-o are very great. :))
– chishimotoji
Dec 11 at 16:11
(+1) Wow, o-, o-o are very great. :))
– chishimotoji
Dec 11 at 16:11
add a comment |
For comparison: a TikZ version without tkz-euclide
and the like.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarycalc,through
tikzsetcircle through 3 points/.style n args=3% https://tex.stackexchange.com/a/461180/121799
insert path=let p1=($(#1)!0.5!(#2)$),
p2=($(#1)!0.5!(#3)$),
p3=($(#1)!0.5!(#2)!1!-90:(#2)$),
p4=($(#1)!0.5!(#3)!1!90:(#3)$),
p5=(intersection of p1--p3 and p2--p4)
in ,
at=(p5),
circle through= (#1)
begindocument
begintikzpicture[bullet/.style=circle,draw,fill=white,inner sep=1pt]
path (2,4) coordinate(A) (0,0) coordinate(B) (6,0) coordinate(C) (10,2)
node[bullet,label=above:$M$](M);
node[circle through 3 points=ABC,draw] (c);
draw[shorten <=-1cm]
(tangent cs:node=c,point=(M),solution=1) node[bullet,label=above:$D$](D)
-- (M) ;
draw[shorten <=-1cm] (tangent cs:node=c,point=(M),solution=2)
node[bullet,label=below:$E$] (E) -- (M);
draw (D) -- (c.center) node[bullet,label=left:$O$] (O) -- (E) -- (D);
draw (O) -- (M);
path (intersection cs:first line=(D)--(E), second line=(O)--(M))
node[bullet,label=above right:$H$] (H);
draw ($(H)!2mm!(M)$) coordinate(aux) -- ($(aux)!2mm!-90:(M)$)
-- ($(H)!2mm!(E)$);
endtikzpicture
enddocument
add a comment |
For comparison: a TikZ version without tkz-euclide
and the like.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarycalc,through
tikzsetcircle through 3 points/.style n args=3% https://tex.stackexchange.com/a/461180/121799
insert path=let p1=($(#1)!0.5!(#2)$),
p2=($(#1)!0.5!(#3)$),
p3=($(#1)!0.5!(#2)!1!-90:(#2)$),
p4=($(#1)!0.5!(#3)!1!90:(#3)$),
p5=(intersection of p1--p3 and p2--p4)
in ,
at=(p5),
circle through= (#1)
begindocument
begintikzpicture[bullet/.style=circle,draw,fill=white,inner sep=1pt]
path (2,4) coordinate(A) (0,0) coordinate(B) (6,0) coordinate(C) (10,2)
node[bullet,label=above:$M$](M);
node[circle through 3 points=ABC,draw] (c);
draw[shorten <=-1cm]
(tangent cs:node=c,point=(M),solution=1) node[bullet,label=above:$D$](D)
-- (M) ;
draw[shorten <=-1cm] (tangent cs:node=c,point=(M),solution=2)
node[bullet,label=below:$E$] (E) -- (M);
draw (D) -- (c.center) node[bullet,label=left:$O$] (O) -- (E) -- (D);
draw (O) -- (M);
path (intersection cs:first line=(D)--(E), second line=(O)--(M))
node[bullet,label=above right:$H$] (H);
draw ($(H)!2mm!(M)$) coordinate(aux) -- ($(aux)!2mm!-90:(M)$)
-- ($(H)!2mm!(E)$);
endtikzpicture
enddocument
add a comment |
For comparison: a TikZ version without tkz-euclide
and the like.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarycalc,through
tikzsetcircle through 3 points/.style n args=3% https://tex.stackexchange.com/a/461180/121799
insert path=let p1=($(#1)!0.5!(#2)$),
p2=($(#1)!0.5!(#3)$),
p3=($(#1)!0.5!(#2)!1!-90:(#2)$),
p4=($(#1)!0.5!(#3)!1!90:(#3)$),
p5=(intersection of p1--p3 and p2--p4)
in ,
at=(p5),
circle through= (#1)
begindocument
begintikzpicture[bullet/.style=circle,draw,fill=white,inner sep=1pt]
path (2,4) coordinate(A) (0,0) coordinate(B) (6,0) coordinate(C) (10,2)
node[bullet,label=above:$M$](M);
node[circle through 3 points=ABC,draw] (c);
draw[shorten <=-1cm]
(tangent cs:node=c,point=(M),solution=1) node[bullet,label=above:$D$](D)
-- (M) ;
draw[shorten <=-1cm] (tangent cs:node=c,point=(M),solution=2)
node[bullet,label=below:$E$] (E) -- (M);
draw (D) -- (c.center) node[bullet,label=left:$O$] (O) -- (E) -- (D);
draw (O) -- (M);
path (intersection cs:first line=(D)--(E), second line=(O)--(M))
node[bullet,label=above right:$H$] (H);
draw ($(H)!2mm!(M)$) coordinate(aux) -- ($(aux)!2mm!-90:(M)$)
-- ($(H)!2mm!(E)$);
endtikzpicture
enddocument
For comparison: a TikZ version without tkz-euclide
and the like.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarycalc,through
tikzsetcircle through 3 points/.style n args=3% https://tex.stackexchange.com/a/461180/121799
insert path=let p1=($(#1)!0.5!(#2)$),
p2=($(#1)!0.5!(#3)$),
p3=($(#1)!0.5!(#2)!1!-90:(#2)$),
p4=($(#1)!0.5!(#3)!1!90:(#3)$),
p5=(intersection of p1--p3 and p2--p4)
in ,
at=(p5),
circle through= (#1)
begindocument
begintikzpicture[bullet/.style=circle,draw,fill=white,inner sep=1pt]
path (2,4) coordinate(A) (0,0) coordinate(B) (6,0) coordinate(C) (10,2)
node[bullet,label=above:$M$](M);
node[circle through 3 points=ABC,draw] (c);
draw[shorten <=-1cm]
(tangent cs:node=c,point=(M),solution=1) node[bullet,label=above:$D$](D)
-- (M) ;
draw[shorten <=-1cm] (tangent cs:node=c,point=(M),solution=2)
node[bullet,label=below:$E$] (E) -- (M);
draw (D) -- (c.center) node[bullet,label=left:$O$] (O) -- (E) -- (D);
draw (O) -- (M);
path (intersection cs:first line=(D)--(E), second line=(O)--(M))
node[bullet,label=above right:$H$] (H);
draw ($(H)!2mm!(M)$) coordinate(aux) -- ($(aux)!2mm!-90:(M)$)
-- ($(H)!2mm!(E)$);
endtikzpicture
enddocument
answered Dec 11 at 15:34
marmot
84.8k495179
84.8k495179
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f464337%2fhow-to-make-a-hollow-node-with-pointsymbol-o%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
@ArtificialStupidity Yes, that code is very hot. :))
– chishimotoji
Dec 11 at 17:15