diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-20 20:45:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-20 20:45:09 +0000 |
commit | bb7f51d3878611aaf85b982bc2a525e355019a07 (patch) | |
tree | b81f6d7a44d54c5af25110e801a4ad4b4babba0a /Master/texmf-dist/doc/generic/pst-eucl | |
parent | cbb5e2fbb4d58170c4b508755e2b104192a48966 (diff) |
pst-eucl (20aug19)
git-svn-id: svn://tug.org/texlive/trunk@51916 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-eucl')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf | bin | 537356 -> 543319 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex | 21 |
3 files changed, 20 insertions, 2 deletions
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 Binary files differindex 1fc58ebfb1f..f1a31520f17 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf 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} |