blob: 9938eee156023c78ffaea6050d95786783b0ad55 (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
%!PS-Adobe-2.0 EPSF-1.2
%%BoundingBox: 21 60 419 287
/Outterbox
{ newpath moveto
0 221 rlineto
122 0 rlineto
23 61 moveto
395 0 rlineto
0 221 rlineto
-148 0 rlineto
23 87 moveto
395 0 rlineto
closepath } def
/Innerbox
{ moveto
372 0 rlineto
0 172 rlineto
-372 0 rlineto
closepath} def
/TitleFont
{ /Helvetica findfont 12 scalefont setfont
moveto } def
/PanelFont
{ /Helvetica findfont 12 scalefont setfont
moveto } def
/ContentFont
{ /Helvetica findfont 12 scalefont setfont
moveto } def
/ButtonFont
{ /Helvetica findfont 11 scalefont setfont
moveto } def
23 61 Outterbox
34 100 Innerbox
150 277 TitleFont(Slackware Setup Help) show
38 260 PanelFont (Slackware Linux Help) show
38 247 PanelFont (First, a little help on help. Whenever you encounter a text) show
38 234 PanelFont (viewer like this during the installiong, you can move around) show
38 221 PanelFont (with these commands:) show
38 195 PanelFont (PGDN/SPACE) show
38 182 PanelFont (PGUP/'b') show
38 169 PanelFont (ENTER/DOWN/'j') show
38 156 PanelFont (UP/'k') show
38 143 PanelFont (LEFT/'h') show
38 130 PanelFont (RIGHT/'l') show
38 117 PanelFont ('0') show
38 104 PanelFont (HOME/'g') show
150 195 ContentFont (- Move down one page) show
150 182 ContentFont (- Move up one page) show
150 169 ContentFont (- Move down one line) show
150 156 ContentFont (- Move down one line) show
150 143 ContentFont (- Scroll left) show
150 130 ContentFont (- Scroll right) show
150 117 ContentFont (- Move to beginning of line) show
150 104 ContentFont (- Move to beginning of file) show
190 71 ButtonFont (< OK >) show
stroke
showpage
%%EOF
|