summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/examples')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.pdfbin0 -> 282048 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.tex30
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Curl.pdfbin0 -> 199917 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex25
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Latte.pdfbin0 -> 67383 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Latte.tex41
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.pdfbin0 -> 230796 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex24
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.pdfbin0 -> 172543 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex31
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.pdfbin0 -> 53354 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.tex22
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/ex1.pdfbin107566 -> 74471 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/ex2.pdfbin58245 -> 48929 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/ex3.pdfbin232554 -> 189842 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/ex3.tex1
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/ex4.pdfbin168019 -> 161373 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/ex5.pdfbin85245 -> 77890 bytes
18 files changed, 173 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.pdf
new file mode 100644
index 00000000000..17570dc749e
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.tex
new file mode 100644
index 00000000000..ca1fcbba842
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.tex
@@ -0,0 +1,30 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-6,-6)(6,6)
+ \psMarble[
+ background={
+ [1 1 1]
+ },
+ colors={
+ [0.176 0.353 0.129]
+ [0.635 0.008 0.094]
+ [0.078 0.165 0.518]
+ [0.824 0.592 0.031]
+ [0.059 0.522 0.392]
+ [0.816 0.333 0.475]
+ },
+ viscosity=1000,
+ actions={
+ 0 0 24 colors 36 concentric-rings
+ 180 [ 20 50 25 tines ] 40 200 31 rake
+ 0 350 shift
+ 0 270 0 -120 wiggle
+ 180 [ 3 600 -150 tines ] 40 200 31 rake
+ 0 270 0 240 wiggle
+ 180 [ 3 600 150 tines ] 40 200 31 rake
+ 0 270 0 -120 wiggle
+ }
+ ](12,12)
+\end{pspicture}
+\end{document}
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.pdf
new file mode 100644
index 00000000000..fc7a78c8bd4
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex
new file mode 100644
index 00000000000..6269a00700f
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex
@@ -0,0 +1,25 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-6,-6)(6,6)
+ \psMarble[
+ background={
+ [ 100 40 40 ]
+ },
+ colors={
+ [ 76 95 63 ]
+ [ 53 97 122 ]
+ [ 128 78 46 ]
+ },
+ viscosity=-1000,
+ actions={
+ 0 0 1100 1100 0 [ 222 186 149 ] 85 1.72 10 mul uniform-drops
+ 0 0 1100 1100 0 colors 250 1.72 16 mul uniform-drops
+ 0 0 1100 1100 0 [ 222 186 149 ] 100 1.72 7 mul uniform-drops
+ 0 0 [ 100 ] 40 300 31 stir
+ 0 0 [ 200 275 ] 20 120 10 stir
+ 0 0 [ 325 ] 20 90 31 stir
+ }
+ ](12,12)
+\end{pspicture}
+\end{document}
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Latte.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/Latte.pdf
new file mode 100644
index 00000000000..d49048234af
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Latte.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Latte.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Latte.tex
new file mode 100644
index 00000000000..864a7b58676
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Latte.tex
@@ -0,0 +1,41 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-6,-6)(6,6)
+ \psMarble[
+ background={
+ [0.1 0 0.1]
+ },
+ colors={
+ (e7cc9b)
+ (c28847)
+ (80410b)
+ },
+ viscosity=1000,
+ actions={
+ %% coffee mug rim and stirred foam
+ 0 0 150 [ .8 .8 .7 ] drop
+ 0 0 150 [ .8 .9 .8 ] drop
+ 0 0 150 [ .9 .9 .8 ] drop
+ 0 0 500 colors 2 get drop
+ 0 0 283 0 1 colors 1 get 30 30 Gaussian-drops
+ 0 0 -50e3 100 vortex
+ %% tulip
+ 0 -250 55 colors 0 get drop
+ 0 -200 35 colors 2 get drop
+ 0 -150 55 colors 0 get drop
+ 0 -100 35 colors 2 get drop
+ 0 -50 55 colors 0 get drop
+ 0 75 0 -450 20 30 stylus
+ %% wreath
+ 0 10 390 90 95 0 colors 1 get 14 25 coil-drops
+ 0 0 400 90 100 0 colors 0 get 14 40 coil-drops
+ 0 0 [ -400 ] 1 20 31 stir
+ %% short vine
+ -100 250 75 [ 6 80 0 tines ] colors 1 get 20 line-drops
+ -100 250 75 [ 6 80 0 tines ] colors 0 get 30 line-drops
+ -300 200 300 350 20 30 stylus
+ }
+ ](12,12)
+\end{pspicture}
+\end{document}
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.pdf
new file mode 100644
index 00000000000..451b4a2d241
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex
new file mode 100644
index 00000000000..76fdc1b6c7c
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex
@@ -0,0 +1,24 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-3,-6)(3,6)
+ \psMarble[
+ colors={
+ [183 168 135]
+ [106 107 91]
+ },
+ background={
+ [100 100 85]
+ },
+ viscosity=-1000,
+ actions={
+ 0 0 500 1000 0 colors 0 get 125 34 uniform-drops
+ 90 [ 7 150 -75 tines ] 80 200 20 rake
+ -90 [ 7 150 0 tines ] 80 200 20 rake
+ 0 0 500 1000 0 colors 1 get 750 12 uniform-drops
+ 180 [ 3 256 0 tines ] 80 200 20 rake
+ 0 [ 3 256 -128 tines ] 80 200 20 rake
+ }
+ ](6,12)
+\end{pspicture}
+\end{document}
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.pdf
new file mode 100644
index 00000000000..2959e6e44bf
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex
new file mode 100644
index 00000000000..90be95c8ded
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex
@@ -0,0 +1,31 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-6,-6)(6,6)
+ \psMarble[
+ background={
+ [1 1 1]
+ },
+ colors={
+ [0.275 0.569 0.796]
+ [0.965 0.882 0.302]
+ [0.176 0.353 0.129]
+ [0.635 0.008 0.094]
+ [0.078 0.165 0.518]
+ [0.824 0.592 0.031]
+ [0.059 0.522 0.392]
+ [0.816 0.333 0.475]
+ [0.365 0.153 0.435]
+ [0.624 0.588 0.439]
+ },
+ viscosity=1000,
+ actions={
+ 0 0 48 colors 25 concentric-rings
+ 90 [-150 450] 100 750 31 rake
+ -90 [-150 450] 100 750 31 rake
+ 180 [ 25 50 0 tines ] 30 200 31 rake
+ 0 230 shift
+ }
+ ](12,12)
+\end{pspicture}
+\end{document}
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.pdf
new file mode 100644
index 00000000000..238d4a289ac
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.tex
new file mode 100644
index 00000000000..d79020bca8d
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.tex
@@ -0,0 +1,22 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-6,-6)(6,6)
+ \psMarble[
+ background={
+ [ 222 186 149 ]
+ },
+ viscosity=1000,
+ actions={
+ -300 92 500
+ {
+ 0 exch 90 [ 12 100 -100 tines ] [ 76 95 63 ] 45 line-drops
+ } for
+ 90 [ 9 220 0 tines ] 40 200 31 rake
+ -90 [ 9 220 -100 tines ] 40 200 31 rake
+ 0 0 [ -350 ] 30 30 15 stir
+ 0 0 [ -150 ] 60 30 15 stir
+ }
+ ](12,12)
+\end{pspicture}
+\end{document}
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/ex1.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/ex1.pdf
index d463f746e22..19d59f3f89d 100644
--- a/Master/texmf-dist/doc/generic/pst-marble/examples/ex1.pdf
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/ex1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/ex2.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/ex2.pdf
index 9864c4d0b0e..8fc019c3695 100644
--- a/Master/texmf-dist/doc/generic/pst-marble/examples/ex2.pdf
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/ex2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/ex3.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/ex3.pdf
index cbe6a62c06b..b9439920c5a 100644
--- a/Master/texmf-dist/doc/generic/pst-marble/examples/ex3.pdf
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/ex3.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/ex3.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/ex3.tex
index 54afca3036a..82b7fed2028 100644
--- a/Master/texmf-dist/doc/generic/pst-marble/examples/ex3.tex
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/ex3.tex
@@ -16,4 +16,3 @@
}](10,10)
\end{pspicture}
\end{document}
-0 0 100 0 [0 0 1] 40 30 Gaussian-drops \ No newline at end of file
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/ex4.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/ex4.pdf
index ffa093d7922..e635cd74761 100644
--- a/Master/texmf-dist/doc/generic/pst-marble/examples/ex4.pdf
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/ex4.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.pdf b/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.pdf
index 7b13d7c038b..3528690d84f 100644
--- a/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.pdf
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.pdf
Binary files differ