summaryrefslogtreecommitdiffstats
path: root/ps-imgs/setup-select.eps
diff options
context:
space:
mode:
authorAlan Hicks <alan@lizella.net>2011-04-15 16:09:56 -0400
committerAlan Hicks <alan@lizella.net>2011-04-15 16:09:56 -0400
commitb58898aaad94ff3ec2d9d0f57d9e85a96c33147a (patch)
tree58a02b3ddec830297eea838ff05244e723961831 /ps-imgs/setup-select.eps
parentba067fdd5d703757f441f5c804b5d30d9bf0e048 (diff)
downloadslackbook-b58898aaad94ff3ec2d9d0f57d9e85a96c33147a.tar.xz
Adding seven post-script files in ps-imgs. These can be turned into
SVGs with GIMP, but are much easier to fix as raw postscript. They should be used to take the place of actual screenshots in the book as this makes the printed edition much cleaner.
Diffstat (limited to 'ps-imgs/setup-select.eps')
-rw-r--r--ps-imgs/setup-select.eps89
1 files changed, 89 insertions, 0 deletions
diff --git a/ps-imgs/setup-select.eps b/ps-imgs/setup-select.eps
new file mode 100644
index 0000000..9fdc6f3
--- /dev/null
+++ b/ps-imgs/setup-select.eps
@@ -0,0 +1,89 @@
+%!PS-Adobe-2.0 EPSF-1.2
+%%BoundingBox: 21 60 467 312
+
+/Outterbox
+{ newpath moveto
+0 246 rlineto
+118 0 rlineto
+23 61 moveto
+443 0 rlineto
+0 246 rlineto
+-125 0 rlineto
+23 87 moveto
+443 0 rlineto
+closepath } def
+
+/Innerbox
+{ moveto
+421 0 rlineto
+0 131 rlineto
+-421 0 rlineto
+closepath} def
+
+/TitleFont
+{ /Helvetica findfont 13 scalefont setfont
+moveto } def
+
+/PanelFont
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/ContentFont1
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/ContentFont2
+{ /Helvetica findfont 11 scalefont setfont
+moveto } def
+
+/ButtonFont
+{ /Helvetica findfont 11 scalefont setfont
+moveto } def
+
+23 61 Outterbox
+34 100 Innerbox
+
+145 301 TitleFont(PACKAGE SERIES SELECTION) show
+
+33 287 PanelFont (Now it's time to select which general categories of software to install) show
+33 275 PanelFont (on your system. Use the spacebar to select or unselect the software)show
+33 263 PanelFont (you wish to install. You can use the up and down arrows to see all the) show
+33 251 PanelFont (possible choices. Recommended choices have been preselected. Press) show
+33 239 PanelFont (the ENTER key when you are finished.) show
+
+55 218 ContentFont1 ([X]) show
+55 204 ContentFont1 ([X]) show
+55 190 ContentFont1 ([X]) show
+55 176 ContentFont1 ([X]) show
+55 162 ContentFont1 ([X]) show
+55 148 ContentFont1 ([X]) show
+55 134 ContentFont1 ([X]) show
+55 120 ContentFont1 ([ ]) show
+55 106 ContentFont1 ([X]) show
+
+86 218 ContentFont2 (A) show
+86 204 ContentFont2 (AP) show
+86 190 ContentFont2 (D) show
+86 176 ContentFont2 (E) show
+86 162 ContentFont2 (F) show
+86 148 ContentFont2 (K) show
+86 134 ContentFont2 (KDE) show
+86 120 ContentFont2 (KDEI) show
+86 106 ContentFont2 (L) show
+
+133 218 ContentFont1 (Base Linux system) show
+133 204 ContentFont1 (Various Applications that do not need X) show
+133 190 ContentFont1 (Program Development (C, C++, Lisp, Perl, etc.)) show
+133 176 ContentFont1 (GNU Emacs) show
+133 162 ContentFont1 (FAQ lists, HOWTO documentation) show
+133 148 ContentFont1 (Linux kernel source) show
+133 134 ContentFont1 (Qt and the K Desktop Environment for X) show
+133 120 ContentFont1 (International language support for KDE) show
+133 106 ContentFont1 (System Libraries (needed by KDE, X, and more)) show
+
+153 71 ButtonFont (< OK >) show
+267 71 ButtonFont (< Cancel >) show
+
+stroke
+showpage
+%%EOF