summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-moire/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-15 22:21:11 +0000
committerKarl Berry <karl@freefriends.org>2018-11-15 22:21:11 +0000
commite63759bc8ac77f2a41375c1f4b0ad538d4da86b0 (patch)
treeae016be60fa150364202593212f6a21828587a55 /Master/texmf-dist/doc/generic/pst-moire/README.md
parent2f440ca3dc3a3aa309df9143dfe3ce0c8cc29e7a (diff)
pst-moire (15nov18)
git-svn-id: svn://tug.org/texlive/trunk@49167 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-moire/README.md')
-rw-r--r--Master/texmf-dist/doc/generic/pst-moire/README.md52
1 files changed, 50 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-moire/README.md b/Master/texmf-dist/doc/generic/pst-moire/README.md
index c7a5ef8937f..41dfff0e5c6 100644
--- a/Master/texmf-dist/doc/generic/pst-moire/README.md
+++ b/Master/texmf-dist/doc/generic/pst-moire/README.md
@@ -1,6 +1,6 @@
# **README** #
-# pst-moire v. 1.0 #
-# 2018/10/28 #
+# pst-moire v. 2.0 #
+# 2018/11/16 #
Source: pst-moire.tex, pst-moire.sty, pst-moire.pro
Authors: Jürgen Gilg, Manuel Luque, Jean-Michel Sarlat
@@ -16,6 +16,54 @@ a variety of patterns obtained either by dragging one pattern on another,
or by rotating one on the other. Moire effects sometimes look very interesting.
This document provides the necessary commands and divers examples.
+---
+
+# **CHANGES COMPARED TO VERSION 1.0** #
+
+The documentation is better structured and there were added some more
+explanations for each type of moiré
+
+---
+
+The **type=circle** gets two new keys to be more flexible:
+
+ n Number of circles
+ T Distance between two adjacent circles in mm
+
+The key **Rmax** is therefore out of effect. The image width/height is now
+calculated by *n x T*.
+
+Scaling can be done by setting the usual PSTricks key **unit=**.
+
+---
+
+The **type=linear** gets two new keys to be more flexible:
+
+ n Number of the lines -1
+ T Distance between the middle two adjacent lines in mm
+
+The key **2 \* Rmax** is the height of the lines. The image width is now
+calculated by *n x T*.
+
+---
+
+Adding a new command **\\addtomoirelisttype**
+
+This is to generate customers patterns to then be used as **type=...**
+
+---
+
+Adding a new section: **Random moirés**
+
+Showing the effects that occur, when randomly placed dots within a square
+overlap by the actions rotation or magnification or both of them.
+
+Adding a new command **\\psRandomDot**
+
+---
+
+Adding a new section: **Glass-patterns**
+Adding a new command **\\psGlassPattern**