summaryrefslogtreecommitdiff
path: root/info/german/tex-kurs/kursf35.tex
blob: 724c3cb5ee39f58340ff5587a156059f4530dd27 (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
50
51
52
53
54
55
56
57
%INPUT.DTB
%1
%
%LaTeX "\input{DATEI}"   ---> Info mit <ALT-F2> <---
%2
%
%beliebiger Text
\begin{folie}
 
\titel{Zeichnungen -- picture}
 
\setlength{\unitlength}{1mm}
\thicklines
\begin{picture}(130,70)
\put(0,0){\dashbox(130,10){{\large\bf Die Dreiecksgeschichte}}}
\multiput(0,15)(5,0){27}{\circle*{1}}
\multiput(0,70)(5,0){27}{\circle*{1}}
\multiput(0,15)(0,5){11}{\circle*{1}}
\multiput(130,15)(0,5){11}{\circle*{1}}
\put(65,25){\oval(60,10)}
\put(65,20){\makebox(0,10){{\normalsize\bf sieben Zwerge}}}
\put(35,35){\line(1,0){60}}
\put(35,35){\line(1,1){30}}
\put(95,35){\line(-1,1){30}}
\put(65,47){\circle{15}}
\put(65,42){\vector(0,1){10}}
\put(5,55){\framebox(40,10){{\normalsize\bf Schneewittchen}}}
\put(85,55){\framebox(40,10){{\normalsize\bf Stiefmutter}}}
\end{picture}
 
{\large
\begin{verbatim}
\setlength{\unitlength}{1mm}
\thicklines
\begin{picture}(130,70)
\put(0,0){\dashbox(130,10){{\large\bf Die Dreiecksgeschichte}}}
\multiput(0,15)(5,0){27}{\circle*{1}}
\multiput(0,70)(5,0){27}{\circle*{1}}
\multiput(0,15)(0,5){11}{\circle*{1}}
\multiput(130,15)(0,5){11}{\circle*{1}}
\put(65,25){\oval(60,10)}
\put(65,20){\makebox(0,10){{\normalsize\bf sieben Zwerge}}}
\put(35,35){\line(1,0){60}}
\put(35,35){\line(1,1){30}}
\put(95,35){\line(-1,1){30}}
\put(65,47){\circle{15}}
\put(65,42){\vector(0,1){10}}
\put(5,55){\framebox(40,10){{\normalsize\bf Schneewittchen}}}
\put(85,55){\framebox(40,10){{\normalsize\bf Stiefmutter}}}
\end{picture}
\end{verbatim}}
 
\end{folie}
%-
%
%-
%