summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-eucl/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-eucl/Changes')
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes
index 671f6701218..09287f4f165 100644
--- a/Master/texmf-dist/doc/generic/pst-eucl/Changes
+++ b/Master/texmf-dist/doc/generic/pst-eucl/Changes
@@ -6,6 +6,11 @@ pst-eucl.pro --------
pst-eucl.tex --------
+1.71 2020/02/26 - add macro to wrap the native macro \pspolygon just group the parameters as local, \pstPolygon.
+ - update macro \pstCircleOA and \pstCircleAB to clear \pst@par like as \pst@object clear it. This change update the issue that some rendering options used at last will be taken, e.g. if you call \pspolygon with fillcolor, and then call \pstCircleOA, the circle will be filled with same color.
+ - add macro to draw the nine point circle and its center, \pstTriangleNC.
+ - add macro to draw the general ellipse by its focus and one node on it, \pstGeneralEllipseFFN.
+ - add macro to draw the general hyperbola by its focus and one node on it, \pstGeneralHyperbolaFFN.
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.