\documentclass[border=15pt,pstricks,12pt]{standalone}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}[showgrid](-5,-5)(10,10)
\psset{unit=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}
\pstMiddleAB{A}{B}{I1} \pstArcOAB{I1}{A}{B}
\pstMiddleAB{B}{C}{I2} \pstArcOAB{I2}{B}{C}
\pstMiddleAB{C}{A}{I3} \pstArcOAB{I3}{C}{A}
\end{pspicture}
\end{document}
\documentclass[border=15pt,pstricks,12pt]{standalone}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}[showgrid](-2,-2)(2,2)
\pstTriangle[PointSymbol=none,%% <<---
linecolor=blue,linewidth=1.5\pslinewidth](1.5,-1){A}(0,1){B}(-1,-.5){C}
\pstTriangleIC[linecolor=red]{A}{B}{C}
\pstTriangleOC[linecolor=red]{A}{B}{C}
\end{pspicture}
\end{document}
\documentclass[border=15pt,pstricks,12pt]{standalone}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}[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]{A}{B}{C}
\pstTriangleOC[linecolor=red]{A}{B}{C}
\end{pspicture}
\end{document}
一个新问题。
\documentclass[border=15pt,pstricks,12pt]{standalone}
\usepackage{pst-eucl}
\begin{document}
\psset{unit=3cm}
\begin{pspicture}(2,2)
%{\psset{PointSymbolA=none,PointSymbolB=none,PointName=none}
{
\psset{PointSymbol=none,PointName=none}
\pstGeonode(0,0){A}(1,0){B}(1,1){C}(0,1){D}
\pswedge[fillstyle=solid,fillcolor=red](C){1}{135}{-45}
\pstTranslation{D}{B}{C}[C1] % phep tinh tien
\pstTranslation{B}{D}{C}[C2]
\pstInterLC{C1}{C2}{C}{B}{M1}{M2} % giao diem duong tron va duong thang
\pstInterLC{A}{C1}{A}{M1}{M3}{M4}
\pstInterLC{A}{C2}{A}{M2}{M5}{M6}
%\psGetDistanceAB(A)(M2){MW} get 1.73205
\psarc(A){1.73205}{0}{90}
\psline(M6)(A)(M4)
}
\psdot*(1,1)
\end{pspicture}
\end{document}
\documentclass[border=15pt,pstricks,12pt]{standalone}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}[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]{B}{Y}{C}{Z}{A}{M2} %%<<<---
\pspolygon(B)(A)(C)
\end{pspicture}
\end{document}
使用版本 1.61 可产生:
使用版本 1.63 可产生:
答案1
编辑(基于@chishimotoji 的评论)
只需PointSymbolA=none
删除黑色项目符号即可。
但是,这对我来说很奇怪,因为子弹位于C
坐标点(0,8)
(注意单位的变化)。
将选项PointSymbolA=none
(以及其他 2 点)传递给\pstTriangle
命令。
\documentclass[border=15pt,pstricks,12pt]{standalone}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}[showgrid](-5,-5)(10,10)
\psset{unit=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}
\pstMiddleAB{A}{B}{I1} \pstArcOAB{I1}{A}{B}
\pstMiddleAB{B}{C}{I2} \pstArcOAB{I2}{B}{C}
\pstMiddleAB{C}{A}{I3} \pstArcOAB{I3}{C}{A}
\end{pspicture}
\end{document}
答案2
版本 1.63 可从http://archiv.dante.de/~herbert/TeXnik/tex/generic/pst-eucl/ 或者在接下来的两天内更新 TeXLive 或 MikTeX:
\documentclass[border=15pt,pstricks,12pt]{standalone}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}[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]{A}{B}{C}
\pstTriangleOC[linecolor=red]{A}{B}{C}
\end{pspicture}
\psset{unit=3cm}
\begin{pspicture}(2,2)
\psset{PointSymbol=none,PointName=none}
\pstGeonode(0,0){A}(1,0){B}(1,1){C}(0,1){D}
\pswedge[fillstyle=solid,fillcolor=red](C){1}{135}{-45}
\pstTranslation[PointSymbol=none]{D}{B}{C}[C1]
\pstTranslation[PointSymbol=none]{B}{D}{C}[C2]
\pstInterLC[PointSymbol=none]{C1}{C2}{C}{B}{M1}{M2}
\pstInterLC[PointSymbol=none]{A}{C1}{A}{M1}{M3}{M4}
\pstInterLC[PointSymbol=none]{A}{C2}{A}{M2}{M5}{M6}
\psarc(A){1.73205}{0}{90}
\psline(M6)(A)(M4)
\psdot*(C)
\end{pspicture}
\end{document}