diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples/04-01-5.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstricks-examples/04-01-5.ltx | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples/04-01-5.ltx b/Master/texmf-dist/doc/latex/pstricks-examples/04-01-5.ltx new file mode 100644 index 00000000000..d808db24f7b --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstricks-examples/04-01-5.ltx @@ -0,0 +1,82 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% +%% Copyright (C) 2010 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} |