home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume21 / xfig / patch02h < prev    next >
Encoding:
Text File  |  1993-10-21  |  33.0 KB  |  848 lines

  1. Newsgroups: comp.sources.x
  2. From: envbvs@epb12.lbl.gov (Brian V. Smith)
  3. Subject: v21i028:  xfig - Draw amd manipulate objects in an X-Window, Patch02h/16
  4. Message-ID: <1993Oct21.185843.7121@sparky.sterling.com>
  5. X-Md4-Signature: fa96e73dabf40d555aa664cb7629745c
  6. Sender: chris@sparky.sterling.com (Chris Olson)
  7. Organization: Sterling Software
  8. Date: Thu, 21 Oct 1993 18:58:43 GMT
  9. Approved: chris@sterling.com
  10.  
  11. Submitted-by: envbvs@epb12.lbl.gov (Brian V. Smith)
  12. Posting-number: Volume 21, Issue 28
  13. Archive-name: xfig/patch02h
  14. Environment: patch, X11, xfig
  15. Patch-To: xfig: Volume 19, Issue 113-139
  16.  
  17. #! /bin/sh
  18. # This is a shell archive.  Remove anything before this line, then feed it
  19. # into a shell via "sh file" or similar.  To overwrite existing files,
  20. # type "sh file -c".
  21. # Contents:  xfig.16
  22. # Wrapped by chris@sparky on Thu Oct 21 13:40:06 1993
  23. PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin ; export PATH
  24. echo If this archive is complete, you will see the following message:
  25. echo '          "shar: End of archive 8 (of 16)."'
  26. if test -f 'xfig.16' -a "${1}" != "-c" ; then 
  27.   echo shar: Will not clobber existing file \"'xfig.16'\"
  28. else
  29.   echo shar: Extracting \"'xfig.16'\" \(30799 characters\)
  30.   sed "s/^X//" >'xfig.16' <<'END_OF_FILE'
  31. X***************
  32. X*** 1500,1510 ****
  33. X                      SmeBSB  TPIC
  34. X                      SmeBSB  PIC
  35. X                      SmeBSB  X11 Bitmap
  36. X-             Label  export_mode_label
  37. X-             MenuButton  export_mode
  38. X-                 SimpleMenu  menu
  39. X-                     SmeBSB  Overwrite
  40. X-                     SmeBSB  Append
  41. X              Label  def_file_label
  42. X              Label  def_file_name
  43. X              Label  out_file_name
  44. X--- 2518,2523 ----
  45. X***************
  46. X*** 1527,1533 ****
  47. X              Command  rescan
  48. X              Command  cancel
  49. X              Command  export
  50. X! 
  51. X      TransientShell  xfig_print_menu
  52. X          Form  print_panel
  53. X              Label  printer_image
  54. X--- 2540,2546 ----
  55. X              Command  rescan
  56. X              Command  cancel
  57. X              Command  export
  58. X! .Sp
  59. X      TransientShell  xfig_print_menu
  60. X          Form  print_panel
  61. X              Label  printer_image
  62. X***************
  63. X*** 1545,1562 ****
  64. X                      SmeBSB  centered
  65. X              Label  print_label
  66. X              Text  printer
  67. X!             Label  num_batch_lab
  68. X!             Label  num_batch_val
  69. X              Command  dismiss
  70. X              Command  print_batch
  71. X              Command  clear_batch
  72. X!             Command  print
  73. X! 
  74. X      TransientShell  xfig_file_msg
  75. X          Form  file_msg_panel
  76. X              Text  file_msg_win
  77. X              Command  dismiss
  78. X! 
  79. X      TransientShell  query_popup
  80. X          Form  query_form
  81. X              Label  message
  82. X--- 2558,2577 ----
  83. X                      SmeBSB  centered
  84. X              Label  print_label
  85. X              Text  printer
  86. X!             Label  job_params_label
  87. X!             Text  job_params
  88. X!             Label  num_batch_label
  89. X!             Label  num_batch
  90. X              Command  dismiss
  91. X+             Command  print
  92. X              Command  print_batch
  93. X              Command  clear_batch
  94. X! .Sp
  95. X      TransientShell  xfig_file_msg
  96. X          Form  file_msg_panel
  97. X              Text  file_msg_win
  98. X              Command  dismiss
  99. X! .Sp
  100. X      TransientShell  query_popup
  101. X          Form  query_form
  102. X              Label  message
  103. X***************
  104. X*** 1563,1569 ****
  105. X              Command  yes
  106. X              Command  no
  107. X              Command  cancel
  108. X! 
  109. X      TransientShell  xfig_set_unit_panel
  110. X          Form  form
  111. X              Label        Unit/Scale settings
  112. X--- 2578,2584 ----
  113. X              Command  yes
  114. X              Command  no
  115. X              Command  cancel
  116. X! .Sp
  117. X      TransientShell  xfig_set_unit_panel
  118. X          Form  form
  119. X              Label        Unit/Scale settings
  120. X***************
  121. X*** 1588,1597 ****
  122. X              Text  1.0
  123. X              Command  cancel
  124. X              Command  set
  125. X! 
  126. X!     NOTE:  The following is a \fItypical\fP popup edit panel (for \fIARC-BOX\fP)
  127. X!            The panel will be different for other objects.
  128. X! 
  129. X      TransientShell  xfig_edit_panel
  130. X          Form  form
  131. X              Label  POLYLINE:ArcBox
  132. X--- 2603,2617 ----
  133. X              Text  1.0
  134. X              Command  cancel
  135. X              Command  set
  136. X! .fi
  137. X! .Sp
  138. X! NOTE:  The following is a
  139. X! .I typical
  140. X! popup edit panel (for
  141. X! .IR ARC-BOX )
  142. X! The panel will be different for other objects.
  143. X! .Sp
  144. X! .nf
  145. X      TransientShell  xfig_edit_panel
  146. X          Form  form
  147. X              Label  POLYLINE:ArcBox
  148. X***************
  149. X*** 1599,1636 ****
  150. X              Command  done
  151. X              Command  apply
  152. X              Command  cancel
  153. X!             Label
  154. X              Label  Width =
  155. X              Text  Width =
  156. X!             Label  Color =
  157. X!             Text  Color =
  158. X              Label  Depth =
  159. X              Text  Depth =
  160. X!             Label  Area fill =
  161. X              MenuButton  No fill
  162. X                  SimpleMenu  menu
  163. X                      SmeBSB  No fill
  164. X!                     SmeBSB  Filled
  165. X!             Label  Fill density % =
  166. X!             Text  Fill density % =
  167. X              Label  Line style =
  168. X!             MenuButton  Solid Line
  169. X                  SimpleMenu  menu
  170. X!                     SmeBSB  Solid Line
  171. X                      SmeBSB  Dashed Line
  172. X                      SmeBSB  Dotted Line
  173. X              Label  Dash length/Dot gap =
  174. X              Text  Dash length/Dot gap =
  175. X!             Label  Top Left:
  176. X!             Label  Top Left:
  177. X!             Text  Top Left:
  178. X!             Label  Top Left:
  179. X!             Text  Top Left:
  180. X!             Label  Bottom Right:
  181. X!             Label  Bottom Right:
  182. X!             Text  Bottom Right:
  183. X!             Label  Bottom Right:
  184. X!             Text  Bottom Right:
  185. X              Label  Radius =
  186. X              Text  Radius =
  187. X  .fi
  188. X--- 2619,2666 ----
  189. X              Command  done
  190. X              Command  apply
  191. X              Command  cancel
  192. X!             Label   
  193. X              Label  Width =
  194. X              Text  Width =
  195. X!             Label  Drawing color =
  196. X!             MenuButton  colors
  197. X!                 SimpleMenu  menu
  198. X!                     SmeBSB  Black
  199. X!                     SmeBSB  Blue
  200. X!                     SmeBSB  Green
  201. X!                     SmeBSB  Cyan
  202. X!                     SmeBSB  Red
  203. X!                     SmeBSB  Magenta
  204. X!                     SmeBSB  Yellow
  205. X!                     SmeBSB  White
  206. X!                     SmeBSB  Default
  207. X              Label  Depth =
  208. X              Text  Depth =
  209. X!             Label  Fill style =
  210. X              MenuButton  No fill
  211. X                  SimpleMenu  menu
  212. X                      SmeBSB  No fill
  213. X!                     SmeBSB  Filled 
  214. X!             Label  Fill intensity % =
  215. X!             Text  Fill intensity % =
  216. X              Label  Line style =
  217. X!             MenuButton  Solid Line 
  218. X                  SimpleMenu  menu
  219. X!                     SmeBSB  Solid Line 
  220. X                      SmeBSB  Dashed Line
  221. X                      SmeBSB  Dotted Line
  222. X              Label  Dash length/Dot gap =
  223. X              Text  Dash length/Dot gap =
  224. X!             Label  First Corner
  225. X!             Label  First Corner
  226. X!             Text  First Corner
  227. X!             Label  First Corner
  228. X!             Text  First Corner
  229. X!             Label  Opposite Corner
  230. X!             Label  Opposite Corner
  231. X!             Text  Opposite Corner
  232. X!             Label  Opposite Corner
  233. X!             Text  Opposite Corner
  234. X              Label  Radius =
  235. X              Text  Radius =
  236. X  .fi
  237. X***************
  238. X*** 1641,1679 ****
  239. X  (Brian V. Smith)
  240. X  .PP
  241. X  Not all operations employ smart redrawing of objects which are altered
  242. X! as a by product of the operation.  You may need to use \fIRedraw\fP
  243. X  in these cases.
  244. X  .PP
  245. X- Must compile \fIxfig\fP with \fB-DOPENWIN\fP in order to make \fIxfig\fP handle
  246. X- OpenWindows scalable fonts correctly.
  247. X- .PP
  248. X  Some servers do not allow bitmaps/pixmaps taller than the screen height
  249. X! or wider than the screen width.  That is why there is a limit on the width
  250. X! of the top ruler and height of the side ruler.  If you need wider/taller
  251. X! rulers AND your server allows bigger pixmaps, you may define MAX_TOPRULER_WD
  252. X! and/or MAX_SIDERULER_HT in your Imakefile in the DEFINES line.  For example,
  253. X  to have a maximum top ruler width of 1160 pixels, add
  254. X! -DMAX_TOPRULER_WD=1160 to your DEFINES line in the Imakefile.
  255. X  .PP
  256. X! There is a bug in OpenWindows 2.0 which relates to pixmaps in widgets.
  257. X! You must compile \fIxfig\fP with the \fB-DOPENWIN_BUG\fP option for this problem.
  258. X! .PP
  259. X! If the image is panned or the \fIxfig\fP window iconified and de-iconified
  260. X  during the middle of an operation (e.g. while drawing a line), the picture
  261. X! will be distorted.  This can be corrected using \fIRedraw\fP after the
  262. X! operation is complete.
  263. X  .PP
  264. X- Rotated text will be displayed horizontally or vertically (i.e. angles
  265. X- of 0, 90, 180 and 270 degrees) on the screen.
  266. X- They will be rotated correctly when printed on \fIPostScript\fP output.
  267. X- .PP
  268. X  Corners of object scaled with point positioning in one of the grid
  269. X  modes will not always fall on the grid line, but to the closest pixel.
  270. X  .SH "SEE ALSO"
  271. X  Brian W. Kernighan
  272. X! .I "PIC - A Graphics Language for Typesetting User Manual"
  273. X! .br
  274. X! fig2dev(1) (\fITransFig\fP package)
  275. X  .SH ACKNOWLEDGEMENT
  276. X  Many thanks goes to Professor Donald E. Fussell who inspired the
  277. X  creation of this tool.
  278. X--- 2671,2726 ----
  279. X  (Brian V. Smith)
  280. X  .PP
  281. X  Not all operations employ smart redrawing of objects which are altered
  282. X! as a by product of the operation.
  283. X! You may need to use
  284. X! .I Redraw
  285. X  in these cases.
  286. X  .PP
  287. X  Some servers do not allow bitmaps/pixmaps taller than the screen height
  288. X! or wider than the screen width.
  289. X! That is why there is a limit on the width
  290. X! of the top ruler and height of the side ruler.
  291. X! If you need wider/taller rulers AND your server allows bigger pixmaps,
  292. X! you may define
  293. X! .B MAX_TOPRULER_WD
  294. X! and/or
  295. X! .B MAX_SIDERULER_HT
  296. X! in your Imakefile in the
  297. X! .I DEFINES
  298. X! line.
  299. X! For example,
  300. X  to have a maximum top ruler width of 1160 pixels, add
  301. X! .B \-DMAX_TOPRULER_WD=1160
  302. X! to your
  303. X! .I DEFINES
  304. X! line in the Imakefile.
  305. X  .PP
  306. X! If the image is panned or the
  307. X! .I xfig
  308. X! window iconified and de-iconified
  309. X  during the middle of an operation (e.g. while drawing a line), the picture
  310. X! will be distorted.
  311. X! This can be corrected using
  312. X! .I Redraw
  313. X! after the operation is complete.
  314. X  .PP
  315. X  Corners of object scaled with point positioning in one of the grid
  316. X  modes will not always fall on the grid line, but to the closest pixel.
  317. X+ .PP
  318. X+ See the
  319. X+ .B README
  320. X+ file for troubleshooting.
  321. X  .SH "SEE ALSO"
  322. X  Brian W. Kernighan
  323. X! .I "PIC \(em A Graphics Language for Typesetting User Manual"
  324. X! .PP
  325. X! fig2dev(1)
  326. X! .RI ( TransFig
  327. X! package)
  328. X! .PP
  329. X! gs(1)
  330. X! .RI ( Ghostscript
  331. X! PostScript previewer)
  332. X  .SH ACKNOWLEDGEMENT
  333. X  Many thanks goes to Professor Donald E. Fussell who inspired the
  334. X  creation of this tool.
  335. X***************
  336. X*** 1684,1706 ****
  337. X  documentation for any purpose is hereby granted without fee, provided that
  338. X  the above copyright notice appear in all copies and that both that
  339. X  copyright notice and this permission notice appear in supporting
  340. X! documentation. No representations are made about suitability of this
  341. X! software for any purpose.  It is provided "as is" without express or
  342. X  implied warranty.
  343. X  .PP
  344. X! \fIPostScript\fP is a trademark of Adobe Systems Incorporated.
  345. X  .SH FILES
  346. X  .TP
  347. X! CompKeyDB - Data base of compose (meta) key sequences for 8-bit characters.
  348. X! Must be installed in \fB$(XFIGLIBDIR)\fP with 'make install', or may be
  349. X! specified with command line option -keyFile or X toolkit resource keyFile.
  350. X! See the \fIImakefile\fP.
  351. X  .TP
  352. X! Doc/FORMAT2.1 - Description of Fig file format.
  353. X! .TP
  354. X! CHANGES - Description of bug fixes/new features.
  355. X  .SH AUTHORS
  356. X! Many people have contributed to \fIxfig\fP.  Here is a list of the people who
  357. X  have contributed the most (in chronological order):
  358. X  .sp
  359. X  Original author:
  360. X--- 2731,2769 ----
  361. X  documentation for any purpose is hereby granted without fee, provided that
  362. X  the above copyright notice appear in all copies and that both that
  363. X  copyright notice and this permission notice appear in supporting
  364. X! documentation.
  365. X! No representations are made about suitability of this
  366. X! software for any purpose.
  367. X! It is provided ``as is'' without express or
  368. X  implied warranty.
  369. X  .PP
  370. X! .I PostScript
  371. X! is a trademark of Adobe Systems Incorporated.
  372. X  .SH FILES
  373. X+ .ft B
  374. X+ .nr n \w'DOC/FORMAT2.1\0\0\0\0'+1n-1/1n
  375. X+ .ft P
  376. X+ .TP \nn
  377. X+ .B CompKeyDB
  378. X+ Data base of compose (meta) key sequences for 8-bit characters.
  379. X+ Must be installed in
  380. X+ .B $(XFIGLIBDIR)
  381. X+ with ``make install'',
  382. X+ or may be specified with command line option
  383. X+ .B \-keyFile
  384. X+ or X toolkit resource keyFile.
  385. X+ See the
  386. X+ .IR Imakefile .
  387. X  .TP
  388. X! .B Doc/FORMAT2.1
  389. X! Description of Fig file format.
  390. X  .TP
  391. X! .B CHANGES
  392. X! Description of bug fixes/new features.
  393. X  .SH AUTHORS
  394. X! Many people have contributed to
  395. X! .IR xfig .
  396. X! Here is a list of the people who
  397. X  have contributed the most (in chronological order):
  398. X  .sp
  399. X  Original author:
  400. X***************
  401. X*** 1707,1713 ****
  402. X  .br
  403. X  Supoj Sutanthavibul, University of Texas at Austin
  404. X  .sp
  405. X! The \fILaTeX\fP line drawing modes were contributed by:
  406. X  .br
  407. X  Frank Schmuck, Cornell University
  408. X  .sp
  409. X--- 2770,2778 ----
  410. X  .br
  411. X  Supoj Sutanthavibul, University of Texas at Austin
  412. X  .sp
  413. X! The
  414. X! .I LaTeX
  415. X! line drawing modes were contributed by:
  416. X  .br
  417. X  Frank Schmuck, Cornell University
  418. X  .sp
  419. X***************
  420. X*** 1723,1729 ****
  421. X  .br
  422. X  John T. Kohl, MIT
  423. X  .sp
  424. X! \fBVersion 2.0:\fP
  425. X  .br
  426. X  Area fill, multiple line thicknesses, multiple fonts and font sizes,
  427. X  bottom panel, line style/thickness modification of objects by:
  428. X--- 2788,2794 ----
  429. X  .br
  430. X  John T. Kohl, MIT
  431. X  .sp
  432. X! .B "Version 2.0:"
  433. X  .br
  434. X  Area fill, multiple line thicknesses, multiple fonts and font sizes,
  435. X  bottom panel, line style/thickness modification of objects by:
  436. X***************
  437. X*** 1750,1757 ****
  438. X  .br
  439. X  Mike Lutz
  440. X  .sp
  441. X! \fBVersion 2.1:\fP
  442. X  .br
  443. X  Indicator panel, file menu popup, print menu popup,
  444. X  panning with rulers, mouse function window, regular polygon,
  445. X  rubberbanding of circles/ellipses, filled splines on canvas,
  446. X--- 2815,2826 ----
  447. X  .br
  448. X  Mike Lutz
  449. X  .sp
  450. X! Cut/Paste by:
  451. X  .br
  452. X+ Tom Tkacik
  453. X+ .sp
  454. X+ .B "Version 2.1:"
  455. X+ .br
  456. X  Indicator panel, file menu popup, print menu popup,
  457. X  panning with rulers, mouse function window, regular polygon,
  458. X  rubberbanding of circles/ellipses, filled splines on canvas,
  459. X***************
  460. X*** 1760,1766 ****
  461. X  object scaling, constrained copy/move, corner markers for compound,
  462. X  context sensitive corner markers, smarter redraw, undo for compound
  463. X  and point move for boxes, cancel object creation, point positioning
  464. X! to three resolutions, \fITransFig\fP scalable text, hidden text,
  465. X  special text, save of figure on crash by:
  466. X  .sp
  467. X  Paul King (king@cs.uq.oz.au)
  468. X--- 2829,2837 ----
  469. X  object scaling, constrained copy/move, corner markers for compound,
  470. X  context sensitive corner markers, smarter redraw, undo for compound
  471. X  and point move for boxes, cancel object creation, point positioning
  472. X! to three resolutions,
  473. X! .I TransFig
  474. X! scalable text, hidden text,
  475. X  special text, save of figure on crash by:
  476. X  .sp
  477. X  Paul King (king@cs.uq.oz.au)
  478. X***************
  479. X*** 1768,1776 ****
  480. X  with help from:
  481. X  .br
  482. X  Brian V. Smith (bvsmith@lbl.gov)
  483. X! and Micah Beck (beck@cs.cornell.edu)
  484. X  .sp
  485. X! Encapsulated \fIPostScript\fP importing by:
  486. X  .br
  487. X  Brian Boyter
  488. X  .sp
  489. X--- 2839,2849 ----
  490. X  with help from:
  491. X  .br
  492. X  Brian V. Smith (bvsmith@lbl.gov)
  493. X! and Micah Beck (beck@cs.utk.edu)
  494. X  .sp
  495. X! Encapsulated
  496. X! .I PostScript
  497. X! importing by:
  498. X  .br
  499. X  Brian Boyter
  500. X  .sp
  501. X***************
  502. X*** 1790,1796 ****
  503. X  .br
  504. X  James Tough, Dept. of Computer Science, Heriot-Watt University, Scotland
  505. X  .sp
  506. X! (Vertically) Rotated text by:
  507. X  .br
  508. X  Alan Richardson, Space Science Centre, School of MAPS,
  509. X  University of Sussex
  510. X--- 2863,2871 ----
  511. X  .br
  512. X  James Tough, Dept. of Computer Science, Heriot-Watt University, Scotland
  513. X  .sp
  514. X! Rotated text from the
  515. X! .I xvertext
  516. X! package by:
  517. X  .br
  518. X  Alan Richardson, Space Science Centre, School of MAPS,
  519. X  University of Sussex
  520. X***************
  521. X*** 1799,1804 ****
  522. X  .br
  523. X  Paul King (king@cs.uq.oz.au)
  524. X  .sp
  525. X  Many bug fixes/cleanups etc. by a host of faithful users
  526. X  .br
  527. X! See the CHANGES file for all the credits
  528. X--- 2874,2885 ----
  529. X  .br
  530. X  Paul King (king@cs.uq.oz.au)
  531. X  .sp
  532. X+ Extensive man page formatting revisions by:
  533. X+ .br
  534. X+ DaviD W. Sanderson (dws@ssec.wisc.edu)
  535. X+ .sp
  536. X  Many bug fixes/cleanups etc. by a host of faithful users
  537. X  .br
  538. X! See the
  539. X! .B CHANGES
  540. X! file for all the credits
  541. Xdiff -rc xfig.2.1.7a/Examples/flowchart.fig.uu xfig.2.1.8/Examples/flowchart.fig.uu
  542. X*** xfig.2.1.7a/Examples/flowchart.fig.uu    Thu Oct 21 10:42:19 1993
  543. X--- xfig.2.1.8/Examples/flowchart.fig.uu    Thu Oct 21 10:42:30 1993
  544. X***************
  545. X*** 1,71 ****
  546. X  begin 444 flowchart.fig
  547. X! M(T9)1R`R+C$*.#`@,@HR(#(@,"`Q("TQ(#`@,"`P(#`N,#`P(#`@,"`P"@D@
  548. X! M-#<T(#4T.2`T-S0@-3<Y(#8P-"`U-SD@-C`T(#4T.2`T-S0@-30Y(#DY.3D@
  549. X! M.3DY.0HR(#0@,"`R("TQ(#`@,"`P(#`N,#`P(#<@,"`P"@D@,3DY(#$W-"`Q
  550. X! M.3D@,C,T(#,Y.2`R,S0@,SDY(#$W-"`Q.3D@,3<T(#DY.3D@.3DY.0HR(#0@
  551. X! M,"`R("TQ(#`@,"`P(#`N,#`P(#<@,"`P"@D@,3DY(#(W-"`Q.3D@,S,T(#,Y
  552. X! M.2`S,S0@,SDY(#(W-"`Q.3D@,C<T(#DY.3D@.3DY.0HR(#0@,"`R("TQ(#`@
  553. X! M,"`P(#`N,#`P(#<@,"`P"@D@,3DY(#,W-"`Q.3D@-#,T(#,Y.2`T,S0@,SDY
  554. X! M(#,W-"`Q.3D@,S<T(#DY.3D@.3DY.0HR(#0@,"`R("TQ(#`@,"`P(#`N,#`P
  555. X! M(#<@,"`P"@D@,3DY(#4S-"`Q.3D@-3DT(#,Y.2`U.30@,SDY(#4S-"`Q.3D@
  556. X! M-3,T(#DY.3D@.3DY.0HR(#0@,"`R("TQ(#`@,"`P(#`N,#`P(#<@,"`P"@D@
  557. X! M-3$Y(#$W-"`U,3D@,C,T(#<Q.2`R,S0@-S$Y(#$W-"`U,3D@,3<T(#DY.3D@
  558. X! M.3DY.0HR(#0@,"`R("TQ(#`@,"`P(#`N,#`P(#<@,"`P"@D@-3$Y(#(W-"`U
  559. X! M,3D@,S,T(#<Q.2`S,S0@-S$Y(#(W-"`U,3D@,C<T(#DY.3D@.3DY.0HR(#0@
  560. X! M,"`R("TQ(#`@,"`P(#`N,#`P(#<@,"`P"@D@-3$Y(#,W-"`U,3D@-#,T(#<Q
  561. X! M.2`T,S0@-S$Y(#,W-"`U,3D@,S<T(#DY.3D@.3DY.0HR(#$@,"`S("TQ(#`@
  562. X! M,"`P(#`N,#`P(#`@,"`P"@D@-#4Y(#$U-"`T-3D@,S4T(#DY.3D@.3DY.0HR
  563. X! M(#$@,"`S("TQ(#`@,"`P(#`N,#`P(#`@,2`P"@DP(#`@,BXP,#`@."XP,#`@
  564. X! M,38N,#`P"@D@,SDY(#4V-"`T-CD@-38T(#DY.3D@.3DY.0HR(#0@,"`R("TQ
  565. X! M(#`@,"`P(#`N,#`P(#<@,"`P"@D@,S4T(#<T(#,U-"`Q,S0@-34T(#$S-"`U
  566. X! M-30@-S0@,S4T(#<T(#DY.3D@.3DY.0HR(#(@,"`Q("TQ(#`@,"`P(#`N,#`P
  567. X! M(#`@,"`P"@D@,3,T(#4T(#$S-"`X-"`R-C0@.#0@,C8T(#4T(#$S-"`U-"`Y
  568. X! M.3DY(#DY.3D*,R`P(#`@,R`M,2`P(#`@,"`P+C`P,"`Q(#`*"3`@,"`R+C`P
  569. X! M,"`X+C`P,"`Q-BXP,#`*"2`T-3D@,S4T(#0U.2`S-S0@-#4T(#,X.2`T,SD@
  570. X! M-#`T(#0P-"`T,#0@.3DY.2`Y.3DY"C,@,"`P(#,@+3$@,"`P(#`@,"XP,#`@
  571. X! M,2`P"@DP(#`@,BXP,#`@."XP,#`@,38N,#`P"@D@-#4Y(#$Y-"`T-3D@,C<T
  572. X! M(#0S.2`S,#0@-#`T(#,P-"`Y.3DY(#DY.3D*,R`P(#`@,R`M,2`P(#`@,"`P
  573. X! M+C`P,"`Q(#`*"3`@,"`R+C`P,"`X+C`P,"`Q-BXP,#`*"2`T-3D@,3,T(#0U
  574. X! M.2`Q-S0@-#,Y(#(P-"`T,#0@,C`T(#DY.3D@.3DY.0HS(#`@,"`S("TQ(#`@
  575. X! M,"`P(#`N,#`P(#$@,`H),"`P(#(N,#`P(#@N,#`P(#$V+C`P,`H)(#0U.2`Q
  576. X! M,S0@-#4Y(#$W-"`T-SD@,C`T(#4Q-"`R,#0@.3DY.2`Y.3DY"C,@,"`P(#,@
  577. X! M+3$@,"`P(#`@,"XP,#`@,2`P"@DP(#`@,BXP,#`@."XP,#`@,38N,#`P"@D@
  578. X! M-#4Y(#(Q-"`T-3D@,C<T(#0W.2`S,#0@-3$T(#,P-"`Y.3DY(#DY.3D*,R`P
  579. X! M(#`@,R`M,2`P(#`@,"`P+C`P,"`Q(#`*"3`@,"`R+C`P,"`X+C`P,"`Q-BXP
  580. X! M,#`*"2`T-3D@,S8Y(#0U.2`S-S0@-#8T(#,X.2`T-SD@-#`T(#4Q-"`T,#0@
  581. X! M.3DY.2`Y.3DY"C,@,"`P(#,@+3$@,"`P(#`@,"XP,#`@,2`P"@DP(#`@,BXP
  582. X! M,#`@."XP,#`@,38N,#`P"@D@,3DY(#(P-"`Q-#D@,C`T(#$T-"`R,C0@,30T
  583. X! M(#(U-"`Q-#0@-#4Y(#$T-"`T-S0@,34T(#0Y-"`Q.30@-#DT(#(R-"`T.30@
  584. X! M,C(T(#4R.2`Y.3DY(#DY.3D*,R`P(#`@,R`M,2`P(#`@,"`P+C`P,"`P(#`*
  585. X! M"2`Q.3D@,S`T(#$U.2`S,#0@,30T(#,Q.2`Q-#0@,S0T(#DY.3D@.3DY.0HS
  586. X! M(#`@,"`S("TQ(#`@,"`P(#`N,#`P(#`@,`H)(#$Y.2`T,#0@,34Y(#0P-"`Q
  587. X! M-#0@-#$Y(#$T-"`T-#0@.3DY.2`Y.3DY"C,@,"`P(#,@+3$@,"`P(#`@,"XP
  588. X! M,#`@,2`P"@DP(#`@,BXP,#`@."XP,#`@,38N,#`P"@D@-S$Y(#(P-"`W-CD@
  589. X! M,C`T(#<W-"`R,C0@-S<T(#(U-"`W-S0@-#0T(#<W-"`T-S0@-S8Y(#0Y-"`W
  590. X! M,3D@-#DT(#0S.2`T.30@,S<T(#0Y-"`S-S0@-3(Y(#DY.3D@.3DY.0HS(#`@
  591. X! M,"`S("TQ(#`@,"`P(#`N,#`P(#`@,`H)(#<Q.2`S,#0@-S4Y(#,P-"`W-S0@
  592. X! M,S$Y(#<W-"`S-#0@.3DY.2`Y.3DY"C,@,"`P(#,@+3$@,"`P(#`@,"XP,#`@
  593. X! M,"`P"@D@-S$Y(#0P-"`W-3D@-#`T(#<W-"`T,3D@-S<T(#0U.2`Y.3DY(#DY
  594. X! M.3D*,R`P(#`@,R`M,2`P(#`@,"`P+C`P,"`Q(#`*"3`@,"`R+C`P,"`X+C`P
  595. X! M,"`Q-BXP,#`*"2`R,S0@.#0@,C,T(#$P-"`R-30@,3`T(#,T.2`Q,#0@.3DY
  596. X! M.2`Y.3DY"C0@,"`P(#$T(#`@+3$@,"`P+C`P,"`T(#$S(#(Q-"`W.2`S-"!-
  597. X! M;V1U;&4@-"XR("!&;&]W($5Q=6%T:6]N<RX@($QE=F5L(#(N`0HT(#`@,"`Q
  598. X! M-"`P("TQ(#`@,"XP,#`@-"`Q,R`T."`R-CD@-3<Y('!E<B!,:6YK`0HT(#`@
  599. X! M,"`Q-"`P("TQ(#`@,"XP,#`@-"`Q,"`Q,3`@,C`T(#4U-"`T+C(N-R`@4&QA
  600. X! M8V4@4F5S=6QT<P$*-"`P(#`@,30@,"`M,2`P(#`N,#`P(#0@,3`@-#$@-3<T
  601. X! M(#0Q.2!%9F9E8W1S`0HT(#`@,"`Q-"`P("TQ(#`@,"XP,#`@-"`Q,R`Q,3D@
  602. X! M-3(T(#,Y-"`T+C(N-B`@3&%R9V4@3W!E;FEN9P$*-"`P(#`@,30@,"`M,2`P
  603. X! M(#`N,#`P(#0@,3`@,3(P(#(P-"`S.30@-"XR+C4@1FQO=R!#;VYT<F]L;&5R
  604. X! M`0HT(#`@,"`Q-"`P("TQ(#`@,"XP,#`@-"`Q,"`V,2`U,C0@,CDT(#0N,BXT
  605. X! M("!$=6-T`0HT(#`@,"`Q-"`P("TQ(#`@,"XP,#`@-"`Q,"`U-2`R,#0@,CDT
  606. X! M(#0N,BXS("!&86X!"C0@,"`P(#$T(#`@+3$@,"`P+C`P,"`T(#$P(#$S,2`U
  607. X! M,C0@,3DT(#0N,BXR("!#;VUB:6YE9"!#<F%C:P$*-"`P(#`@,30@,"`M,2`P
  608. X! M(#`N,#`P(#0@,3,@,3$Q(#(P-"`Q.30@-"XR+C$@(%-I;7!L92!#<F%C:P$*
  609. X! M-"`P(#`@,30@,"`M,2`P(#`N,#`P(#0@,3`@.#<@-#<Y(#4V.2!!;&P@4&%R
  610. X! M86UE=&5R<P$*-"`P(#`@,30@,"`M,2`P(#`N,#`P(#0@,3`@,S`@,S4Y(#DT
  611. X! M(#0N,BXP(`$*-"`P(#`@,30@,"`M,2`P(#`N,#`P(#0@,3`@.#<@,3,Y(#<T
  612. X! M($%L;"!087)A;65T97)S`0HT(#`@,"`Q-"`P("TQ(#`@,"XP,#`@-"`Q,"`X
  613. X! M,R`T,3D@.30@4V5L96-T($UO9'5L90$*-"`P(#`@,30@,"`M,2`P(#`N,#`P
  614. X! @(#0@,3,@-S@@-#$Y(#$Q.2!F;W(@3&EN:R!4>7!E`0H@
  615. X  `
  616. X  end
  617. X--- 1,198 ----
  618. X  begin 444 flowchart.fig
  619. X! M(T9)1R`R+C$*.#`@,@HV(#$Y(#4S-"`Q,SD@-C(Y"C(@,R`P(#$@,"`P(#`@
  620. X! M,"`P+C`P,"`M,2`P(#`*"2`W.2`U-#D@,3,Y(#4X.2`W.2`V,CD@,3D@-3@Y
  621. X! M(#<Y(#4T.2`W.2`U-#D@.3DY.2`Y.3DY"C0@,2`Q-B`Q,B`P(#`@,"`P+C`P
  622. X! M,"`T(#D@-3@@-SD@-30T($1%0TE324].`0HM-@HV(#(U.2`Q-30@,S,Y(#(S
  623. X! M.0HR(#$@,"`Q("TQ(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#(U.2`Q-CD@,S,Y
  624. X! M(#$V.2`R.3D@,C,Y(#(U.2`Q-CD@.3DY.2`Y.3DY"C0@,2`Q-B`Q,B`P("TQ
  625. X! M(#`@,"XP,#`@-"`Y(#0T(#(Y.2`Q-C0@34521T4!"BTV"C8@,38T(#$U-"`R
  626. X! M-#0@,C,Y"C(@,2`P(#$@+3$@,"`P(#`@,"XP,#`@+3$@,"`P"@D@,38T(#(S
  627. X! M.2`R-#0@,C,Y(#(P-"`Q-CD@,38T(#(S.2`Y.3DY(#DY.3D*-"`Q(#$V(#$R
  628. X! M(#`@+3$@,"`P+C`P,"`T(#D@-38@,C`T(#$V-"!%6%1204-4`0HM-@HV(#$V
  629. X! M-"`R-C0@,C0T(#0Q.0HV(#$V-"`R-C0@,C0T(#0Q.0HV(#$V-"`R-C0@,C0T
  630. X! M(#0Q.0HV(#$V-"`R-C0@,C0T(#0Q.0HR(#$@,"`Q("TQ(#`@,"`P(#`N,#`P
  631. X! M("TQ(#`@,`H)(#$V-"`S-#D@,C`T(#(W.2`R-#0@,S0Y(#(P-"`T,3D@,38T
  632. X! M(#,T.2`Y.3DY(#DY.3D*-"`Q(#$V(#$R(#`@+3$@,"`P+C`P,"`T(#D@,S,@
  633. X! M,C`T(#(W-"!33U)4`0HM-@HR(#$@,"`Q("TQ(#`@,"`P(#`N,#`P("TQ(#`@
  634. X! M,`H)(#$V-"`S-#D@,C0T(#,T.2`Y.3DY(#DY.3D*+38*+38*+38*-B`R-C0@
  635. X! M,C8T(#,T-"`T,3D*-B`R-C0@,C8T(#,T-"`S-#D*,B`Q(#`@,2`M,2`P(#`@
  636. X! M,"`P+C`P,"`M,2`P(#`*"2`R-C0@,C<Y(#,T-"`R-SD@,S`T(#,T.2`R-C0@
  637. X! M,C<Y(#DY.3D@.3DY.0HT(#$@,38@,3(@,"`M,2`P(#`N,#`P(#0@.2`U-2`S
  638. X! M,#0@,C<T($-/3$Q!5$4!"BTV"C(@,2`P(#$@+3$@,"`P(#`@,"XP,#`@+3$@
  639. X! M,"`P"@D@,C8T(#0Q.2`S-#0@-#$Y(#,P-"`S-#D@,C8T(#0Q.2`Y.3DY(#DY
  640. X! M.3D*+38*-B`V-3D@,S(T(#<U.2`T,3D*-B`V-3D@,S(T(#<U.2`T,3D*,2`S
  641. X! M(#`@,2`M,2`P(#`@,"`P+C`P,"`Q(#`N,#`P(#<P.2`S-SD@-#`@-#`@-S`Y
  642. X! M(#,W.2`W-#D@-#$Y"C0@,2`Q-B`Q,B`P("TQ(#`@,"XP,#`@-"`Y(#DW(#<P
  643. X! M.2`S,S0@34%'3D5424,@5$%010$*+38*,B`Q(#`@,2`M,2`P(#`@,"`P+C`P
  644. X! M,"`M,2`P(#`*"2`W,#D@-#$Y(#<T.2`T,3D@.3DY.2`Y.3DY"BTV"C8@,S@T
  645. X! M(#$V.2`T-C0@,C0T"C(@,R`P(#$@,"`P(#`@,"`P+C`P,"`M,2`P(#`*"2`T
  646. X! M,#0@,3DY(#0T-"`Q.3D@-#0T(#(R.2`T,C0@,C0T(#0P-"`R,CD@-#`T(#$Y
  647. X! M.2`T,#0@,3DY(#DY.3D@.3DY.0HT(#$@,38@,3(@,"`P(#`@,"XP,#`@-"`Y
  648. X! M(#4V(#0R-"`Q-SD@3T9&4$%'10$*-"`Q(#$V(#$R(#`@,"`P(#`N,#`P(#0@
  649. X! M.2`W."`T,C0@,3DT($-/3DY%0U1/4@$*+38*-B`Q.2`Q-SD@,3,Y(#(W-`HR
  650. X! M(#$@,"`Q("TQ(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#,Y(#$Y-"`Q.2`R-S0@
  651. X! M,3$Y(#(W-"`Q,SD@,3DT(#,Y(#$Y-"`Y.3DY(#DY.3D*-"`Q(#$V(#$R(#`@
  652. X! M,"`P(#`N,#`P(#0@.2`Y-"`W.2`Q.#D@24Y0550@+R!/5510550!"BTV"C8@
  653. X! M,3D@,CDT(#$S.2`S.#D*,B`S(#`@,2`P(#`@,"`P(#`N,#`P("TQ(#`@,`H)
  654. X! M(#$Y(#,P.2`Q,SD@,S`Y(#$S.2`S.#D@,3D@,S@Y(#$Y(#,P.2`Q.2`S,#D@
  655. X! M.3DY.2`Y.3DY"C0@,2`Q-B`Q,B`P(#`@,"`P+C`P,"`T(#D@-3D@-SD@,S`T
  656. X! M(%!23T-%4U,!"BTV"C8@,3D@-#`Y(#$S.2`U,3D*-B`Q.2`T,#D@,3,Y(#4Q
  657. X! M.0HV(#$Y(#0P.2`Q,SD@-3$Y"C(@,R`P(#$@,"`P(#`@,"`P+C`P,"`M,2`P
  658. X! M(#`*"2`Q.2`T,SD@,3,Y(#0S.2`Q,SD@-3$Y(#$Y(#4Q.2`Q.2`T,SD@,3D@
  659. X! M-#,Y(#DY.3D@.3DY.0HT(#$@,38@,3(@,"`M,2`P(#`N,#`P(#0@.2`W."`W
  660. X! M.2`T,3D@4%)%1$5&24Y%1`$*-"`Q(#$V(#$R(#`@+3$@,"`P+C`P,"`T(#D@
  661. X! M-3D@-SD@-#,S(%!23T-%4U,!"BTV"C(@,2`P(#$@+3$@,"`P(#`@,"XP,#`@
  662. X! M+3$@,"`P"@D@,SD@-3$Y(#,Y(#0S.2`Y.3DY(#DY.3D*,B`Q(#`@,2`M,2`P
  663. X! M(#`@,"`P+C`P,"`M,2`P(#`*"2`Q,3D@-#,Y(#$Q.2`U,3D@.3DY.2`Y.3DY
  664. X! M"BTV"C8@-#D@-#4Y(#$P.2`T.30*-"`Q(#$V(#@@,"`M,2`P(#`N,#`P(#0@
  665. X! M.2`T-B`W.2`T-CD@:64Z($1E9FEN960@8GD!"C0@,2`Q-B`X(#`@+3$@,"`P
  666. X! M+C`P,"`T(#@@-30@-SD@-#@Q(&%N;W1H97(@9FQO8VAA<G0L`0HT(#$@,38@
  667. X! M."`P("TQ(#`@,"XP,#`@-"`U(#$R(#<Y(#0Y,R!E=&,N`0HM-@HM-@HV(#,X
  668. X! M-"`R.30@-#8T(#,X.0HR(#(@,"`Q("TQ(#`@,"`P(#`N,#`P(#`@,"`P"@D@
  669. X! M-#8T(#,X.2`T-C0@,S`Y(#,X-"`S,#D@,S@T(#,X.2`T-C0@,S@Y(#DY.3D@
  670. X! M.3DY.0HR(#$@,"`Q("TQ(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#0P-"`S.#D@
  671. X! M-#`T(#,P.2`Y.3DY(#DY.3D*,B`Q(#`@,2`M,2`P(#`@,"`P+C`P,"`M,2`P
  672. X! M(#`*"2`S.#0@,S(Y(#0V-"`S,CD@.3DY.2`Y.3DY"C0@,2`Q-B`Q,B`P("TQ
  673. X! M(#`@,"XP,#`@-"`Y(#,U(#0R-"`S,#0@0T]210$*+38*-B`Q.#D@-3D@,S(Y
  674. X! M(#$R.0HV(#$X.2`U.2`S,CD@,3(Y"C8@,3@Y(#<Y(#,Q.2`Q,CD*-B`Q.#D@
  675. X! M-SD@,S$Y(#$R.0HU(#$@,"`Q("TQ(#`@,"`P(#`N,#`P(#`@,"`P(#(Q-"XP
  676. X! M,#`@,3`T+C`P,"`R,30@,3(T(#$Y-"`Q,#0@,C$T(#@T"C4@,2`P(#$@+3$@
  677. X! M,"`P(#`@,"XP,#`@,"`P(#`@,CDT+C`P,"`Q,#0N,#`P(#(Y-"`X-"`S,30@
  678. X! M,3`T(#(Y-"`Q,C0*,B`Q(#`@,2`M,2`P(#`@,"`P+C`P,"`M,2`P(#`*"2`R
  679. X! M.30@,3(T(#(P.2`Q,C0@,C$T(#$R-"`Y.3DY(#DY.3D*+38*,B`Q(#`@,2`M
  680. X! M,2`P(#`@,"`P+C`P,"`M,2`P(#`*"2`R,30@.#0@,CDT(#@T(#DY.3D@.3DY
  681. X! M.0HM-@HT(#`@,38@,3(@,"`P(#`@,"XP,#`@-"`Q,2`Q,S8@,3@Y(#<T(%1%
  682. X! M4DU)3D%,+"!)3E1%4E)54%0!"BTV"C0@,2`Q-B`X(#`@+3$@,"`P+C`P,"`T
  683. X! M(#D@.#(@,C4T(#$P-"!I93H@4W1A<G0L('-T;W`L(&1E;&%Y+"!E=&,N`0HM
  684. X! M-@HV(#,X-"`V.2`T-C0@,3(T"C$@,R`P(#$@,"`P(#`@,"`P+C`P,"`Q(#`N
  685. X! M,#`P(#0R-"`Q,#0@,C`@,C`@-#(T(#$P-"`T-#0@,3(T"C0@,2`Q-B`Q,B`P
  686. X! M(#`@,"`P+C`P,"`T(#D@-S@@-#(T(#<Y($-/3DY%0U1/4@$*+38*-B`U,#D@
  687. X! M-3D@-3DY(#$S.0HR(#,@,"`Q(#`@,"`P(#`@,"XP,#`@+3$@,"`P"@D@-38T
  688. X! M(#$S.2`U-#0@,3,Y(#4U-"`Q,3D@-38T(#$S.2`U-C0@,3,Y(#DY.3D@.3DY
  689. X! M.0HR(#,@,"`Q(#`@,"`P(#`@,"XP,#`@+3$@,"`P"@D@-3(T(#$Q.2`U,C0@
  690. X! M.3D@-30T(#$P.2`U,C0@,3$Y(#4R-"`Q,3D@.3DY.2`Y.3DY"C(@,R`P(#$@
  691. X! M,"`P(#`@,"`P+C`P,"`M,2`P(#`*"2`U.#0@.3D@-3@T(#$Q.2`U-C0@,3`Y
  692. X! M(#4X-"`Y.2`U.#0@.3D@.3DY.2`Y.3DY"C(@,R`P(#$@,"`P(#`@,"`P+C`P
  693. X! M,"`M,2`P(#`*"2`U-#0@-SD@-38T(#<Y(#4U-"`Y.2`U-#0@-SD@-30T(#<Y
  694. X! M(#DY.3D@.3DY.0HT(#$@,38@,3(@,"`P(#`@,"XP,#`@-"`Y(#@X(#4U-"`V
  695. X! M.2!!4E)/5TA%0413`0HM-@HV(#8S.2`T-"`W-#D@,3<T"C8@-C,Y(#0T(#<T
  696. X! M.2`V.0HT(#$@,38@,3(@,"`P(#`@,"XP,#`@-"`Y(#$P-"`V.30@-30@0T]-
  697. X! M355.24-!5$E/3@$*-"`Q(#$V(#$R(#`@,"`P(#`N,#`P(#0@.2`R-R`V.30@
  698. X! M-CD@3$E.2P$*+38*,B`Q(#`@,2`P(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#8X
  699. X! M.2`W-"`V.#D@,3,T(#<P.2`Q,30@-S`Y(#$W-"`Y.3DY(#DY.3D*+38*-B`T
  700. X! M.3D@,S`T(#8Q.2`S.3D*-B`T.3D@,S$Y(#8Q.2`S.3D*,B`Q(#`@,2`M,2`P
  701. X! M(#`@,"`P+C`P,"`M,2`P(#`*"2`T.3D@,S@Y(#0Y.2`S,3D@-C$Y(#,Q.2`V
  702. X! M,3D@,S<Y(#DY.3D@.3DY.0HS(#(@,"`Q("TQ(#`@,"`P(#`N,#`P(#`@,`H)
  703. X! M(#8Q.2`S-SD@-3@Y(#,W-"`U,SD@,SDY(#0Y.2`S.#D@.3DY.2`Y.3DY"@D@
  704. X! M,30P+C`P,"`X,"XP,#`@-C`R+C(T-R`S-S0N,S@V(#4Y-"XW-#<@,S<S+C$S
  705. X! M-B`U-S0N.3$V(#,W-BXQ,3@*"2`U-3,N-34W(#,Y-RXT,#(@-3,P+CDT-R`S
  706. X! M.3DN.#@T(#4R,"XY-#<@,SDW+C,X-"`Q-#`N,#`P(#@P+C`P,`HM-@HT(#$@
  707. X! M,38@,3(@,"`M,2`P(#`N,#`P(#0@.2`W,"`U-3D@,S$T($1/0U5-14Y4`0HM
  708. X! M-@HV(#0Y-"`T,3D@-C(Y(#4Q.0HV(#0Y-"`T,SD@-C(Y(#4Q.0HV(#0Y-"`T
  709. X! M,SD@-C(Y(#4Q.0HV(#0Y-"`T,SD@-C(Y(#4Q.0HV(#0Y-"`T,SD@-C(Y(#4Q
  710. X! M.0HU(#$@,"`Q("TQ(#`@,"`P(#`N,#`P(#$@,"`P(#4X-"XP,#`@-#<Y+C`P
  711. X! M,"`U,#D@-#,Y(#0Y.2`T-SD@-3`Y(#4Q.0HU(#$@,"`Q("TQ(#`@,"`P(#`N
  712. X! M,#`P(#`@,"`P(#<P-"XP,#`@-#<Y+C`P,"`V,CD@-3$Y(#8Q.2`T-SD@-C(Y
  713. X! M(#0S.0HM-@HR(#$@,"`Q("TQ(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#8R.2`T
  714. X! M,SD@-3`Y(#0S.2`Y.3DY(#DY.3D*+38*+38*,B`Q(#`@,2`M,2`P(#`@,"`P
  715. X! M+C`P,"`M,2`P(#`*"2`U,#D@-3$Y(#8R.2`U,3D@.3DY.2`Y.3DY"BTV"C0@
  716. X! M,2`Q-B`Q,B`P("TQ(#`@,"XP,#`@-"`Y(#$P-B`U-3D@-#(Y($].3$E.12!3
  717. X! M5$]204=%`0HM-@HV(#8V.2`T-3D@-S0Y(#8P.0HV(#8V.2`T-3D@-S0Y(#8P
  718. X! M.0HV(#8V.2`T-3D@-S0Y(#8P.0HU(#$@,"`Q("TQ(#`@,"`P(#`N,#`P(#$@
  719. X! M,"`P(#<P.2XP,#`@-3$Y+C`P,"`V-CD@-3DT(#<P.2`V,#0@-S0Y(#4Y-`HU
  720. X! M(#$@,"`Q("TQ(#`@,"`P(#`N,#`P(#$@,"`P(#<P.2XP,#`@-30Y+C`P,"`W
  721. X! M-#D@-#<T(#<P.2`T-C0@-C8Y(#0W-`HU(#$@,"`Q("TQ(#`@,"`P(#`N,#`P
  722. X! M(#$@,"`P(#<P.2XP,#`@,SDY+C`P,"`V-CD@-#<T(#<P.2`T.#0@-S0Y(#0W
  723. X! M-`HU(#$@,"`Q("TQ(#`@,"`P(#`N,#`P(#$@,"`P(#<P.2XP,#`@-#$Y+C`P
  724. X! M,"`V-CD@-#DT(#<P.2`U,#0@-S0Y(#0Y-`HU(#$@,"`Q("TQ(#`@,"`P(#`N
  725. X! M,#`P(#$@,"`P(#<P.2XP,#`@-#,Y+C`P,"`V-CD@-3$T(#<P.2`U,C0@-S0Y
  726. X! M(#4Q-`HM-@HR(#$@,"`Q("TQ(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#<T.2`U
  727. X! M.30@-S0Y(#0W-"`Y.3DY(#DY.3D*,B`Q(#`@,2`M,2`P(#`@,"`P+C`P,"`M
  728. X! M,2`P(#`*"2`V-CD@-#<T(#8V.2`U.30@.3DY.2`Y.3DY"BTV"C8@-C<T(#4S
  729. X! M.2`W-#0@-38Y"C0@,2`Q-B`Q,B`P("TQ(#`@,"XP,#`@-"`Y(#8S(#<P.2`U
  730. X! M-#D@34%'3D5424,!"C0@,2`Q-B`Q,B`P("TQ(#`@,"XP,#`@-"`Y(#(X(#<P
  731. X! M.2`U-C@@1$E32P$*+38*+38*-B`U,#D@-30T(#8R.2`V,3D*,B`Q(#`@,2`M
  732. X! M,2`P(#`@,"`P+C`P,"`M,2`P(#`*"2`U,3D@-34Y(#8R.2`U-3D@-C(Y(#8Q
  733. X! M.2`U,#D@-C$Y(#4P.2`U-CD@-3$Y(#4U.2`Y.3DY(#DY.3D*-"`Q(#$V(#$R
  734. X! M(#`@+3$@,"`P+C`P,"`T(#D@.3D@-38Y(#4U-"!054Y#2$5$($-!4D0!"BTV
  735. X! M"C8@,S4T(#4U-"`T-S0@-C(T"C(@,2`P(#$@+3$@,"`P(#`@,"XP,#`@+3$@
  736. X! M,"`P"@D@,S4T(#8R-"`T-S0@-C(T(#0W-"`U-C0@,S4T(#4X-"`S-30@-C(T
  737. X! M(#DY.3D@.3DY.0HT(#$@,38@,3(@,"`M,2`P(#`N,#`P(#0@.2`Y,"`T,30@
  738. X! M-38T($U!3E5!3"!)3E!55`$*+38*-B`Q-S0@-3,Y(#,Q-"`V,S0*-B`R,30@
  739. X! M-38T(#(W-"`V,C0*-"`Q(#$V(#@@,"`M,2`P(#`N,#`P(#0@-R`S-"`R-#0@
  740. X! M-3<T(&EE.B!/9F9L:6YE(`$*-"`Q(#$V(#@@,"`M,2`P(#`N,#`P(#0@.2`U
  741. X! M,R`R-#0@-3@V('!E<F9O<FUA;F-E(&]N`0HT(#$@,38@."`P("TQ(#`@,"XP
  742. X! M,#`@-"`Y(#0Y(#(T-"`U.3@@97%U:7!M96YT("!N;W0!"C0@,2`Q-B`X(#`@
  743. X! M+3$@,"`P+C`P,"`T(#D@-C`@,C0T(#8Q,"!D:7)E8W1L>2!C;VYT<F]L;&5D
  744. X! M`0HT(#$@,38@."`P("TQ(#`@,"XP,#`@-"`Y(#(R(#(T-"`V,C(@8GD@8W!U
  745. X! M`0HM-@HV(#$W-"`U,SD@,S$T(#8S-`HR(#(@,"`Q("TQ(#`@,"`P(#`N,#`P
  746. X! M(#`@,"`P"@D@,C@T(#8S-"`R.#0@-34T(#(P-"`U-30@,C`T(#8S-"`R.#0@
  747. X! M-C,T(#DY.3D@.3DY.0HT(#$@,38@,3(@,"`M,2`P(#`N,#`P(#0@.2`Q,S,@
  748. X! M,C0T(#4T.2!!55A)3$%262!/4$52051)3TX!"BTV"BTV"C8@,S0Y(#0S-"`T
  749. X! M-SD@-3(Y"C8@,S0Y(#0S-"`T-SD@-3(Y"C(@,2`P(#$@+3$@,"`P(#`@,"XP
  750. X! M,#`@+3$@,"`P"@D@,S4T(#0T.2`T-S0@-#0Y(#0T-"`U,CD@,S@T(#4R.2`S
  751. X! M-30@-#0Y(#DY.3D@.3DY.0HT(#$@,38@,3(@,"`M,2`P(#`N,#`P(#0@.2`Q
  752. X! M,C0@-#$T(#0T-"!-04Y504P@3U!%4D%424].`0HM-@HV(#,V.2`T-C0@-#4Y
  753. X! M(#0Y.0HT(#$@,38@."`P("TQ(#`@,"XP,#`@-"`Y(#@R(#0Q-"`T-S0@:64Z
  754. X! M($%N>2!O9F9L:6YE('!R;V-E<W,@870!"C0@,2`Q-B`X(#`@+3$@,"`P+C`P
  755. X! M,"`T(#D@-S<@-#$T(#0X-B`B:'5M86X@<W!E960B('=I=&AO=70!"C0@,2`Q
  756. X! M-B`X(#`@+3$@,"`P+C`P,"`T(#<@-3$@-#$T(#0Y."!M96-H86YI8V%L(&%I
  757. X! M9`$*+38*+38*-B`Q.2`U.2`Q,SD@,34T"C(@,2`P(#$@+3$@,"`P(#`@,"XP
  758. X! M,#`@+3$@,"`P"@D@,SD@-S0@,3$Y(#<T(#$S.2`Q,30@,3$Y(#$U-"`S.2`Q
  759. X! M-30@,3D@,3$T(#,Y(#<T(#DY.3D@.3DY.0HT(#$@,38@,3(@,"`M,2`P(#`N
  760. X! M,#`P(#0@.2`X-B`W.2`V.2!04D5005)!5$E/3@$*-"`Q(#$V(#@@,"`M,2`P
  761. X! M(#`N,#`P(#0@-R`U,"`W.2`Q,30@:64Z($EN:71I86QI>F%T:6]N`0HM-@HV
  762. X! M(#0Y-"`Q-SD@-C(T(#(W-`HV(#0Y-"`Q-SD@-C(T(#(W-`HV(#0Y-"`Q.30@
  763. X! M-C(T(#(W-`HU(#$@,"`Q("TQ(#`@,"`P(#`N,#`P(#`@,"`P(#4W,"XS-#8@
  764. X! M,3DS+C0R,R`U,SD@,C<T(#4Q-"`R-3D@-#DT(#(S-`HU(#$@,"`Q("TQ(#`@
  765. X! M,"`P(#`N,#`P(#$@,"`P(#4W,"XS-#8@,C<T+C4W-R`U,SD@,3DT(#4Q-"`R
  766. X! M,#D@-#DT(#(S-`HV(#4S.2`Q.30@-C(T(#(W-`HU(#$@,"`Q("TQ(#`@,"`P
  767. X! M(#`N,#`P(#`@,"`P(#4S-"XP,#`@,C,T+C`P,"`V,#D@,3DT(#8Q.2`R,S0@
  768. X! M-C`Y(#(W-`HR(#$@,"`Q("TQ(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#8P.2`Q
  769. X! M.30@-3,Y(#$Y-"`Y.3DY(#DY.3D*,B`Q(#`@,2`M,2`P(#`@,"`P+C`P,"`M
  770. X! M,2`P(#`*"2`V,#D@,C<T(#4S.2`R-S0@.3DY.2`Y.3DY"BTV"BTV"C0@,2`Q
  771. X! M-B`Q,B`P("TQ(#`@,"XP,#`@-"`Y(#4Q(#4U.2`Q.#D@1$E34$Q!60$*+38*
  772. X! M-B`U,C0@,C`T(#8P-"`R-C0*-"`Q(#$V(#@@,"`M,2`P(#`N,#`P(#0@.2`V
  773. X! M-R`U-C0@,C(V(&)Y(&]N;&EN92!I;F1I8V%T;W)S+`$*-"`Q(#$V(#@@,"`M
  774. X! M,2`P(#`N,#`P(#0@."`T."`U-C0@,C,X('9I9&5O(&1E=FEC97,L`0HT(#$@
  775. X! M,38@."`P("TQ(#`@,"XP,#`@-"`Y(#4V(#4V-"`R-3`@8V]N<V]L92!P<FEN
  776. X! M=&5R<RP!"C0@,2`Q-B`X(#`@+3$@,"`P+C`P,"`T(#D@-#$@-38T(#(V,B!P
  777. X! M;&]T=&5R<RP@971C+@$*-"`Q(#$V(#@@,"`M,2`P(#`N,#`P(#0@.2`W-"`U
  778. X! M-C0@,C$T(&EE.B!);F9O<FUA=&EO;B!D:7-P;&%Y`0HM-@HM-@HV(#8T.2`R
  779. X! M,#0@-S8T(#(X.0HV(#8W-"`R,C0@-S,T(#(T.0HV(#8W-"`R,C0@-S,T(#(T
  780. X! M.0HT(#$@,38@."`P("TQ(#`@,"XP,#`@-"`Y(#4V(#<P-"`R,S0@:64Z(%-T
  781. X! M;W)I;F<@;V9F;&EN90$*-"`Q(#$V(#@@,"`M,2`P(#`N,#`P(#0@.2`S-2`W
  782. X! M,#0@,C0V(&%N>2!M961I80$*+38*+38*-B`V-C0@,C$Y(#<T-"`R.#D*,B`Q
  783. X! M(#`@,2`M,2`P(#`@,"`P+C`P,"`M,2`P(#`*"2`V.#D@,C4Y(#<Q.2`R-3D@
  784. X! M.3DY.2`Y.3DY"C(@,2`P(#$@+3$@,"`P(#`@,"XP,#`@+3$@,"`P"@D@-C8T
  785. X! M(#(Q.2`W-#0@,C$Y(#<P-"`R.#D@-C8T(#(Q.2`Y.3DY(#DY.3D*+38*-"`Q
  786. X! M(#$V(#$R(#`@+3$@,"`P+C`P,"`T(#D@,3$Q(#<P-"`R,30@3T9&3$E.12!3
  787. X! M5$]204=%`0HM-@HV(#$U-"`T,SD@,S$Y(#4Q.0HV(#$U-"`T,SD@,S$Y(#4Q
  788. X! M.0HV(#$U-"`T-SD@,3DY(#0W.0HV(#$X-"`T-SD@,3DY(#0W.0HR(#$@,"`Q
  789. X! M("TQ(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#$Y.2`T-SD@,3DT(#0W.2`Y.3DY
  790. X! M(#DY.3D*,B`Q(#`@,2`M,2`P(#`@,"`P+C`P,"`M,2`P(#`*"2`Q.#D@-#<Y
  791. X! M(#$X-"`T-SD@.3DY.2`Y.3DY"BTV"C(@,2`P(#$@+3$@,"`P(#`@,"XP,#`@
  792. X! M+3$@,"`P"@D@,3<Y(#0W.2`Q-S0@-#<Y(#DY.3D@.3DY.0HR(#$@,"`Q("TQ
  793. X! M(#`@,"`P(#`N,#`P("TQ(#`@,`H)(#$V.2`T-SD@,38T(#0W.2`Y.3DY(#DY
  794. X! M.3D*,B`Q(#`@,2`M,2`P(#`@,"`P+C`P,"`M,2`P(#`*"2`Q-3D@-#<Y(#$U
  795. X! M-"`T-SD@.3DY.2`Y.3DY"BTV"C(@,2`P(#$@+3$@,"`P(#`@,"XP,#`@+3$@
  796. X! M,"`P"@D@,S$Y(#4Q.2`Q.3D@-3$Y(#$Y.2`T,SD@,S$Y(#0S.2`Y.3DY(#DY
  797. X! M.3D*+38*-B`R,30@-#0Y(#,P-"`U,#D*-"`Q(#$V(#$R(#`@+3$@,"`P+C`P
  798. X! M,"`T(#$Q(#8U(#(U.2`T-C0@0T]-345.5"P!"C0@,2`Q-B`Q,B`P("TQ(#`@
  799. X! M,"XP,#`@-"`Y(#<X(#(U.2`T-S@@04Y.3U1!5$E/3@$*-"`Q(#$V(#@@,"`M
  800. X! M,2`P(#`N,#`P(#0@.2`X,B`R-3D@-#DT(&EE.B!!9&1I=&EO;F%L(&1E<V-R
  801. X! M:7!T:79E`0HT(#$@,38@."`P("TQ(#`@,"XP,#`@-"`X(#<U(#(U.2`U,#D@
  802. X! M8VQA<FEF:6-A=&EO;BP@8V]M;65N=`$*+38*+38*-B`V,#0@.#D@-C8T(#$R
  803. X! M.0HR(#$@,"`Q(#`@,"`P(#`@,"XP,#`@+3$@,"`P"@D@-C`T(#@Y(#8R-"`Y
  804. X! M.2`V,#0@,3`Y(#DY.3D@.3DY.0HR(#$@,"`Q(#`@,"`P(#`@,"XP,#`@+3$@
  805. X! M,"`P"@D@-C(T(#$P.2`V,#0@,3$Y(#8R-"`Q,CD@.3DY.2`Y.3DY"C(@,2`P
  806. X! M(#$@,"`P(#`@,"`P+C`P,"`M,2`P(#`*"2`V-#0@.3D@-C8T(#DY(#DY.3D@
  807. X! M.3DY.0HR(#$@,"`Q(#`@,"`P(#`@,"XP,#`@+3$@,"`P"@D@-C4T(#$P.2`V
  808. X! M-30@,3(Y(#DY.3D@.3DY.0HM-@HR(#$@,"`Q(#0@,"`P(#(Q(#`N,#`P("TQ
  809. X! M(#`@,`H)(#4T(#$S-"`Y.3DY(#DY.3D*,B`Q(#`@,2`T(#`@,"`R,2`P+C`P
  810. X! M,"`M,2`P(#`*"2`U-"`Q,S0@.3DY.2`Y.3DY"C0@,2`V(#,P(#`@,"`P(#`N
  811. X! M,#`P(#0@,C0@,S`P(#,Q-"`S-"!&3$]70TA!4E1)3D<@1DE'4P$*-"`P(#8@
  812. X! M,38@,"`P(#`@,"XP,#`@-"`Q-R`Q,3<@-#@T(#(Y($)Y(%1I;2!0+B!3=&%R
  813. X! %<FEN`0HP
  814. X  `
  815. X  end
  816. X
  817. END_OF_FILE
  818.   if test 30799 -ne `wc -c <'xfig.16'`; then
  819.     echo shar: \"'xfig.16'\" unpacked with wrong size!
  820.   fi
  821.   # end of 'xfig.16'
  822. fi
  823. echo shar: End of archive 8 \(of 16\).
  824. cp /dev/null ark8isdone
  825. MISSING=""
  826. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ; do
  827.     if test ! -f ark${I}isdone ; then
  828.     MISSING="${MISSING} ${I}"
  829.     fi
  830. done
  831. if test "${MISSING}" = "" ; then
  832.     echo You have unpacked all 16 archives.
  833.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  834.     echo Creating merged patch file xfig.p2
  835.     cat xfig.[01][0-9] > xfig.p2
  836.     rm -f xfig.[01][0-9]
  837. else
  838.     echo You still must unpack the following archives:
  839.     echo "        " ${MISSING}
  840. fi
  841. exit 0
  842. exit 0 # Just in case...
  843. -- 
  844.   // chris@Sterling.COM           | Send comp.sources.x submissions to:
  845. \X/  Amiga - The only way to fly! |    sources-x@sterling.com
  846.  "It's intuitively obvious to the |
  847.   most casual observer..."        | GCS d+/-- p+ c++ l+ m+ s++/+ g+ w+ t+ r+ x+
  848.