summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/CHANGES.md')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/CHANGES.md70
1 files changed, 68 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md b/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md
index b041285cf3c..3d30ca28d80 100644
--- a/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md
+++ b/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md
@@ -1,6 +1,6 @@
# **CHANGES** #
-# pst-marble v. 1.0 #
-# 2018/10/19 #
+# pst-marble v. 1.1 #
+# 2018/01/24 #
Source: pst-marble.tex, pst-marble.sty, pst-marble.pro
Author: Aubrey Jaffer
@@ -131,4 +131,70 @@ this system has an extra degree of freedom. If you want to reduce the
width of the affected region of a rake by a factor of 10, either
reduce **V** by a factor of 10 or reduce **D** by a factor of 3.1 (sqrt 10).
+## Changes in v. 1.1:
+## Customer friendly setup of the actions.
+
+No \[ ... \] around the actions needed anymore. And no **/** for the actions.
+
+## NEW ACTIONS
+
+## arc-drops
+
+**xc yc r ang-strt ang-step \[rgb\] cnt drad arc-drops**
+
+ cnt Number of drops
+ drad Radius of the drops
+ rgb Color of the drop series
+ xc,yc Center coordinates of the arc
+ r Radius of the arc
+ ang-strt Starting angle
+
+## spiral-drops
+
+**xc yc r ang-strt ang-step rinc \[rgb\] cnt drad spiral-drops**
+
+ Like arc-drops, but increments (or decrements if negative) r by rinc
+ after each drop
+
+## concentric-bands is now obsolete
+
+To be setup now with: **concentric-rings**
+
+under more customer friendly conditions - see documentation
+
+
+## rake
+
+For the **rake** action there is the possibility to setup the rakes with
+the PostScript command *tines*
+
+## tines
+
+**cnt spacing ofst tines**
+
+ cnt Number of rakes
+ spacing displacement between the rakes
+ ofst offset of the middle rake
+ to the left (negative),
+ to the right (positive)
+
+## background
+
+The **background** option now can use the color schemes **rgb** and **RGB**
+
+With **rgb** we use decimals between 0 and 1
+
+With **RGB** we use integers between 0 and 255
+
+The colors then are automatically detected correctly.
+
+## rgb and RGB color schemes
+
+They are available for these following actions as well:
+
+ drop
+ arc-drops
+ spiral-drops
+
+and automatically detected.