home *** CD-ROM | disk | FTP | other *** search
/ Estate Planning Advisor / Estate_Planning_Advisor_Research_Institute_of_America_June_1996.iso / setup.ps < prev    next >
Text File  |  1994-01-11  |  10KB  |  531 lines

  1. %!PS-Adobe-2.1
  2. %%Title: PostScript Setup File for SLATE
  3. %%Creator: Symmetry Group
  4. %%CreationDate: 06 Feb 1991
  5. %%For: SLATE Support of PostScript Printers 2.2.11
  6. %%Copyright: 1994 The Symmetry Group, Inc all rights reserved
  7. %%EndComments
  8. save /$WD 150 dict def $WD begin
  9. /$V 1 def
  10. /$H 1 def
  11. /$L 792 def
  12. /$W 612 def
  13. /$TMP 40 string def
  14. /$TMP1 40 string def
  15. errordict /handleerror
  16. {
  17. /Courier-Bold findfont 9 scalefont setfont
  18. initgraphics
  19. 20 144 moveto
  20. (*** SLATE PostScript Error ***) show
  21. 20 135 moveto
  22. ( Setup Vers: 2.2.11) show 
  23. 20 126 moveto
  24. ( Error Type: ) show $error /errorname get 20 string cvs show
  25. 20 117 moveto
  26. (Error Command: ) show $error /command get 20 string cvs show
  27. 20 108 moveto
  28. ( Stack: ) show
  29. $error /ostack get dup length 20 string cvs show
  30. {currentpoint exch pop 9 sub 80 exch moveto 20 string cvs show}
  31. forall
  32. copypage
  33. } put
  34. /STAT {/STX {PSTAT} def } bind def
  35. /STX {} bind def
  36. /PSTAT {save
  37. /Courier-Bold findfont 9 $H div scalefont setfont
  38. 288 $H div dup 90 $V div moveto
  39. ( Product: ) show /product where
  40. {pop product}
  41. {(Unknown )}
  42. ifelse show
  43. ( Version:) show version show
  44. dup 81 $V div moveto
  45. ( PS Level: ) show /languagelevel where
  46. {pop languagelevel}
  47. {1}
  48. ifelse 20 string cvs show
  49. ( Setup File: 2.2.11) show 
  50. dup 72 $V div moveto
  51. ( VM Status: Max:) show vmstatus 20 string cvs show
  52. ( Used:) show 20 string cvs show
  53. ( Level:) show 20 string cvs show
  54. dup 63 $V div moveto
  55. (Oper Stack Count: ) show count 20 string cvs show
  56. dup 54 $V div moveto
  57. (Dictionary Count: ) show countdictstack 20 string cvs show
  58. dup 45 $V div moveto
  59. (Exec Stack Count: ) show countexecstack 20 string cvs show
  60. pop restore} bind def
  61.  /statusdict where
  62. {pop statusdict /waittimeout known
  63. {statusdict /waittimeout 0 put}
  64. if}
  65. if
  66.  /statusdict where
  67. {pop statusdict begin /setjobtimeout where
  68. {pop 0 setjobtimeout}
  69. if end}
  70. if
  71.  /statusdict where
  72. {pop statusdict /manualfeedtimeout known
  73. {statusdict /manualfeedtimeout 0 put}
  74. if}
  75. if
  76. /$I2 [
  77. 39/quotesingle
  78. 94/circumflex
  79. 96/grave
  80. 126/tilde
  81. 128/Ccedilla
  82. 129/udieresis
  83. 130/eacute
  84. 131/acircumflex
  85. 132/adieresis
  86. 133/agrave
  87. 134/aring
  88. 135/ccedilla
  89. 136/ecircumflex
  90. 137/edieresis
  91. 138/egrave
  92. 139/idieresis
  93. 140/icircumflex
  94. 141/igrave
  95. 142/Adieresis
  96. 143/Aring
  97. 144/Eacute
  98. 145/ae
  99. 146/AE
  100. 147/ocircumflex
  101. 148/odieresis
  102. 149/ograve
  103. 150/ucircumflex
  104. 151/ugrave
  105. 152/ydieresis
  106. 153/Odieresis
  107. 154/Udieresis
  108. 155/cent
  109. 156/sterling
  110. 157/yen
  111. 158/Pts
  112. 159/florin
  113. 160/aacute
  114. 161/iacute
  115. 162/oacute
  116. 163/uacute
  117. 164/ntilde
  118. 165/Ntilde
  119. 166/ordfeminine
  120. 167/ordmasculine
  121. 168/questiondown
  122. 170/logicalnot
  123. 171/onehalf
  124. 172/onequarter
  125. 173/exclamdown
  126. 174/guillemotleft
  127. 175/guillemotright
  128. 225/germandbls
  129. 226/Gamma
  130. 227/pi
  131. 228/Sigma
  132. 229/sigma
  133. 230/mu
  134. 231/tau
  135. 232/Phi
  136. 233/Theta
  137. 234/Omega
  138. 235/delta
  139. 236/infinity
  140. 237/phi
  141. 238/epsilon
  142. 239/intersection
  143. 240/equivalence
  144. 241/plusminus
  145. 242/greaterequal
  146. 243/lessequal
  147. 246/divide
  148. 247/approxequal
  149. 248/degree
  150. 249/productdot
  151. 250/periodcentered
  152. 251/radical
  153. 252/nsuperior
  154. 253/twosuperior
  155. 254/filledbox
  156. ] def
  157. /$R8 [
  158. 127/square
  159. 161/Agrave
  160. 162/Acircumflex
  161. 163/Egrave
  162. 164/Ecircumflex
  163. 165/Edieresis
  164. 166/Icircumflex
  165. 167/Idieresis
  166. 168/acute
  167. 169/grave
  168. 170/circumflex
  169. 171/dieresis
  170. 172/tilde
  171. 173/Ugrave
  172. 174/Ucircumflex
  173. 175/sterling
  174. 176/overscore
  175. 177/Yacute
  176. 178/yacute
  177. 179/degree
  178. 180/Ccedilla
  179. 181/ccedilla
  180. 182/Ntilde
  181. 183/ntilde
  182. 184/exclamdown
  183. 185/questiondown
  184. 186/currency
  185. 187/sterling
  186. 188/yen
  187. 189/section
  188. 190/florin
  189. 191/cent
  190. 192/acircumflex
  191. 193/ecircumflex
  192. 194/ocircumflex
  193. 195/ucircumflex
  194. 196/aacute
  195. 197/eacute
  196. 198/oacute
  197. 199/uacute
  198. 200/agrave
  199. 201/egrave
  200. 202/ograve
  201. 203/ugrave
  202. 204/adieresis
  203. 205/edieresis
  204. 206/odieresis
  205. 207/udieresis
  206. 208/Aring
  207. 209/icircumflex
  208. 210/Oslash
  209. 211/AE
  210. 212/aring
  211. 213/iacute
  212. 214/oslash
  213. 215/ae
  214. 216/Adieresis
  215. 217/igrave
  216. 218/Odieresis
  217. 219/Udieresis
  218. 220/Eacute
  219. 221/idieresis
  220. 222/germandbls
  221. 223/Ocircumflex
  222. 224/Aacute
  223. 225/Atilde
  224. 226/atilde
  225. 227/Eth
  226. 228/eth
  227. 229/Iacute
  228. 230/Igrave
  229. 231/Oacute
  230. 232/Ograve
  231. 233/Otilde
  232. 234/otilde
  233. 235/Scaron
  234. 236/scaron
  235. 237/Uacute
  236. 238/Ydieresis
  237. 239/ydieresis
  238. 240/Thorn
  239. 241/thorn
  240. 242/periodcentered
  241. 243/mu
  242. 244/paragraph
  243. 245/threequarters
  244. 246/minus
  245. 247/onequarter
  246. 248/onehalf
  247. 249/ordfeminine
  248. 250/ordmasculine
  249. 251/guillemotleft
  250. 252/stop
  251. 253/guillemotright
  252. 254/plusminus
  253. ] def
  254. /$WN [
  255. 39/quotesingle
  256. 96/grave
  257. 124/bar
  258. 145/quoteleft
  259. 146/quoteright
  260. 147/quotedblleft
  261. 148/quotedblright
  262. 149/bullet
  263. 150/endash
  264. 151/emdash
  265. 160/space
  266. 164/currency
  267. 166/brokenbar
  268. 167/section
  269. 168/dieresis
  270. 169/copyright
  271. 170/ordfeminine
  272. 171/guillemotleft
  273. 172/logicalnot
  274. 173/hyphen
  275. 174/registered
  276. 175/macron
  277. 176/degree
  278. 177/plusminus
  279. 178/twosuperior
  280. 179/threesuperior
  281. 180/acute
  282. 181/mu
  283. 182/paragraph
  284. 183/periodcentered
  285. 184/cedilla
  286. 185/onesuperior
  287. 186/ordmasculine
  288. 187/guillemotright
  289. 188/onequarter
  290. 189/onehalf
  291. 190/threequarters
  292. 191/questiondown
  293. 192/Agrave
  294. 193/Aacute
  295. 194/Acircumflex
  296. 195/Atilde
  297. 196/Adieresis
  298. 197/Aring
  299. 198/AE
  300. 199/Ccedilla
  301. 200/Egrave
  302. 201/Eacute
  303. 202/Ecircumflex
  304. 203/Edieresis
  305. 204/Igrave
  306. 205/Iacute
  307. 206/Icircumflex
  308. 207/Idieresis
  309. 208/Eth
  310. 209/Ntilde
  311. 210/Ograve
  312. 211/Oacute
  313. 212/Ocircumflex
  314. 213/Otilde
  315. 214/Odieresis
  316. 215/multiply
  317. 216/Oslash
  318. 217/Ugrave
  319. 218/Uacute
  320. 219/Ucircumflex
  321. 220/Udieresis
  322. 221/Yacute
  323. 222/Thorn
  324. 223/germandbls
  325. 224/agrave
  326. 225/aacute
  327. 226/acircumflex
  328. 227/atilde
  329. 228/adieresis
  330. 229/aring
  331. 230/ae
  332. 231/ccedilla
  333. 232/egrave
  334. 233/eacute
  335. 234/ecircumflex
  336. 235/edieresis
  337. 236/igrave
  338. 237/iacute
  339. 238/icircumflex
  340. 239/idieresis
  341. 240/eth
  342. 241/ntilde
  343. 242/ograve
  344. 243/oacute
  345. 244/ocircumflex
  346. 245/otilde
  347. 246/odieresis
  348. 247/divide
  349. 248/oslash
  350. 249/ugrave
  351. 250/uacute
  352. 251/ucircumflex
  353. 252/udieresis
  354. 253/yacute
  355. 254/thorn
  356. 255/ydieresis
  357. ] def
  358. /S {72 exch div /$V exch store
  359. 72 exch div /$H exch store
  360. /$L $L $V div store /$W $W $H div store
  361. $H $V scale save () D
  362. } bind def
  363. /LS {72 exch div /$V exch store
  364. 72 exch div /$H exch store
  365. /$L $W /$W $L $V div store $H div store
  366. $H $V scale
  367. 90 rotate
  368.  /H {exch P currentpoint exch pop moveto} bind def
  369.  /V {exch P 0 exch sub currentpoint pop exch moveto} bind def
  370.  /X {exch P /statusdict where
  371. {pop statusdict begin 1 eq
  372. {setduplexmode true settumble} stopped {pop} if
  373. end}
  374. {pop}
  375. ifelse} bind def
  376. save () D} bind def
  377. /C {P restore
  378. /#copies 1 store
  379. /statusdict where
  380. {pop statusdict begin
  381. /manualfeed where
  382. {/manualfeed false put} if
  383. 0 {setpapertray} stopped {pop} if
  384. false {setduplexmode} stopped {pop} if
  385. false {settumble} stopped {pop} if
  386. end} if
  387. end restore} bind def
  388. /W {exch P
  389. currentpoint 4 -1 roll restore moveto
  390. /$W exch store
  391. save} bind def
  392. /L {exch P
  393. currentpoint 4 -1 roll restore moveto
  394. /$L exch store
  395. save} bind def
  396. /H {exch P currentpoint exch pop moveto} bind def
  397. /V {exch P $L exch sub currentpoint pop exch moveto} bind def
  398. /R {P currentpoint exch pop 0 exch moveto} bind def
  399. /N {P STX showpage restore save 0 0 moveto} bind def
  400. /T {3 -1 roll P
  401. STX showpage
  402. 3 -1 roll restore
  403. /statusdict where
  404. {pop statusdict begin
  405. dup -1 eq
  406. {pop}
  407. {1 eq /manualfeed exch store}
  408. ifelse
  409. dup -1 eq
  410. {pop}
  411. {currentpoint matrix currentmatrix 4 -1 roll
  412. {setpapertray} stopped {pop} if
  413. setmatrix moveto}
  414. ifelse
  415. end}
  416. {pop pop}
  417. ifelse
  418. save 0 0 moveto } bind def
  419. /Y {3 -1 roll P
  420. currentpoint 5 -1 roll restore moveto
  421. /statusdict where
  422. {pop statusdict begin
  423. dup -1 eq
  424. {pop}
  425. {1 eq /manualfeed exch store}
  426. ifelse
  427. dup -1 eq
  428. {pop}
  429. {currentpoint matrix currentmatrix 4 -1 roll
  430. {setpapertray} stopped {pop} if
  431. setmatrix moveto}
  432. ifelse
  433. end}
  434. {pop pop}
  435. ifelse
  436. save} bind def
  437. /X {exch P
  438. currentpoint 4 -1 roll restore moveto
  439. /statusdict where
  440. {pop statusdict begin
  441. 1 eq {setduplexmode} stopped {pop} if end}
  442. {pop}
  443. ifelse
  444. save} bind def
  445. /O {exch P
  446. currentpoint 4 -1 roll restore moveto
  447. /#copies exch store
  448. save} bind def
  449. /P {{pop pop currentpoint exch round exch moveto} exch kshow
  450. currentpoint exch round exch moveto} bind def
  451. /B {4 -1 roll P gsave
  452. 100 exch sub 100 div setgray
  453. currentpoint newpath moveto
  454. dup 0 rlineto
  455. exch neg 0 exch rlineto
  456. neg 0 rlineto
  457. closepath fill grestore} bind def
  458. /G {exch P
  459. currentpoint 4 -1 roll restore moveto
  460. 100 exch sub 100 div setgray
  461. save} bind def
  462. /CO {5 -1 roll P
  463. currentpoint 7 -1 roll restore moveto
  464. {setcmykcolor} stopped {pop pop pop pop} if
  465. save} bind def
  466. /IS {3 -1 roll P
  467. dup currentpoint 2 copy 5 -1 roll sub moveto gsave translate
  468. dup scale 8 mul} bind def
  469. /CS {3 -1 roll P
  470. dup currentpoint 2 copy 5 -1 roll sub moveto gsave translate
  471. dup scale 2 mul} bind def
  472. /IS2 {4 -1 roll P
  473. dup currentpoint 2 copy 5 -1 roll sub moveto gsave translate
  474. scale 8 mul} bind def
  475. /IE {1 1 matrix 4 -1 roll image grestore} bind def
  476. /CE {1 1 matrix 4 -1 roll false 4 colorimage grestore} bind def
  477. /F {3 -1 roll P
  478. $TMP cvs
  479. currentpoint 5 -1 roll restore moveto
  480. findfont exch $H div scalefont
  481. setfont
  482. save
  483. } bind def
  484. /FV {dup maxlength dict /$N exch def
  485. {exch dup /FID ne
  486. {dup /Encoding eq
  487. {exch dup length array copy $N 3 1 roll put}
  488. {exch $N 3 1 roll put}
  489. ifelse}
  490. {pop pop}
  491. ifelse}
  492. forall
  493. dup $N /FontName 3 -1 roll put exch aload length 2 idiv
  494. {$N /Encoding get 3 1 roll put}
  495. repeat
  496. $N definefont} bind def
  497. /FI {4 -1 roll P
  498. $TMP cvs exch $TMP1 cvs exch
  499. currentpoint 6 -1 roll restore moveto
  500. dup FontDirectory exch known
  501. {findfont exch pop}
  502. {exch findfont $I2 3 1 roll FV}
  503. ifelse
  504. exch $H div scalefont setfont
  505. save} bind def
  506. /F8 {4 -1 roll P
  507. $TMP cvs exch $TMP1 cvs exch
  508. currentpoint 6 -1 roll restore moveto
  509. dup FontDirectory exch known
  510. {findfont exch pop}
  511. {exch findfont $R8 3 1 roll FV}
  512. ifelse
  513. exch $H div scalefont setfont
  514. save} bind def
  515. /FW {4 -1 roll P
  516. $TMP cvs exch $TMP1 cvs exch
  517. currentpoint 6 -1 roll restore moveto
  518. dup FontDirectory exch known
  519. {findfont exch pop}
  520. {exch findfont $WN 3 1 roll FV}
  521. ifelse
  522. exch $H div scalefont setfont
  523. save} bind def
  524. /D {P
  525. currentpoint 3 -1 roll restore moveto
  526. /Courier findfont 12 $H div scalefont setfont
  527. save} bind def
  528. 0 0 moveto
  529. /Courier findfont 12 $H div scalefont setfont
  530. %%EndProlog
  531.