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
|
\setlength{\unitlength}{1mm}
\begin{maxipage}
\parbox{1in}{Buchstabe 1}
\parbox{5.45in}
{\centering
\begin{picture}(120,28)
\put(0,11){\makebox(0,0)[bl]{\footnotesize \sf width = 0}}
\put(25,0){\circle*{1}}
\put(19,6){\vector(1,-1){5}}
\put(0,7){\makebox(0,0)[bl]{\footnotesize \sf Referenzpunkt}}
\put(25,0){\HwKairplane \symbol{65}}
\end{picture}
}
\newline
\parbox{1in}{Buchstabe 2}
\parbox{5.45in}
{\centering
\begin{picture}(120,28)
\put(0,11){\makebox(0,0)[bl]{\footnotesize \sf width = 0}}
\put(25,0){\circle*{1}}
\put(19,6){\vector(1,-1){5}}
\put(0,7){\makebox(0,0)[bl]{\footnotesize \sf Referenzpunkt}}
\put(25,0){\HwKairplane \symbol{66}}
\end{picture}
}
\newline
\parbox{1in}{Buchstabe 3}
\parbox{5.45in}
{\centering
\begin{picture}(120,33)
\put(25,10){\circle*{1}}
\put(19,16){\vector(1,-1){5}}
\put(10,17){\makebox(0,0)[bl]{\footnotesize \sf Referenzpunkt}}
\put(25,10){\HwKairplane \symbol{67}}
\put(71,9)
{\makebox(0,0)[t]{\shortstack{$\underbrace{\rule{92mm}{0mm}}$ \\
{\small \sf width}}}}
\end{picture}
}
\end{maxipage}
|