summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-eucl/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/pst-eucl/Changes')
-rw-r--r--graphics/pstricks/contrib/pst-eucl/Changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/pst-eucl/Changes b/graphics/pstricks/contrib/pst-eucl/Changes
index eb8fab448e..31cbe6c090 100644
--- a/graphics/pstricks/contrib/pst-eucl/Changes
+++ b/graphics/pstricks/contrib/pst-eucl/Changes
@@ -1,10 +1,19 @@
pst-eucl.pro --------
+1.03 2020/01/09 - some new functions for 1.69
1.02 2019/11/21 - add DeterminantTwo,DeterminantThree,DeterminantFour,DeterminantFive.
1.01 2012/09/21 - fix for introduced bug
1.00 2011/08/05 - fix bug in /InterLines
pst-eucl.tex --------
+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.
+ - add macro to draw the gravity center of triangle, \pstTriangleGC.
+ - update macro \pstTriangleIC and \pstTriangleOC how to control the output points.
+ - update macro \pstMediatorAB to work with option PointSymbolA and PointSymbolB.
+ - update macro \pstLineAB to group the parameters as local to avoid affected the other macros.
+ - update macro \pstTriangle to group the parameters as local to avoid affected the other macros.
1.68 2019/11/21 - add macros to construct a triangle by SSS, SAS, ASA, AAS, \pstTriangleSSS, \pstTriangleSAS, etc.
- add macro to get the bisector node of angle AOB, \pstBisectorAOB, refer to pstBissectBAC, pstOutBissectBAC.
- add macro to get the Golden Mean node of a given segment, \pstGoldenMean.