summaryrefslogtreecommitdiffstats
path: root/ps-imgs/format.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/format.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/format.eps')
-rw-r--r--ps-imgs/format.eps77
1 files changed, 77 insertions, 0 deletions
diff --git a/ps-imgs/format.eps b/ps-imgs/format.eps
new file mode 100644
index 0000000..019a24b
--- /dev/null
+++ b/ps-imgs/format.eps
@@ -0,0 +1,77 @@
+%!PS-Adobe-2.0 EPSF-1.2
+%%BoundingBox: 21 60 450 327
+
+/Outterbox
+{ newpath moveto
+0 259 rlineto
+118 0 rlineto
+23 61 moveto
+426 0 rlineto
+0 259 rlineto
+-125 0 rlineto
+23 87 moveto
+426 0 rlineto
+closepath } def
+
+/Innerbox
+{ moveto
+403 0 rlineto
+0 88 rlineto
+-403 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 316 TitleFont(SELECT FILESYSTEM FOR /dev/sda1) show
+
+33 304 PanelFont (Please select the type of filesystem to use for the specified) show
+33 291 PanelFont (device. here are descriptions of the available filesystes: Ext2) show
+33 278 PanelFont (is the traditional Linux file system and is fast and stable. Ext3) show
+33 265 PanelFont (is the journaling version of the Ext2 filesystem. Ext4 is the) show
+33 252 PanelFont (successor to the ext3 filesystem. JFS is IBM's Journaled) show
+33 239 PanelFont (Filesystem, currently used in IBM enterprise servers. ReiserFS is a) show
+33 226 PanelFont (journaling filesystem that stores all files and filenames in a) show
+33 213 PanelFont (balanced tree structure. XFS is SGI's journaling filesystem that) show
+33 200 PanelFont (originated on IRIX.) show
+
+55 177 ContentFont1 (ext2) show
+55 163 ContentFont1 (ext3) show
+55 149 ContentFont1 (ext4) show
+55 135 ContentFont1 (jfs) show
+55 121 ContentFont1 (reiserfs) show
+55 107 ContentFont1 (xfs) show
+
+133 177 ContentFont1 (Standard Linux Ext2 Filesystem) show
+133 163 ContentFont1 (Ext3 Journaling Filesystem) show
+133 149 ContentFont1 (Ext4 Journaling Filesystem) show
+133 135 ContentFont1 (IBM's Journaled Filesystem) show
+133 121 ContentFont1 (ReiserfFS Journaling Filesystem) show
+133 107 ContentFont1 (SGI's Journaling Filesystem) show
+
+153 71 ButtonFont (< OK >) show
+267 71 ButtonFont (<Cancel>) show
+
+stroke
+showpage
+%%EOF