diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-26 22:57:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-26 22:57:13 +0000 |
commit | d4802db53ea2e712cd0acfb472b73891de14e27c (patch) | |
tree | 9342e2fa1d3dabcd7f920b0a3018eb8043fecacb /Master/texmf-dist/doc/generic/pst-marble/CHANGES.md | |
parent | 77f296fc4d17c9378658b6085929e839b4f1b9c8 (diff) |
pst-marble (26jan19)
git-svn-id: svn://tug.org/texlive/trunk@49824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/CHANGES.md')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-marble/CHANGES.md | 70 |
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. |