diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-02 21:11:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-02 21:11:11 +0000 |
commit | 6996a78884ca937b79a5cb3bd7da0d8ca982af98 (patch) | |
tree | 9bf0556d1efc325fde437f055f0b3b18d06e7e55 /Master/texmf-dist/doc/generic/pst-marble/examples/ex1.tex | |
parent | 8c5676efab90bcd994e66dd4c3ef5e64da0cb38d (diff) |
pst-marble (2may19)
git-svn-id: svn://tug.org/texlive/trunk@50925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/examples/ex1.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-marble/examples/ex1.tex | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/ex1.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/ex1.tex deleted file mode 100644 index f35ae1d94f9..00000000000 --- a/Master/texmf-dist/doc/generic/pst-marble/examples/ex1.tex +++ /dev/null @@ -1,26 +0,0 @@ -\documentclass[pstricks]{standalone} -\usepackage{pst-marble} -\begin{document} -\begin{pspicture}(-5,-7)(5,7) -\psMarble[ - background={[1 1 0.9]}, - colors={ -[0.98 0.89 0.56] -[0.357 0.525 0.13] -[0.2 0.05 0.015] -[0.07 0.41 0.255] -[0.87 0.63 0.051] -}, - actions={ -0 100 50 colors 25 concentric-rings - /signe 1 def - 100 100 1000 {/radius exch def - 0 0 [radius] 10 60 signe mul 50 stir - /signe signe neg def - } for - 90 [ 7 200 200 tines ] 40 200 31 rake - -90 [ 7 200 100 tines ] 40 200 31 rake - 0 {2 mul sin 20 mul} wiggle - }](10,14) -\end{pspicture} -\end{document}
\ No newline at end of file |