summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_7_de/32-03-89.ltx
blob: 6bda8a2f3971eb79287686d886951b3d196ae19c (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
%% 
%%  Ein Beispiel der DANTE-Edition
%%  
%%  7. Auflage
%% 
%%  Beispiel 32-03-89 auf Seite 780.
%% 
%%  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[dvipsnames]{pstricks}
\usepackage{pst-perspective}
%StopShownPreambleCommands
\begin{document}
\begin{pspicture}(10,9)
{\psset{translineA,translineB,linecolor=blue,linestyle=dashed,transAcolor=blue,
        transBcolor=orange,dash=5pt 5pt}
\pnode(0,\ba){O}% \ba=Basislinie
%------ Eckpunkte des X --------
\pstransTS(1,0){A}{A'}\pstransTS(2,0){B}{B'}\pstransTS(4,3){C}{C'}
\pstransTS(6,0){D}{D'}\pstransTS(7,0){E}{E'}
\pstransTS[transAlinestyle=solid,transAcolor=red,transAlinewidth=2pt](4.5,4){F}{F'}
\pstransTS[linestyle=solid,linecolor=green](7,8){G}{G'}
\pstransTS[transAcolor=red,transBcolor=black,transBlinewidth=1.4pt](6,8){H}{H'}
\pstransTS(4,5){I}{I'}\pstransTS(2,8){J}{J'}
\pstransTS[linecolor=red](1,8){K}{K'} \pstransTS(3.5,4){L}{L'}}
\pspolygon[fillstyle=solid,fillcolor=cyan!30,opacity=0.3,
  linecolor=blue](A')(B')(C')(D')(E')(F')(G')(H')(I')(J')(K')(L')
\pspolygon[fillstyle=solid,fillcolor=yellow!30,opacity=0.5,
  linewidth=0.9pt,linecolor=red](A)(B)(C)(D)(E)(F)(G)(H)(I)(J)(K)(L)
\pcline[linewidth=1.3pt](0,0|O)(10,0|O)
\end{pspicture}
\end{document}