summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-3.ltx
blob: c61e0257877d15a02fbb45fdde497e7e91afc7e3 (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
%% 
%%  A DANTE-Edition example
%% 
%%  Example 23-05-3 on page 359.
%% 
%%  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[]{article}
\pagestyle{empty}
\setlength\textwidth{201.70511pt}
\setlength\parindent{0pt}



\begin{document}
\unitlength1cm
\centering
\begin{picture}(1,2.8)
\thicklines
\put(1.5,2.9){\makebox(0,0){z}}
\put(2,1){\vector(-1,2){1}}
\put(2,1){\vector(-2,-1){2}}
\put(0,0.3){\makebox(0,0){y}}
\put(2,1){\circle{0.5}}
\put(1.8,0.8){\line(1,1){0.4}}
\put(1.8,1.2){\line(1,-1){0.4}}
\put(2.3,1.2){\makebox(0,0)[l]{x}}
\thinlines
\put(2,1){\line(-1,0){2}}
\put(2,1){\line(0,1){2}}
\put(1.7,2){\makebox(0,0){$\beta$}}
\put(1.3,0.8){\makebox(0,0){$\beta$}}
\put(2,2.5){\line(-1,0){0.75}}
\put(2.2,2.5){\makebox(0,0)[l]{$z^*=z\cos\beta$}}
\put(1,1){\line(0,-1){0.5}}
\put(1.3,0.5){\makebox(0,0)[l]{$y\cdot\alpha+x\sin\alpha$}}
\put(0.9,0.7){\makebox(0,0)[r]{$-(y\cdot\cos\alpha+x\sin\alpha)\sin\beta$}}
\end{picture}
\end{document}