From bb7f51d3878611aaf85b982bc2a525e355019a07 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 20 Aug 2019 20:45:09 +0000 Subject: pst-eucl (20aug19) git-svn-id: svn://tug.org/texlive/trunk@51916 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pst-eucl/Changes | 1 + .../doc/generic/pst-eucl/pst-eucl-doc.pdf | Bin 537356 -> 543319 bytes .../doc/generic/pst-eucl/pst-eucl-doc.tex | 21 +++++++++++++++++++-- 3 files changed, 20 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/doc/generic/pst-eucl') diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes index 683ab12ca22..70509f1f1b4 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/Changes +++ b/Master/texmf-dist/doc/generic/pst-eucl/Changes @@ -5,6 +5,7 @@ pst-eucl.pro -------- pst-eucl.tex -------- +1.65 2019/08/19 - new type for angle 1.64 2019/01/31 - fix for PointName and pstInterCC 1.63 2019/01/27 - fix for PointSymbol=none for pstTriangle 1.62 2019/01/13 - added fillstyle for angles diff --git a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf index 1fc58ebfb1f..f1a31520f17 100644 Binary files a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf and b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf differ diff --git a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex index de4e52980e0..e81b7cf8d52 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex @@ -379,7 +379,8 @@ For other angles, there is the command: \begin{sloppypar} -Valid optional arguments are \Lkeyword{MarkAngleRadius}, \Lkeyword{LabelAngleOffset}, and +Valid optional arguments are \Lkeyword{MarkAngleRadius}, \Lkeyword{LabelAngleOffset}, + \Lkeyword{MarkAngleType} and \Lkeyword{Mark} % The \Lkeyword{label} can be any valid \TeX\ box, it is put at \Lkeyword{LabelSep} @@ -430,7 +431,23 @@ the angle by specifying a \TeX{} command as argument of parameter \Lkeyword{Mark \end{pspicture} \end{LTXexample} - +\begin{LTXexample}[width=\linewidth,pos=t] +\begin{pspicture}[showgrid=false](-1.0,-1.0)(4,4) +\pstGeonode[PosAngle=-90](0.0,0.0){A} +\pstGeonode[PosAngle=-90](3.0,0.0){B} +\pstGeonode[PosAngle=90](1.8,2.5){C} +\pstGeonode[PosAngle=-90](1.5,0.0){D} +\pstMarkAngle[LabelSep=.6,MarkAngleRadius=.4,MarkAngleType=double]{A}{C}{B}{$\gamma$} +\pstMarkAngle[LabelSep=.6,MarkAngleRadius=.4,MarkAngleType=default]{C}{B}{A}{$\beta$} +\pstMarkAngle[LabelSep=.6,MarkAngleRadius=.4,MarkAngleType=double,fillcolor=red!30,fillstyle=solid]{B}{A}{C}{$\alpha$} +\pstMarkAngle[LabelSep=.6,MarkAngleRadius=.4,MarkAngleType=triple,fillcolor=red!30,fillstyle=solid]{B}{D}{C}{$\theta$} +\pstMarkAngle[LabelSep=.6,MarkAngleRadius=.4,MarkAngleType=triple]{C}{D}{A}{$\zeta$} +\pstLineAB{A}{B} +\pstLineAB{B}{C} +\pstLineAB{C}{A} +\pstLineAB{C}{D} +\end{pspicture} +\end{LTXexample} \subsection{Lines, half-lines and segments} -- cgit v1.2.3