diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf | bin | 1708406 -> 1709884 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex | 23 |
4 files changed, 23 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes index 31cbe6c090a..671f6701218 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/Changes +++ b/Master/texmf-dist/doc/generic/pst-eucl/Changes @@ -6,6 +6,8 @@ pst-eucl.pro -------- pst-eucl.tex -------- +1.70 2020/01/29 - add optional argument RightAngleDotDistance to controll the the dot + position for right angles (type german or swissromand) 1.69 2020/01/09 - add macro to get the chord with specified length, \pstCircleChordNode. - add macro to draw the center of the triangle's escribed circle, \pstTriangleEC. - add macro to draw the orthocenter of triangle, \pstTriangleHC. diff --git a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib index 19eaf8f2ab5..9fc9a97eaf5 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib +++ b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib @@ -55,7 +55,7 @@ version = {1.42} edition = {7}, publisher = {DANTE -- Lehmanns}, year = {2016}, - address = {Heidelberg/Hamburg} + address = {Heidelberg and Hamburg} } @Book{PSTricksE, @@ -82,7 +82,7 @@ version = {1.42} edition = {1}, publisher = {DANTE -- Lehmanns Media}, year = {2012}, - address = {Heidelberg/Berlin} + address = {Heidelberg and Berlin} } @@ -90,9 +90,9 @@ version = {1.42} author = {Victor Eijkhout}, title = {\TeX\ by Topic -- {A} \TeX{}nician Reference}, edition = {1}, - publisher = {DANTE -- lehmanns media}, + publisher = {DANTE -- Lehmanns media}, year = {2014}, - address = {Heidelberg/Berlin} + address = {Heidelberg and Berlin} } 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 5a40bbc7af1..65737c9ba15 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 f719f56f39b..6100efcb86c 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 @@ -370,6 +370,8 @@ to display it. \end{pspicture} \end{LTXexample} +%$ + \subsection{Triangles} The more classical figure, it has its own macro \Lcs{pstTriangle} for a quick definition: @@ -413,6 +415,8 @@ or angles. \Lcs{pstTriangleASA}\OptArgs\Largr{pos}\Largb{A}\Largr{$\angle{A}$,c,$\angle{B}$}\Largb{B}\Largb{C} \end{BDef} +%$ + - Macro \Lcs{pstTriangleSSS} create a triangle $ABC$ with given $A(x_1,y_1)$, and the three sides $a,b,c$, it output $B(x_2,y_2)$ and $C(x_3,y_3)$.\\ - Macro \Lcs{pstTriangleSAS} create a triangle $ABC$ with given $A(x_1,y_1)$, the angle of $\angle{A}$, and the other two sides $b,c$, @@ -527,12 +531,12 @@ right angle: \begin{sloppypar} -Valid optional arguments are \Lkeyword{RightAngleType}, \Lkeyword{RightAngleSize}, and - \Lkeyword{RightAngleSize} +Valid optional arguments are \Lkeyword{RightAngleType}, \Lkeyword{RightAngleSize}, + \Lkeyword{RightAngleSize}, and \Lkeyword{RightAngleDotDistance} \end{sloppypar} -The symbol used is controlled by the parameter \Lkeyword{RightAngleType} -\nxLkeyval{default}. Its possible values are : +The symbol is controlled by the parameter \Lkeyword{RightAngleType} +\nxLkeyval{default}. Its possible values are: \begin{compactitem} \item \Lkeyval{*} : standard symbol ; @@ -540,9 +544,16 @@ The symbol used is controlled by the parameter \Lkeyword{RightAngleType} \item \Lkeyval{suisseromand} : swiss romand symbol (given P. Schnewlin). \end{compactitem} -The only parameter controlling this command, excepting the ones which +The only parameters controlling this command, excepting the ones which controlled the line, is \Lkeyword{RightAngleSize} which defines the size -of the symbol \DefaultVal{0.28 unit}. +of the symbol \DefaultVal{0.28 unit} and \Lkeyword{RightAngleDotDistance}. For a +right angle style \Lkeyval{german} or \Lkeyval{swissromand} the distance of the dot +is preset to 0.5 (\Lkeyval{german}) or 0.45 (\Lkeyval{swissromand}), relative to the radius. +It can be controlled by the optional argument \Lkeyword{RightAngleDotDistance} which is +preset to 1. A greater value moves the dot away from the reference point. + + + For other angles, there is the command: |