summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstricks-examples-en/06-03-1.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples-en/06-03-1.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/pstricks-examples-en/06-03-1.ltx58
1 files changed, 58 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples-en/06-03-1.ltx b/Master/texmf-dist/doc/latex/pstricks-examples-en/06-03-1.ltx
new file mode 100644
index 00000000000..6a0ae8efcf0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pstricks-examples-en/06-03-1.ltx
@@ -0,0 +1,58 @@
+%%
+%% A DANTE-Edition example
+%%
+%% Example 06-03-1 on page 74.
+%%
+%% Copyright (C) 2011 Herbert Voss
+%%
+%% It may be distributed and/or modified under the conditions
+%% of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%%
+%% See http://www.latex-project.org/lppl.txt for details.
+%%
+%%
+%% ====
+% Show page(s) 1
+%%
+\documentclass[]{article}
+\pagestyle{empty}
+\setlength\textwidth{201.70511pt}
+\usepackage{pstricks}
+\newpsfontdot{Flower45}[1.4 1.4 -1.4 1.4 -.1 -1]{ZapfDingbats}{<60>}
+\newpsfontdot{Flower90}[0 2 -2 0 .7 -.78]{ZapfDingbats}{<60>}
+\newpsfontdot{Flower135}[-1.4 1.4 -1.4 -1.4 1 -.1]{ZapfDingbats}{<60>}
+\newpsfontdot{Flower180}[-2 0 0 -2 .78 .7]{ZapfDingbats}{<60>}
+\newpsfontdot{FlowerInv}[-1 0 0 -1 .39 .35]{ZapfDingbats}{<60>}
+\newpsfontdot{FlowerInvY}[1 0 0 -1 -.39 .35]{ZapfDingbats}{<60>}
+\newpsfontdot{hFlower}[2 0 0 1 0 0]{ZapfDingbats}{<60>}
+\newpsfontdot{vFlower}[1 0 0 2 0 0]{ZapfDingbats}{<60>}
+\newpsfontdot{hvFlower}[2 0 0 2 0 0]{ZapfDingbats}{<60>}
+\newpsfontdot{xsFlower}[1 2 0 1 0 0]{ZapfDingbats}{<60>}
+\newpsfontdot{ysFlower}[1 0 2 1 0 0]{ZapfDingbats}{<60>}
+\newpsfontdot{dxFlower}[1 0 0 1 1 0]{ZapfDingbats}{<60>}
+\newpsfontdot{dyFlower}[1 0 0 1 0 1]{ZapfDingbats}{<60>}
+\newpsfontdot{dxyFlower}[1 0 0 1 1 1]{ZapfDingbats}{<60>}
+
+
+\usepackage{pstricks}
+\newpsfontdot{CircMultiply}[2 0 0 2 -.78 -.7]{Symbol}{<C4>}
+\newpsfontdot{CircPlus}[2 0 0 2 -.78 -.7]{Symbol}{<C5>}
+\newpsfontdot{CircPlus45}[2 2 -2 2 -.78 -.7]{Symbol}{<C5>}
+\newpsfontdot{Flower}[2 0 0 2 -.78 -.7]{ZapfDingbats}{<60>}
+% ... see the TeX code for other definitions ...
+
+
+\begin{document}
+\begin{pspicture}[showgrid](4,4)
+ \psset{dotscale=2.5} \psdot[dotstyle=Flower](4,0)
+ \psdot[dotstyle=Flower45](4,1) \psdot[dotstyle=Flower90](4,2)
+ \psdot[dotstyle=Flower135](4,3)\psdot[dotstyle=Flower180](4,4)
+ \psdots[dotstyle=hFlower](0,0) \psdot[dotstyle=vFlower](1,1)
+ \psdot[dotstyle=hvFlower](0,1) \psdot[dotstyle=xsFlower](2,2)
+ \psdot[dotstyle=ysFlower](3,3) \psdot[dotstyle=dxyFlower](2,3)
+ \psdot[dotstyle=ysFlower](2,4) \psdot[dotstyle=CircPlus](3,0)
+ \psdots[dotstyle=CircPlus45](3,2)(1,2)(2,1)
+ \psdots[dotstyle=CircMultiply](0,3)(0,4)(1,4)
+\end{pspicture}
+\end{document}