summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_7_de/04-01-5.ltx
blob: 41e2de3ad222a21a079348c3087e50ec54d8a0ef (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
%% 
%%  Ein Beispiel der DANTE-Edition
%%  
%%  7. Auflage
%% 
%%  Beispiel 04-01-5 auf Seite 49.
%% 
%%  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{352.81416pt}

%StartShownPreambleCommands
\usepackage{pstricks,booktabs}
%StopShownPreambleCommands
\begin{document}
\tabcolsep=2.5pt%
\begin{tabular}{ @{}*{26}c@{} }\toprule
a&b&c&d&e&f&g&h&i&j&k&l&m&n&o&p&q&r&s&t&u&v&w&x&y&z\\
\psdot[dotscale=2,dotstyle=Add](0,0) & %a
\psdot[dotscale=2,dotstyle=*](0,0) & %b
\psdot[dotscale=2,dotstyle=o](0,0) & %c
\psdot[dotscale=2,dotstyle=diamond](0,0) & %d
\psdot[dotscale=2,dotstyle=SolidOplus](0,0) & %e
\psdot[dotscale=2,dotstyle=Octogon](0,0) & %f
\psdot[dotscale=2,dotstyle=SolidOctogon](0,0) & %g
\psdot[dotscale=2,dotstyle=Hexagon](0,0) & %h
\psdot[dotscale=2,dotstyle=Bar](0,0) & %i
 & %j
\psdot[dotscale=2,dotstyle=Asterisk](0,0) & %k
\psdot[dotscale=2,dotstyle=diamond*](0,0) & %l
\psdot[dotscale=2,dotstyle=Oplus](0,0) & %m
\psdot[dotscale=2,dotstyle=Otimes](0,0) & %n
 & % o
\psdot[dotscale=2,dotstyle=pentagon](0,0) & %p
\psdot[dotscale=2,dotstyle=pentagon*](0,0) & %q
\psdot[dotscale=2,dotstyle=square*](0,0) & %r
\psdot[dotscale=2,dotstyle=square](0,0) & %s
\psdot[dotscale=2,dotstyle=triangle](0,0) & %t
\psdot[dotscale=2,dotstyle=triangle*](0,0) & %u
 &
 &
\psdot[dotscale=2,dotstyle=Mul](0,0) & %x
 &
 \\\midrule
A&B&C&D&E&F&G&H&I&J&K&L&M&N&O&P&Q&R&S&T&U&V&W&X&Y&Z\\
\psdot[dotscale=2,dotstyle=BoldAdd](0,0) & %A
 &
\psdot[dotscale=2,dotstyle=Bo](0,0) & %C
\psdot[dotscale=2,dotstyle=Bdiamond](0,0) & %D
\psdot[dotscale=2,dotstyle=SolidOtimes](0,0) & %E
\psdot[dotscale=2,dotstyle=BoldOctogon](0,0) & %F
\psdot[dotscale=2,dotstyle=SolidHexagon](0,0) & %G
\psdot[dotscale=2,dotstyle=BoldHexagon](0,0) & %H
\psdot[dotscale=2,dotstyle=BoldBar](0,0) & %I
\psdot[dotscale=2,dotstyle=SolidAsterisk](0,0) & %J
\psdot[dotscale=2,dotstyle=BoldAsterisk](0,0) & %K
 &
\psdot[dotscale=2,dotstyle=BoldOplus](0,0) & %M
\psdot[dotscale=2,dotstyle=BoldOtimes](0,0) & %N
 &
\psdot[dotscale=2,dotstyle=Bpentagon](0,0) & %P
 &
 &
\psdot[dotscale=2,dotstyle=Bsquare](0,0) & % S
\psdot[dotscale=2,dotstyle=Btriangle](0,0) & %T
 &
 &
 &
\psdot[dotscale=2,dotstyle=BoldMul](0,0) & %X
 &
\\\bottomrule
\end{tabular}
\end{document}