summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_7_de/05-05-1.ltx
blob: 3b85841acba216c4e6266fb68fbe8a5b58c5a33b (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
%% 
%%  Ein Beispiel der DANTE-Edition
%%  
%%  7. Auflage
%% 
%%  Beispiel 05-05-1 auf Seite 81.
%% 
%%  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}
\setlength\parindent{0pt}
%StartShownPreambleCommands
\usepackage{pstricks}
%StopShownPreambleCommands
\begin{document}
\psset{unit=0.75}
\pspicture(-4,-5)(9.25,5)
\pscircle(0,0){4}
\psarc(9,0){10}{150}{210}
\psarc(0,0){0.75}{0}{92}% Winkel beta
\rput(0.25,0.25){$\beta$}\rput(-0.25,-0.25){B}
\psarc(9,0){0.75}{157}{180}% Winkel alpha
\rput(8.5,0.5){$\alpha$}\rput(9.25,0){A}
\rput(-0.25,4.3){C}\rput(-0.25,-4.3){C'}
\rput(-1.25,-0.25){D}
\rput(3.75,0.25){E}
\psline(0,0)(9,0)(-0.15,3.98)(0,0)
\psline[linestyle=dotted](-2,0)(0,0)
\psline[linestyle=dotted](0,0)(0,5)
\rput(5,-0.25){$d=9cm$}\rput(5,2.5){$r_2=10cm$}\rput[l](0,2){$r_1=4cm$}
\pswedge[fillstyle=solid, fillcolor=gray!15](0,0){4}{267.4}{0}% Markieren
\pscustom[fillstyle=solid,fillcolor=gray!5]{%
  \psarc(9,0){10}{180}{200}%
  \psline(-0.15,-3.98)(0,0)(-1,0)}
\endpspicture
\end{document}