diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-11 22:20:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-11 22:20:35 +0000 |
commit | 61964850e31f2ce6c97f6115fc73bec3ead475e2 (patch) | |
tree | d7a5559fb98e3188dfab2529e5f019b5b936ce3b /Master/texmf-dist/doc/generic/pst-eucl | |
parent | fcb05e5badc5ccfca4b1539572f63e487ed4fce5 (diff) |
pst-eucl (11dec18)
git-svn-id: svn://tug.org/texlive/trunk@49386 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 | 541233 -> 543582 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex | 12 |
3 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes index 1eb86cf496f..a8b453161a3 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.61 2018/12/11 - added macros for inner and outer circle of a triangle 1.60a 2018/12/08 - fix for typos in the documentation 1.60 2018/10/06 - added \pstDistCalc, which usee algebraic notation for the argument 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 0c700a7edc2..5d57db0728a 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 d4405c9af98..120d6630d03 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 @@ -297,13 +297,16 @@ The length and the separation of multiple hases can be set by \Lkeyword{MarkHash The more classical figure, it has its own macro for a quick definition: \begin{BDef} -\Lcs{pstTriangle}\OptArgs\coord1\Largb{A}\coord2\Largb{B}\coord3\Largb{C} +\Lcs{pstTriangle}\OptArgs\coord1\Largb{A}\coord2\Largb{B}\coord3\Largb{C}\\ +\Lcs{pstTriangleIC}\OptArgs\Largb{A}\Largb{B}\Largb{C}\\ +\Lcs{pstTriangleOC}\OptArgs\Largb{A}\Largb{B}\Largb{C} \end{BDef} \begin{sloppypar} Valid optional arguments are \Lkeyword{PointName}, - \Lkeyword{PointNameSep}, \Lkeyword{PosAngle}, \Lkeyword{PointSymbol}, \Lkeyword{PointNameA}, + \Lkeyword{PointNameSep}, %\Lkeyword{PosAngle}, + \Lkeyword{PointSymbol}, \Lkeyword{PointNameA}, \Lkeyword{PosAngleA}, \Lkeyword{PointSymbolA}, \Lkeyword{PointNameB}, \Lkeyword{PosAngleB}, \Lkeyword{PointSymbolB}, \Lkeyword{PointNameC}, \Lkeyword{PosAngleC}, and \Lkeyword{PointSymbolC}. @@ -328,9 +331,14 @@ same rule. \pstTriangle[PointSymbol=square,PointSymbolC=o, 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{LTXexample} +The center of the inner circle is called \verb|IC_O| and the outer circle \verb|OC_O|. They are +only defined, if the macros \Lcs{pstTriangleIC} and \Lcs{pstTriangleOC} are used. + \subsection{Angles} |