summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_7_de/06-03-1.ltx
blob: 767b061dfd0c1f4b4215270d6192b69040ded98e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
%% 
%%  Ein Beispiel der DANTE-Edition
%%  
%%  7. Auflage
%% 
%%  Beispiel 06-03-1 auf Seite 87.
%% 
%%  Copyright (C) 2016 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[]{exaarticle}
\pagestyle{empty}
\setlength\textwidth{169.16928pt}
\usepackage{pstricks}
\newpsfontdot{Flower45}[1.4 1.4 -1.4 1.4 -.1 -1]{Dingbats}{<60>}
\newpsfontdot{Flower90}[0 2 -2 0 .7 -.78]{Dingbats}{<60>}
\newpsfontdot{Flower135}[-1.4 1.4 -1.4 -1.4 1 -.1]{Dingbats}{<60>}
\newpsfontdot{Flower180}[-2 0 0 -2 .78 .7]{Dingbats}{<60>}
\newpsfontdot{FlowerInv}[-1 0 0 -1 .39 .35]{Dingbats}{<60>}
\newpsfontdot{FlowerInvY}[1 0 0 -1 -.39 .35]{Dingbats}{<60>}
\newpsfontdot{hFlower}[2 0 0 1 0 0]{Dingbats}{<60>}
\newpsfontdot{vFlower}[1 0 0 2 0 0]{Dingbats}{<60>}
\newpsfontdot{hvFlower}[2 0 0 2 0 0]{Dingbats}{<60>}
\newpsfontdot{xsFlower}[1 2 0 1 0 0]{Dingbats}{<60>}
\newpsfontdot{ysFlower}[1 0 2 1 0 0]{Dingbats}{<60>}
\newpsfontdot{dxFlower}[1 0 0 1 1 0]{Dingbats}{<60>}
\newpsfontdot{dyFlower}[1 0 0 1 0 1]{Dingbats}{<60>}
\newpsfontdot{dxyFlower}[1 0 0 1 1 1]{Dingbats}{<60>}

%StartShownPreambleCommands
\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]{Dingbats}{<60>}
% ... Andere Definitionen siehe TeX-Code ...

%StopShownPreambleCommands
\begin{document}
\begin{pspicture}[showgrid](4,3)
 \psset{dotscale=2.5}           \psdot[dotstyle=Flower](4,0)
 \psdot[dotstyle=Flower45](4,1) \psdot[dotstyle=Flower90](4,2)
 \psdot[dotstyle=Flower135](4,3)\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=CircPlus](3,0)
 \psdots[dotstyle=CircPlus45](3,2)(1,2)(2,1)
 \psdots[dotstyle=CircMultiply](0,3)
\end{pspicture}
\end{document}