[pstricks] \pstRightAngle in pst-eucl problem

Pablo González pablgonz at yahoo.com
Tue Oct 11 03:49:37 CEST 2016



Hello everyone, I have a problem using "\ pstRightAngle", draw an arrow instead of the right angle. I'm using TeXLive 2016 (updated).Any idea how to solve it?
(MWE)
\documentclass{article}
\usepackage{pst-eucl,,pstricks-add}%
\begin{document}

\begin{pspicture}(0,0)(5.72,3.8)
\psset{PointSymbol=none,RightAngleSize=0.15,PointName=none}
\scriptsize
\psaxes[ticks=none,labels=none]{<->}(3.48,1.64)(0,0)(5.72,3.8)[$x$,-110][$y$,-40]
\pstGeonode(1.2,1.64){A}(1.84,0.44){B}(4.14,1.64){C}(3.48,2.82){D}%
\pstRightAngle[linecolor=red]{A}{D}{C}% fail
\pstRightAngle{D}{C}{B}%
\pstRightAngle{C}{B}{A}%
\pstRightAngle{B}{A}{D}%
\pspolygon(A)(B)(C)(D)
\uput{5pt}[120](A){$A(-8,0)$}
\uput{5pt}[d](B){$B(a,b)$}
\uput{5pt}[-70](C){$C(2,0)$}
\uput{5pt}[ur](D){$D(0,c)$}
\end{pspicture}

\end{document}
Saludos

   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20161011/db22250b/attachment.html>


More information about the PSTricks mailing list