home *** CD-ROM | disk | FTP | other *** search
- Path: menudo.uh.edu!usenet
- From: mwm@contessa.palo-alto.ca.us (Mike Meyer)
- Newsgroups: comp.sys.amiga.reviews
- Subject: EXAMPLE: Proper Grammar II (Postscript)
- Followup-To: comp.sys.amiga.applications
- Date: 13 Jun 1993 16:04:37 GMT
- Organization: The Amiga Online Review Column - ed. Daniel Barrett
- Lines: 1542
- Sender: amiga-reviews@math.uh.edu (comp.sys.amiga.reviews moderator)
- Distribution: world
- Message-ID: <1vfj6l$t5p@menudo.uh.edu>
- Reply-To: mwm@contessa.palo-alto.ca.us (Mike Meyer)
- NNTP-Posting-Host: karazm.math.uh.edu
- Keywords: grammar, spelling, commercial
-
-
- This is an example of the Postscript output of Proper Grammar II as
- produced by Final Copy II. It goes with the review "ProperGrammarII" which
- is also in this ftp archive.
-
- ---
- Dan Barrett, Moderator, comp.sys.amiga.reviews
- Send reviews to: amiga-reviews-submissions@math.uh.edu
- Request information: amiga-reviews-requests@math.uh.edu
- Moderator mail: amiga-reviews@math.uh.edu
-
- ------------8<----------------- cut here ----------------8<------------------
- %!PS-Adobe-2.0
- %%Copyright: 1991-SoftWood, Inc.
- %%Creator: Final Copy
- %%CreationDate: Friday,=A0June=A011,=A01993 - 8:16=A0PM
- %%Title: src:text/reviews/ProperGrammarII.fc
- %%Pages: (atend)
- %%DocumentFonts: Bookman-LightItalic
- %%+ Bookman-Light
- %%+ Optane
- %%EndComments
- /#copies 1 def
- /u_doc (src:text/reviews/ProperGrammarII.fc) def
- /u_time (8:16\240PM) def
- /u_date (Friday,\240June\24011,\2401993) def
- /u_pageht 792.00 def
- /u_pagewd 612.00 def
- % initialize a few blank procedures ( to be replaced in user-def.ps )
- /UserDoc {} bind def
- /UserEOD {} bind def
- /UserBOP {} bind def
- /UserEOP {} bind def
- % FILE INSERTED: user-def.ps
- % =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
- =3D=3D
-
- % =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
- =3D=3D
- % END OF FILE: user-def.ps
-
- %%BeginProlog
- % Prolog for "Final Copy" PostScript=AE output
- % Author: Pat Brouillette
- % Version: V2.0!!
- % Date: June 9, 1992
- % Copyright (c) 1991,1992 SoftWood, Inc.
- % This file may not be modified or used for purposes other than
- % creating output with "Final Copy", so there.
- %
- % If you wish to make changes, make them in the file "user-def.ps"
- % located in the "FCFiles" directory and create a few PostScript
- % procedures, "UserDoc", "UserBOP", and "UserEOP". "Final Copy" will
- % automagically call these procedures at the beginning of the document
- % and the beginning and end of each page, respectively.
- %
- /SWDict 130 dict def
- SWDict begin
- /bd {bind def}bind def
- /ld {load def}bd
- /ed {exch def}bd
- /FF {gsave showpage grestore}bd
- /n /newpath ld
- /cp /currentpoint ld
- /clp /closepath ld
- /st /stroke ld
- /sh /show ld
- /tr /translate ld
- /m /moveto ld
- /rm /rmoveto ld
- /l /lineto ld
- /rl /rlineto ld
- /c /curveto ld
- /rc /rcurveto ld
- /gs /gsave ld
- /gr /grestore ld
- /clw /currentlinewidth ld
- /slw /setlinewidth ld
- /clj /currentlinejoin ld
- /slj /setlinejoin ld
- /clc /currentlinecap ld
- /slc /setlinecap ld
- /cml /currentmiterlimit ld
- /sml /setmiterlimit ld
- /cdash /currentdash ld
- /sdash /setdash ld
- /cg /currentgray ld
- /sg /setgray ld
- /cm /currentmatrix ld
- /sm /setmatrix ld
- /chsb /currenthsbcolor ld
- /shsb /sethsbcolor ld
- /crgb /currentrgbcolor ld
- /srgb /setrgbcolor ld
-
- /reencsmalldict 12 dict def
- /ReEncodeSmall
- { reencsmalldict begin
- /newcodesandnames exch def
- /newfontname exch def
- /basefontname exch def
- /basefontdict basefontname findfont def
- /newfont basefontdict maxlength dict def
- basefontdict
- { exch dup /FID ne
- { dup /Encoding ne
- { exch newfont 3 1 roll put }
- { exch dup length array copy newfont 3 1 roll put }
- ifelse }
- { pop pop }
- ifelse
- } forall
- newfont /FontName newfontname put
- newcodesandnames aload pop
- newcodesandnames length 2 idiv
- { newfont /Encoding get 3 1 roll put} repeat
- newfontname newfont definefont pop
- end
- } def
-
- /AmiVec [
- 8#220 /dotlessi 8#221 /grave 8#222 /acute 8#223 /circumflex
- 8#224 /tilde 8#225 /macron 8#226 /breve 8#227 /dotaccent
- 8#230 /dieresis 8#232 /ring 8#233 /cedilla 8#235 /hungarumlaut
- 8#236 /ogonek 8#237 /caron 8#240 /nbspace 8#241 /exclamdown
- 8#242 /cent 8#243 /sterling 8#244 /currency 8#245 /yen
- 8#246 /brokenbar 8#247 /section 8#250 /dieresis 8#251 /copyright
- 8#252 /ordfeminine 8#253 /guillemotleft 8#254 /logicalnot 8#255 /hyphen
- 8#256 /registered 8#257 /macron 8#260 /degree 8#261 /plusminus
- 8#262 /twosuperior 8#263 /threesuperior 8#264 /acute 8#265 /mu
- 8#266 /paragraph 8#267 /bullet 8#270 /cedilla 8#271 /onesuperior
- 8#272 /ordmasculine 8#273 /guillemotright 8#274 /onequarter 8#275 /onehal=
- f
- 8#276 /threequarters 8#277 /questiondown 8#300 /Agrave 8#301 /Aacute
- 8#302 /Acircumflex 8#303 /Atilde 8#304 /Adieresis 8#305 /Aring
- 8#306 /AE 8#307 /Ccedilla 8#310 /Egrave 8#311 /Eacute
- 8#312 /Ecircumflex 8#313 /Edieresis 8#314 /Igrave 8#315 /Iacute
- 8#316 /Icircumflex 8#317 /Idieresis 8#320 /Eth 8#321 /Ntilde
- 8#322 /Ograve 8#323 /Oacute 8#324 /Ocircumflex 8#325 /Otilde
- 8#326 /Odieresis 8#327 /multiply 8#330 /Oslash 8#331 /Ugrave
- 8#332 /Uacute 8#333 /Ucircumflex 8#334 /Udieresis 8#335 /Yacute
- 8#336 /Thorn 8#337 /germandbls 8#340 /agrave 8#341 /aacute
- 8#342 /acircumflex 8#343 /atilde 8#344 /adieresis 8#345 /aring
- 8#346 /ae 8#347 /ccedilla 8#350 /egrave 8#351 /eacute
- 8#352 /ecircumflex 8#353 /edieresis 8#354 /igrave 8#355 /iacute
- 8#356 /icircumflex 8#357 /idieresis 8#360 /eth 8#361 /ntilde
- 8#362 /ograve 8#363 /oacute 8#364 /ocircumflex 8#365 /otilde
- 8#366 /odieresis 8#367 /divide 8#370 /oslash 8#371 /ugrave
- 8#372 /uacute 8#373 /ucircumflex 8#374 /udieresis 8#375 /yacute
- 8#376 /thorn 8#377 /ydieresis 8#055 /hyphen
- ] def
-
- /fult 1 def
- /fuld -2 def
- /fstd 5 def
- % Gold's re-make font scheme
- /font {
- /newfontname ed /basefontname ed
- dup /sY ed mul 100 div /sX ed sY 0.3 mul /fstd ed
- 100 div sX mul sX mul sY div /Ob ed
- FontDirectory newfontname known not
- { basefontname newfontname AmiVec ReEncodeSmall } if
- newfontname findfont [ sX 0 Ob sY 0 0 ] makefont setfont
- currentfont dup/FontInfo get/UnderlinePosition known not
- {pop /Courier findfont}if
- /FontInfo get/UnderlinePosition get 1000 div sY mul /fuld ed
- currentfont dup/FontInfo get/UnderlineThickness known not
- {pop /Courier findfont}if
- /FontInfo get/UnderlineThickness get 1000 div sY mul /fult ed
- }def
-
- /js { 4 2 roll moveto dup stringwidth pop 3 -1 roll exch sub exch dup len=
- gth 1 sub 3 -1 roll exch div 0 3 -1 roll ashow }bd
- /ujs { 4 copy pop 3 1 roll n m 0 /fuld load rm /fult load slw 0 rl st js =
- } bd
- /djs { 4 copy pop 3 1 roll n m 0 /fuld load 2 mul rm /fult load slw 0 rl =
- st ujs } bd
- /sjs { 4 copy pop 3 1 roll n m 0 /fstd load rm /fult load slw 0 rl st js =
- } bd
- /ms {m sh}bd
- /lms { cp /y0 ed /x0 ed sh cp /y1 ed /x1 ed x0 y0 n m rm x1 x0 sub y1 y0 =
- sub rl /fult load slw st x1 y1 m }bd
- /ums { m 0 /fuld load 3 -1 roll lms }bd
- /dms { 3 copy n m stringwidth pop 0 /fuld load 2 mul rm /fult load slw 0 =
- rl st ums }bd
- /sms { m 0 /fstd load 3 -1 roll lms }bd
- /F {findfont exch scalefont setfont}bd
- /box{m /ht ed/wd ed wd 0 rl 0 ht rl wd neg 0 rl clp}bd
- end
- % end of SoftWood dictionary
- %%EndProlog
- %%BeginSetup
- userdict /SWDict known not {
- /Times-Roman findfont 12 scalefont setfont newpath 72 500 moveto
- (Error: the Final Copy PostScript preamble is not available )show
- newpath 72 486 moveto
- (on your printer. Make sure that Final Copy has been properly)show
- newpath 72 472 moveto( installed on your computer system.)show
- newpath 72 458 moveto(This print job has been aborted.)show
- showpage stop}if
- SWDict begin
- /DefaultFontName /Times def
- % Call the user's document setup routine
- UserDoc
- % set pen to black
- 0 sg
- %%EndSetup
-
- %%Page: 4
- %%BeginPageSetup
- /u_copy 1 def
- /u_page 4 def
- % Call the user's page setup routine
- UserBOP
- %%EndPageSetup
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 701.40 212.70 (Comparison to other similar products) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 682.70 277.30 (The other similar products I've used are nearly ) j=
- s
- 349.30 682.70 14.80 (10) js
- ( ) 364.10 682.70 ms
- 367.90 682.70 161.10 (years old at this point. The ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 668.70 29.40 (UNIX) js
- ( ) 101.40 668.70 ms
- 105.00 668.70 38.30 (diction) js
- 0 100 12.00 /Bookman-Light /font2 font
- 143.30 668.70 380.40 ( command isn't nearly as thorough or flexible. I c=
- ould coerce the ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 654.70 33.30 (CP/M) js
- ( ) 105.30 654.70 ms
- 0 100 12.00 /Bookman-Light /font2 font
- 108.90 654.70 43.00 (softwar) js
- 151.90 654.70 250.00 (e I used into doing most of the things that ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 401.90 654.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- ( ) 508.40 654.70 ms
- 72.00 640.70 197.80 (does, but it wasn't as easy to use.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 617.40 29.20 (Bugs) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 598.70 456.90 (I didn't find bugs so much as missing features. Sug=
- gested changes have been ) js
- 72.00 584.70 347.70 (sent to SoftWood, and I hope they will appear in th=
- e future.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 561.40 88.40 (Vendor support) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 542.70 444.10 (I didn't discuss any bugs with the company, but fou=
- nd SoftWood to be very ) js
- 72.00 528.70 125.50 (prompt at upgrading ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 197.50 528.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 304.00 528.70 179.00 ( to a version that worked with ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 483.00 528.70 32.60 (Final ) js
- 72.00 514.70 100.50 (Copy II Release 2) js
- 0 100 12.00 /Bookman-Light /font2 font
- 172.50 514.70 119.90 ( when I needed that.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 491.40 54.60 (Warranty) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 472.70 464.30 (The warranty is the usual miserable warranty that m=
- akes software companies' ) js
- 72.00 458.70 444.50 (lawyers happy, and users either laugh or cry. The s=
- oftware is what you get, ) js
- 72.00 444.70 435.20 (they will replace the disks if they are bad, and no=
- thing is SoftWood's fault.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 421.40 69.40 (Conclusions) js
- 72.00 402.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 178.50 402.70 346.70 ( is a good product. It does what it claims to do, =
- and makes ) js
- 72.00 388.70 458.00 (doing it easy and fast. It is doesn't take full adv=
- antage of the communications ) js
- 72.00 374.70 463.70 (and user customization features of the Amiga, but t=
- hat doesn't affect the basic ) js
- 72.00 360.70 421.80 (operation of the program. The only caveat is that y=
- ou won't want to use ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 493.80 360.70 40.60 (Proper ) js
- 72.00 346.70 65.90 (Grammar II) js
- %!PS-AdobeFont-1.0: Optane 001.001
- %%CreationDate: 5/19/93 12:22:37 AM =
-
- %%VMusage: 1024 17084
- =
-
- % Generated by Fontographer 3.2
- % =
-
- FontDirectory/Optane known{/Optane findfont dup/UniqueID known{dup
- /UniqueID get 4012679 eq exch/FontType get 1 eq and}{pop false}ifelse
- {save true}{false}ifelse}{false}ifelse
- 12 dict begin
- /FontInfo 9 dict dup begin
- /version (001.001) readonly def
- /FullName (Optane) readonly def
- /FamilyName (Optane) readonly def
- /Weight (Medium) readonly def
- /ItalicAngle 0 def
- /isFixedPitch false def
- /UnderlinePosition -100 def
- /UnderlineThickness 50 def
- /Notice () readonly def
- end readonly def
- /FontName /Optane def
- /Encoding StandardEncoding def
- /PaintType 0 def
- /FontType 1 def
- /StrokeWidth 0 def
- /FontMatrix[0.001 0 0 0.001 0 0]readonly def
- /UniqueID 4012679 def
- /FontBBox{-14 -234 2896 800}readonly def
- currentdict end
- currentfile eexec
- acfee94a869ea4edd97941172fa92fd7637ea65883d1ddbab18556575a90f49e5153a5539=
- 4addd78
- 0f25a483bfd5db4b3aacefa23df788e31a589543f6fa112b06cf1bd4fa5f01df0bd5ed064=
- c5e6559
- 8354d38e549c256bcd2f0bc8c2ba0c10765db9ecd5d449997843fbd92ca1844abb015d4f3=
- 6d9458f
- 092be8e76b86ed87719e9637bbb205ab386d3eea42cb98b9ed8759317c1c624d7348068f5=
- ea93fd1
- 71cf6232c1d04e0e2ccfa828a85f1372c76deeace6d39c605c0d22769b282656ce6a21697=
- d9b3e21
- b88fda66a9c70ad1e8267b41faefb39753c5ccae483ea44da2dab3ae12ccd60dda974529e=
- 5c44d1f
- 9103311dc1713d111a55ae88de5bdc9546b032ef3f7689ab24d46d7215d5f4d587b2f6151=
- 14307f5
- 9e46c6b9e08a5e03b1e4f40ebf041799c8ae070c47fdd56117fb44522d918adf0184398e1=
- 511719f
- 97e81abb65599be3ae961ff559da40609fdf56cd0995fc2d10a313f8528b1e279d6e87787=
- 6dded14
- 6cbfbf47347ee7d2f73b319ce8b975f93ee0d957290519eb9e4d9ea9da163a370ab0844d2=
- 6aa667e
- 2fff6f8bd56fa18c8581568cbf82e051ea2eb5620840bfc867af2d6b40a03bfb5ed0be75b=
- 9c66e09
- cc46d7232d56da3380c5439fa70db139a939ff73c34c46d26a1f175b835db89402fa697b3=
- 35f4986
- 9093d49310809ef9249b2862bc765637dced4215ca258060658b5587993d3d5bb4efae202=
- eec51ba
- 658615ef49a8cacc0dbfac0317804f1208616e1555a116bacb9113d9fc5f5021976edfd91=
- 7d24d87
- 37d727c96d69ff09ee0cd44f48a10b927e1e58e3258c15d4a4d46a5d1279ec4cceac7674d=
- c76af66
- 0a5f6c5d7c44ea71da629e185d250ab21a706a9c1c2bb8da87778ea7c79fa3b3658cdf7cb=
- dcb86c4
- 3652be9aea064ff0fe5da77929e0ca13f628afd206b1e0d5686d145fcbdd506c7808fea1d=
- 570b470
- eae53af5ed7913880cef512d60295daa6a5c1815c059dc98047afc838434e82c2947a2096=
- 80e5238
- adcfd22b773387a9a35e3e0fa41a5cd4640ba2addd59562f6695b0fd92b425d8880f4c76a=
- 8807966
- a4af27af97b3ed05f96298970534f647fbd8ad86cad375e7a846eee176273f41683a84abe=
- 04ab9e0
- 41aac4e84e8aefd68f13e5fb1f2cdd5456483d2164cc822d87653d39a61540973fc075164=
- 5c126ab
- 41fa0c7828668d836b8bcd7a15da5155370e8ce1f82453fd253d323ffff526d701a8adb74=
- b2d94ca
- 392c8886206daa2d811ef8a8fa474228b88dd55058c49fab0e2858a226143c7f6ad738e3a=
- 73bf5a1
- 58f66c48c8aac65e2b0a707dc35cfc368846d2780e1b143078bf2c155540c6ab20e71d87f=
- d351547
- 4f99339f8881e7cfe4b46a03683a0910d41f1d905863aec9781d0ec774ee12f5b84e88a0b=
- ae2ecf3
- 83b1dde59dab2cfe161c230270da78fea44efd6e87fc0eff3b9709f584ff677ce2815f827=
- 23502a9
- d9a99a779dd83eca1ba6ce1ca951d7d1bd31dab859ca9091ac6bd28f351d88f56140d9fc7=
- c23df0c
- acdd06baac7d9f45f14c8c7011b4f4cee327491a63dd1e7253acd75b571870ccd263c4955=
- 5963474
- d5dfb7df9e7e1a4c946270cf4a3432155f4eddeaf241251695c53e62ef041e70a91d109de=
- ea4a0fd
- e01141c742383a24af561cc3c11d69cda00433e70473b7541b9b2c0b0902ffb73461ee886=
- 41016fa
- 96447b240ee79a92c73cc960c1c14f99902978db49c7c08bd55a436ac9c0350ae9b0c29f5=
- 57677ca
- bb903a5fc6a02764455010386aac2cdd81a0755af366949507cc204b9d0e6e768f81dfde9=
- 428f34d
- 83626798fc27237ed0f6527c374956a17a2b455fa9f5c27a44dc182fbf1dd65640e7c92d0=
- 5e2ed9a
- 6e6a103734d47f1a257079af8e2e47a708645dcfe45109f79cf473ba319b26842c52b94f2=
- b39fe42
- 0a1003d6a97e4be7fc34ab32cdd4a8172cf35a6622525b020b1f54abebffeffdf0a3aa773=
- b2184b3
- 796e39b5635a903ac9c6c54db72c187e0f79609b9aa7a4127a916cc87f72d75bbbcff3b61=
- 6215f63
- e5d9fff45ee4ab6cab5e13601a4bc9a2ce46bf04dd5038efcd7eb488cbf30be815e95a3f5=
- a4b0a5d
- 4b642a6bf620e61e22c1b9d924422eb0ac6a3dcd4a02f2fdc2f7412a1fd1712ea993286f6=
- 1b3565a
- d0544f89cd71de50a3367b026e65180c021bcd451a9c083ef36663a2d59bdbdde5527d10d=
- 284c934
- 0ac99ee1b4cc710e2ec1aceae14bce0dd2344086d29d845988342fb291a986dff54d7493d=
- a13bd71
- 3ed1fc8245b0a1a7cc8ed0c7137d061fc7c5d33233551e07b0ef02eab23d5a90eb3964c3b=
- 1e6a40a
- cdf0a31120f7a68773e4c8c174d3d5488539e1287e95c2993915fa93fe90688cb8d2ce6c8=
- 877adf6
- c5128bf4633329bb7c283e827023bf0d78b7af8ecb09b3505cc45e4074e89a60a4bbfafdb=
- fde3cfd
- ea42f81955396f34345f96707a5aa3dcd8863823402ff8e078031058465a92b28506137b5=
- 66b7f45
- 7af091ffac50f0e82326a564c1c0807178e854b71d597129542d7afe6656891fb9d63e6c5=
- fe560f3
- 8da7c1e705af8e02028a89d5cf9038c9b2b86cf4df467a295d9f595fd650f40408adec918=
- c53ab93
- e7c8445d17d04bc3517a7fddddd871aba4ba7a718825fa2227386e111fea7652caf1766c6=
- cd45005
- 6f52aa6c5f193a734dd1936c640020326b783bd88b579e927ea87d87b005cd17b051be87b=
- 52cb667
- 73d900e5add7012f19eb38074e8ae8cae72a16b94e225c655727fa7df59205b806ceb6bfd=
- 1a82a72
- 40d2f574e56e583b56375b550f4f78d99a210ddf7a132036562e5d492fcc7b3cb7a858a5e=
- c3cfda5
- 747950f548f20c785abcfd78cb65d6e35b3770274b2a7eeb394a697416b157f7fef731ede=
- d5cc790
- 7c672b1f46182bfd817bf6284196f52c139f287b71009bbc2848d68c8e8d4b459951dc141=
- 78bace2
- e31f3c810b915e382350eec9f0513e96ed7f7c37a21f6233ebee28e027db084511253717d=
- 8c983d4
- 192f35d7eaebb214106b5309305c04fa53faa54024114fe04c20b90da9e9e958789e85dfd=
- 3f1f74d
- 23664ca12f604c27a177824937158fd4fa32242df77b4d647f4a0bbde51a5c5bfb9faadc3=
- 11ac75d
- 9cfe7b2a9af3edb0e9b8f8d5a76280647433e82ba1607c89c93e5a75c215f598f9c29c2d9=
- add34f8
- 91a9f3f4b7e465ab70a90fd44ca9b60dad054d7407d7745256eefb4ee7b4e1f0cd4183492=
- fb91311
- e67052569134c692805f04304ebc1c81425432337145ab88009d2e813c606ad0919baed85=
- fc2b31f
- c66df9e848df6be516e7b7e8dffe2ecdb1c56762a3bb9c7263e780a0aa50061321b086e84=
- e121903
- a7698f0546886f9b70a605d23c14627cca628ddc1ea877a474425b11198c7a42426fd92c4=
- 1751653
- 34993942a41aee023bb555d0b2b64908bd87b239c98ab5536ad45894fd1ab88fc5469527f=
- 06ae9e4
- 91ffc4d66595a628b88cb00ed20719ce7333e6118ea428e1599b28183311c71e23266bf06=
- 08e99cc
- b87088f5199ef13f05ad41b58eb3fd148e10a09130421ef99ff67266daa69c95fc9682fba=
- 5908792
- 1bd480769c43c913b90b10170401dfa7907e46569a162caee4e00a04c61fefb226006a20c=
- 327b9bc
- 159542b5e65c037df94d4fedfa8bc2abcc3d0a3c0578f4b87be4a8a8c637d7b40ad144e03=
- ca2fb47
- 789645f48d579d470c51d9aa326528c4d2752f51c3947f1aba0d292d719a29357c9b0ef74=
- c9dae0f
- 7a0688ed0118acb1ea2769a351036ffe589bd78c9ad5df31dd3f0ae868d6d4341c221cbbe=
- a9d0337
- f346849b69cedd9693dbf253903f4d94d80405c9a95807cd4fac3d199cb7ae506131fb1a4=
- 3870363
- b825a37708e0d35e3b1de077b7a8e1a45119062a6f3989f7b25d6485bb11f281ce4ea1cfa=
- a000d58
- 307eef426fc2bbdd74ce99ae1ce38effc2d5a0848ad19fe6050ec042da713c9d766035b28=
- 52cba14
- d4e4a8a92d023c0713f6bd0a6d5e5d11d2e3c524b86af666279ac2bec99e51c64bf194743=
- 3c0cc9c
- 7b4a86fe995f842c80708a35c64c43cf2a287e4b1156ac44003a4e749a35c2c7e4c08c887=
- 9ca65a4
- 5f1c1bfd37a6c03b7449d53db9f582fbc1f5beec3139d268c64153fb4901605370bb3ba41=
- 100c4b9
- 6e32ef906be0c7219cce23376971434393c555bfc6f00643cbe3e17bd1bd3655994e1648d=
- 7222ea4
- 175accfc13ea01254db884eb83c166d5bd03fd33feeda39e47b00b7ea49884c9e73b43e19=
- ae27b27
- 199ed0f8fb1aa2eb8022ac91e7a81c1cf601520dce9262fa9b1ed4d47e18ac683a6824b08=
- 2d7e097
- 9355e2475fbf5cc6f18513c1f4e03f66c3e2142641c340d2027708c7ef574f29596993e79=
- bf0ee2a
- 8b23bdb17f371417f7881503f696ad064b2705caef224d79e606ca9f9d0817fb77723fc1a=
- bbf59b5
- 427db05dc8996a521cc97f91782ff3cb3b274af7f52b99f17b243508deb4baeb5a0c83cbd=
- cbad97b
- 393af5a7266ba92ad2fea8572da68a453375b24632df68b652ce43eb1b136ba2c222d0164=
- a4c4896
- e5b3e4b273ca87afe3ab4835724905c223b0e88169d2a766dd4067bc64e16bfbfb56c99fd=
- 748c629
- e89291d8cea6473a9343532b85c145c3e3e3580fcce377485e6d5b18b216cc8d40b3b4a7d=
- b38d1ab
- 3cd10c8b12a01efc53acada9a07592c380333d5815048ddcffef068bcd4856e6c3f578856=
- 62fa2b4
- 6f316dfd051282da461690e98f3c50893391105b5357d7cecd15ca8e83f41a659c6472e69=
- 9a8de82
- 3593cfe12188271ee5e6f2a224c9c2fb721eb810777902eb2e760f51e3e04264154c948aa=
- ab63af3
- 289882c464dde8ec8c6125c99faa2d5fdebabb6eff2880f87931a5b4827b6d8cb332c6444=
- 265fc33
- 30f31dbf4e73cee51230e081779aefafadef8bce5e5393a7deb72d201c3512964059fcd39=
- e50095c
- b1c7fed15342371211f243244c7e4c673c33a6a9e8e7eefef22eb2f6681a3145ffd386e26=
- ff43508
- 0cc41d549354f2c8f0f5e075e8f623ec57b60c6226fac009692c8ac7a2a89e9482eb8aac7=
- b98274e
- 0fe214550eff9d3bee8115d7dd18ac8f5786eddca1b438a47a99cbaaaeb4677a972324e42=
- 29e9599
- 044b5f5466df0f6e195ab29edda674dec621a85a2efcb9a882b331b2beabdc29b44742e5c=
- fda6360
- 354a930315455b48e0d436c35414fc88b20e00bb99a42ca71e5aa304202c698a0f97636dc=
- fca6503
- 7d4b93c1d1dc7c10420068b33c42586238087ca2b3c26f3b0217a83251ad8746b05e0b4f7=
- b5691b5
- 3153bd03785ee9bd01f3fa34d656bc3316785f0a3307b7cec772274e21f6bde5c1b388bd9=
- f8919ba
- 5760724d8633cc60c1f912c24823240131bdddec26f4044900fd94d091295907cff94a118=
- 92f5c77
- 4b4ac7f04d7850ad203ba8778409556dfa7c70ebe82def35a78c378d75e06f21f5b23e2a8=
- 6e5da1f
- 5b72109dbac3d9896f2b13528aeb3101102adfc9783f7256c4011ddc3ab1086cb4f60147c=
- 5131311
- b494dc3b82f9929adafc14dd6f9e47ae03c2c7f0b6b13dfecfc4e22812ca9057e85cb78fd=
- a2804cc
- 1bf868789d8d702a2000a5b0d8efc8b11cb1adf345ab6fd7b8b4ae3b884dc9f049a671088=
- bf3d5fd
- 02e57c23debd774f5b7378a9905b68a5cf192bd70ec223446a8383cd93f65dde4cc4fa335=
- c57e41a
- e556956a51a3375741eaadbecf62b8d221a4218484301b5bd84dbaaa0366bc9cae7d8caaf=
- 1dd5c2c
- cae4e654dfc23e6b5108796dc8b74057b64647a25291d790451fc4f57c5c86ff30e6a4f97=
- 0b4c783
- 584493a2b112d9787a5ff527c6ff2bb22e3b9fe9dd430c050ad2315b54283fa905763ac51=
- d51f5df
- 7ad36a07a61c662e3fbff3f45829491419c2dbd786d7f70ade7765b32115a1a741e81b32c=
- 419fc03
- eae1b839141f88547226bdae16d9b68f9d0f06cf226966e4c6e82ab9feb073e8bb1b69337=
- 1bfc59c
- 19329a0453c08935b2c13da32a9542715078998d340f6a4b283675ac708b5ea4dbcf67f4a=
- e72d5cf
- 650376e1a733e02b56ba9517fe852e86faa9cd00d4c72780f5739b22226a140dac9a4119f=
- 7e495f3
- 2e3e090197d4e273cbfaa0c0a074fe2b20e4037ba917857a91e09d3d28caeb6e1a4e2a7ce=
- d2ed2a2
- b5260da1f9a0a3a1a0d9429a6edde2fa592677620559323fcb0a066835fe8f34a1fa2a3db=
- ffefbb2
- b8ecaea3570570543d2be4e1fe1ae547a73de8e3101da753ec764c403f5f68cc939870c55=
- 82d079c
- f744d6bc016746b9019958025fe85c1e7f2d64166358053082b88aeea8021bcbf179cd9a8=
- 8e3b59a
- f51694d07e3f8c41107f6b7e394e82143d2c1be8c68d100414bd62a85c1281279361827c6=
- 95c377f
- 741cc547d16830f3eb49fe8e99551e57ae2678c69f9a0300beb74a53740573078871ae46b=
- 1732909
- 0788cdf72b0e49df00dbebcb3ddec75ac6abbfcd7bb6c4ef3a02b4cc9f002ef38480bd7b3=
- c6a5216
- 405445bc5d38eaa6673e15e688f2ee705f9136325f8cdb66345ce3c6fab28feb4d7161fda=
- 3c543f9
- 7f5b25d862bde96d4d4e9206740fc00bda8fa916ddbb8b083f8ce716af3555822ab3b4e05=
- 70c3185
- 5f27a27339e5fbd2790ff2667e545ffb86dea8da8a7b624660654e2bf29a1e1684c7ad083=
- 6bbd80b
- db141a7d2e65e153d22b1d15b66fc67503abea6d3714497ee1686fe465d7de760e34b32c2=
- fb9bff2
- 731ddc1d280de8131fc7eb91490639e3e1abe156f76e1a9f37ade12afb094b6fcf821eb15=
- d3df8b1
- b1d09d425095554fb3a2f85ecf40ffaf4269bfab65caa6c8d22d9b7a06d6f3b8148bbfeab=
- 9c339e0
- e8b9aac7b117e853851f3929d0f8afbe0a1aadb95c29d148a545af35e8930cee798e7fd58=
- 4876b08
- e28642fd30140266c863ef4ebab929fbf6423412a5bd36ccafaa0156563e483c5aa206b35=
- 45ee080
- beb63af551f78465f8a1b4fbbcd154b2e68400c697bf31fba561e87b87cfa78d86dca5efc=
- 28597d6
- 4cee141dbe3419cac55915a76ac037470d40583ec888b444e253f4e95243bcf20cc798d24=
- 1c423f2
- c7e2e9e900086f3305f010a36f1aa1992081d91b8d0dc87bddf563c0b07884d326509bcad=
- 0be2f45
- 7286eb3281f8a49d10215c525794e83d30ac6e7dda9063f8a90360b808b29d580b2271178=
- cfc600f
- 6ac70aa72a8a3354c4d678d4c58239e20df80e2722d354b0afae06a7919dab1f78f831f76=
- 57c8966
- 52e9cd978b3cdc28f64ebc9fe40fa28623e6b0e04bb06c2a9b921ec31c96a31ca1f55ee56=
- f3a2b90
- 5867807dad58823f4e2d28c51f33efdfceac532c947bca9c787bface0e9cf0e088d8a2d9b=
- 09a5c27
- c534f5935c277693678b9f8c0f5e6d9ec881b806d4f8398665472832924f3e893fa0919d7=
- 80d5747
- f8d6e9f68450370be39226a2aca73364e0425bc6057c0d2e3f73a1dfe029061bc0604a360=
- bd2e973
- d5816ccebaa2794d9c512b949297474af9176e1ff4cf3d6065db2fcdb8a182454acc6049b=
- 30bd6ea
- 14259051a4399c9b4245103b37bd5c4c4b3d7b29773d944cbb8bf33852bb19b2aa2b3f255=
- 1b975b1
- f320ae21fd6dfe5ab3126236ee5b1da250aa1bde216c8b9b540f72a71ee67cb0d2093ded8=
- 4a4a017
- 191188779ef46fb8c86e18051ec0fcdbde6f69513c77c5c5bb672b4330aa3e2086e3284fd=
- 4919832
- 792354c4b76f44e944807dddef2f835282b845637cdc0fdf05594df0116a5e39908ae4075=
- 5cbede8
- 0a72ee1254f2582ce5d3de58faa1466503aa57c12a2e5c1fe4b0c002006741a23a71dc946=
- 4917237
- a4009b6c124e95e44de96e90d7aac0aaa33fcf456dd3075cd98f9c0f1fb37be39eb6ccf8b=
- 18e1e95
- fa0896ba5f8fa37122d3a518a3da6f43418c23f849d67081e2f22b068cdee611e420102d3=
- 37d0f8e
- b02d11ca3e69e02edcb657a7dbbc1e820b54ce6b12354175079483bd15b024c4b02619372=
- e7a8f61
- a35785891e09cbb0b18b8e468d9ffb394c10d50ef820a714ba19b6c5d4dd994f5c309a66c=
- ce06081
- af20d988be9085ab2c0838d1d4071856efa2cf203511b2acc1f8513cab919e1ef0a6a0ce0=
- 44253be
- 9558ed4ae4e0b9de95f580c766a49f6962af5ffdaa8b466182a61282005872e81b725caee=
- 21289e2
- 8409a20a1d82551589471790f5f3fc2801a163ead3df61f690cbf50e1a4cacc99054605c8=
- b77ba4d
- 8eddd9ed2ca61e2a5e2bc03e1adb27e0232a71b7994d0a3960e7195597fac2a9b84244668=
- 0b52812
- 7344c91513837b512ef7a0210d9adcd953d763bbf9d51fefef70de1fc2bc4591e836ff569=
- 943eb4d
- 86953246dfa4af71cf17d0c67fcc036ba1604445e9058048ad02f4bebe95471b1fcd05d55=
- 84c1e1d
- e4f1597db52d68fe8f1e1f4b8f71a4dbd37f4ae3d84b3b71d1dadb095c9f458137e55be9e=
- 324d23a
- e845551b4cf62ff385771aaf0e0acb809362b471c765f166d7b308862fea79de8e3e21a7b=
- e796fae
- 3ef171e3e1bd6633aa832df32433fb1710119f7d9bbd5108cc433a585a96633ba4dbdc2cd=
- e521293
- fb3d095d1a469546ac4d85b9b7c67ec8b393272bfa10b32bc1241d3937b558cf05778b5b5=
- 26e3caf
- b4737e4072aa7c68f0b244ce4c59003be13de27a7a35c6f94cb86ea09cd87e9d08151e163=
- 9a15fff
- af6ad67f70ce3eb199c321ea249de5b8d2888435e30b917e4a0e303068e51bf6cdc5e5539=
- f007f3c
- 0556bcb28fe3df447f4a2900449a9962f0de8495cffd1c5ffb5b6e9210b8f9abdd5dc8f55=
- 681698b
- cd85c4f6ff6f733ca55a2bbf04dc842857ce3f2fb6a71fbd10cfde0ac5ee4945cb437f0c2=
- ed4328f
- c8d9192e933386d1b5c82500dc81035e7e4c243238a5780308df653cfd682e5d4f83f6c2a=
- 03474f2
- f155e98f495f4008bd62b85df457b000a0fb11c744f415311f5d8424f36c68c8a767ba077=
- 11acd73
- e1249cc4843d82a8159b163df76fca5df5303d0153f59e81489091415d1acbe74912c652a=
- 27a9249
- 8585a739c5aabd84f1b7417aa1049b8e03a903fca3bdf2e4c10c8fb53543f1a6724a58bbe=
- c0c26b8
- 2cec35efbaadde15185cccf23ecdcd0d7ef6ff0ef425b0bf5977e71545200ff59f688280d=
- 8c9ac97
- 775652c36c59565b3a68e488f8c4c1cb9d1288ecad3846764b2d8aa382a5f7a40c5a278bc=
- 090df95
- 78e6dc804d89e13fa8c32bc2291c3eb5a005278ea8ca3934e5b744a29852d5c75775dfd9b=
- fb9d156
- 60a6d0e9de8c833cfe74bb253c3f2ef47d471a859a108ccf285a7021e1114d96fea3ea4ce=
- eda789f
- 99f96f551c2d9fd9ad20c3b7a1a160173f047bf69553d4afa93ca3c277b45266808778adb=
- 033e485
- 7aaab6872a27dcadc728a20cd389bd643c936b55d8ba72f32ef7f6ee9decb60c2cfc4b949=
- 64dff5a
- e838b152a34deb4e8fa798d3c703bfb943f3293e7979e30fc5902250c3d4b675b825a7731=
- 7701a4f
- 0200cb7322c3385d33ccbb8c5aa63b15bf700507f442230a92ec7029257113833bd7300ac=
- 42b6536
- 581bf82740d36bb26bdd2a6371dbab2a185b1e709a5be2a63273de5f21ac24781e88afae0=
- a8f46f1
- 085fee616ab8f2b4febab7a7c80cb06302732de9056de1a99d03f8da55b60391ec24592ab=
- b126cc3
- b165c3e89f5a5e634034fd6e5724edeb7b10877118c862dab6f1f22a4575b04719574dff5=
- 243332d
- d57577a6faa0d28c23a44d0dc1cee09e74a0ce49e1eb0b59d8ce99d6be872e4d6288dbe41=
- 7247dbb
- 46609706848360b4f3c7d4378bc62657de9e4ebfaddb90c541864234190061e13f90208eb=
- 1577c4f
- 2f300cf1476aff5d1289807c74762063f1356b66c86541222efeb523c03bab9b8dac9d9cd=
- 8927f06
- feba18dbd1dc6b3f9f220b0830a6835b3996c05e969e33fc1000c8fc0c40bb46cf2d22f77=
- 3f35a7d
- 9f960bff1939a0e91e790a43fdf27998d4de729af9bf07bc9f1579e96086a8212eec205f2=
- 6530901
- d687f4bf301d2e860f9203e47b7ec788c1bcab339c49fc4d4c8e68a1c2dbd465e29c8165c=
- d3a9623
- e4ee56b7dda1aab4701915b9f8dafe52ffeb79da8a2b251e2740e887bdd4efbac1de1c3d3=
- de8071d
- 34dea3b933be5af5f1076938536d50e7f38e228ffb32913a0345f47396f6deb1fb2132eab=
- bb393fa
- a4d9239a86722ffbcdc70e798daa0ff3c90a68b32d06a587503e54bc9545ac636a56df3e7=
- d2d56ab
- c03977d5e62150be73a80b5439ffdb9a082893e05671321ee7523cebc2081fea54001725c=
- a49b742
- 86d9b4e28c2b52b612c636d4795c28d6aab2ece0dbfa0c95cc35f4d9a38e935cc6b694ad2=
- 468c2aa
- 74235bfd7797e77d6b5ac7f88959c53e5ae0009a2d1a289da328daec0f6fce0bd04e7fc7a=
- bfee395
- eccf5971fc5b3e47e61b8e90911e30acce2207519f5ccc63fda3e51d0abda231b80facd20=
- 9b28d25
- 1af44171fd50a1c42e1f9d97eca768d07e81c23207b0f8e582d1b4f13b705f61a7a7b26b5=
- af64c01
- 42bd5df2dfec1329fd87546db3573fe6ea4d2810448f4eace5304d3bbcb50b79a31823506=
- 20a1092
- c16d5e4561a71335ef4a54f128d41cec43f5a69b43f05c982b3da763c0a087296e13a0299=
- 1ef772d
- 4aa9b9ee7ed69c98e0d1a8b6c5f099c2a3459e2817e90e919738722e5a2c85c1f96938d29=
- 018cce7
- 1160fa6e2db5105b85514c1cae4802afb5fd0987610be140e45e6e3dadd416c12aedca733=
- deb97fd
- 514ca47bc48b52d0037962825c97fc6c4473415b531201a4a6436069d5693577e2feb20db=
- 45eb921
- c96ba9a767e9079d6450834c7e0b80f1892d603bbc1deb8828a0d3b8604a16eaa5800f016=
- 20777c8
- 08015e02241bc2082fd586058e2d87252c6ce61dfe5f4426fbafddeea240d6cc4ae63d00c=
- caca22e
- 97e0b4076f416dfc8d9f53234d33dfe57f698a0dc8821d39e4194ec0a80ba1e48864e32c0=
- 279d59d
- c4517b0edc5e5ea43dfde278c077b379a4f71af265d03174ce772dca68c03d01dec792708=
- b9a773d
- 41f1c01191e9cddbef88c3d7b93b8922aba5dd8a09d351de9bc0e0dfcdd0aa6828c4b1114=
- d518d52
- e9fd6abe0cadd7708208e606df87c3b8671a75aba5e2d60bd1188bf958def00f90895c3a7=
- 5472ed8
- 47bf9c2df7d66e2e88495f4d0cf647feaf79a26e808224aa00e7e778ef61949e9236c5651=
- 03e2a76
- 286fbe0b4df9a82262b87325a008fee422188000d770460d3ef1a13ef319824beca68f763=
- 77de2be
- 4b24208cce881e6928f438018ac3d96153ff03d2653a0cdf4173f962cff30f53f08a86b7b=
- c8ee62c
- 0b898bdc28edbdc5e2f4ce9672c1e3c17f3d9a302dd1c21c947a3e0ef07cd4f4f209d0357=
- 91c8077
- 7cf18cf22c24d0c52194938cdc73d7b9a7757dd843084e7e46a60dfcb05efa9bf9e88d2f5=
- 0db3f0e
- 35055659414d24d488633408ff50ac25ba2fffccb521fddb9d4fa86db982116dc82554936=
- 713ddb5
- 28f3d61020cf65e9dba6f7def06f1ed6600e6e1bb457f370006a95f97bba0460aea51cd9e=
- 9a0d193
- 538ffd77e399e1e43fe8308ccc37549c7a4d42642c5043c5c3f802752ed46162ac83ab69a=
- ec2dd9b
- d43128711b7b055f9305f182703e3103f74279e69c641e8e60ecd74dc8fb8e3d48cd3c069=
- b49576d
- 35b437e42772c7ed1c41410d6f3b9cf35ca9da00b97950009ee75a7cb1e5e75a0c1d2c673=
- 6c91e4d
- f077b78077731eee43aa1761c25c7e50e489046c8cf2e956c16bd535af882d6aa50a812ab=
- b4d157e
- 7fabd64c6238a17dfbdf5bcef7abcf2b03b73d2269503f41e4225f2c96ea869072d5c0cdc=
- f847015
- 7f24eced19d5df9a0d8d3e25b1deb00a7165ea951ae245f7fab1b7f9d6fc5f712acd0ef37=
- 6a500ea
- b1701ca0d013cd8d76cff02fc37ec6afe7077d920ad25c60ed07593266be95e259545cda4=
- 6d766d8
- a3aa0f36ef24ea7a6a55b2b61b9b424a304b115de3b75e26f10a5d3ea0a587441c2ef0b4e=
- 83223fd
- 0afb8d1fd94185f85758f0ddfadb77fc07dd8b89f47f256459fbbcfcfef9dfa6fbc8f0b20=
- 5301f36
- ed47e26037a2ca8d3427876e2af7a468841b4635b2bf4f300b051c3d6d45b50764f968912=
- e05de3c
- c6f7f8b8e5071586375597187a2c3318c8501a6086976ac3527f5c2b1f3e39ad2e4089433=
- 50c36d4
- a2567d57557fd6410e107cdc4c97690dd59e302248fd09e8638fd8a7c889693b1f38064ba=
- 8b72aab
- 0bfd6bd28178e4043949f90505915819a4b11672a963eb5a441a83a993d43e388fc391f44=
- 43efd16
- 5cc2640e66b7d24afe0d9b49b6f3bd1fd65408d74ee4f37286b8f54ffd01aa50351231402=
- 0de4207
- 37740c5e83d11ff8722fd458c3c2b44e8781c0985f1a62c09f85bf561907c5e98558cc0a4=
- 9ae15cb
- 1e1a46fbcb0cd6d0ed59894e7d502126cc7586a426020cdbfdb0e77067ae888869fb2d861=
- bc76430
- 88b77eda9d0fc1ecd6ebd3ee9014249001d95b2577b561e2579494b62e1d219eff882ab38=
- cbaa072
- b60fc184082197dce3489f1b44520bd3897672546f35d50d0db0371217a0bfbbc3f35a254=
- 5223233
- 9373c38ca47a00e8cfc200995dd17d09580795bfcf505d0628d0953ad4000089d027e855e=
- 19a3448
- 915f94a4384e511e1aec3652bf21a945ca6510e1bdd7047dff33ffcd8ee054330894bbb30=
- 68a99c2
- f7c6fcc3c6838a5c534abd9ff9cf54f74e9014c75daa0e71c4566b563a09fa701856e74ce=
- 6f3da2c
- fd42c9ddc5d733ee17a8e65717860c361c7d58afa12b37041e3ca4386799a0a087e0996db=
- dd040a5
- 7a29ce8681284d8387c90e60d79ae1fb959fac70beefdbddc4135ec315c860f295811fd77=
- 0e36579
- 5b3c8bcd4de65c445e9e98d8386501356f833504c5df0c610a40bba1e7917a5f20bea6a93=
- 738f896
- f40adce3f36805b1575546662b00dfb711d0db5d6978ab5be15142ef88513105ae8bfe4de=
- d67be17
- dbe9590c8c8d74404b39600dbfce385d440ac78bb161ed6276234282894c63ed710370b5b=
- b70c17d
- 22ea09c869e993a51314e7c02d7c781ec6166f1bcf34c4810b513b45f57fcfd2f0efa838b=
- 27c3607
- 2b49e083ffc5319bb7b9523fbb54ffd1399e503d638be208358ce044cc2460b3bf957e063=
- 22d5ee7
- 14864adbece4ffaf7b3d440589d9fc13437832dceef9ff7dbdc9f7698ee2699be9774ed1f=
- be7a253
- 1c0f09a8b5fe77b478c940019491d680df6338162f21d90bfacdd5e90d13faeaf70947ae8=
- 67ec3a5
- 56224866e1fa3da4b84f729907ae862a956b184421327c8b7f41a8788aa7ff180116e33e7=
- 77812f1
- 9c36d33e312aea5c418be6c78298a48021b70d1a21284fd65dc516183266e17472813abd1=
- 85c28d9
- 62d8cb265d569d5337ab94317f39bc010221c815e6427bc5b4543304826c44d7def2baa34=
- f3ea40a
- 74bf4d13d21cb505115b0fdba0b1f26fa61a1bfaab58e8581e5e875706365581e7c8ccbda=
- 5e01596
- 84ba5d041ff1bf904643f0504e08554378e848624f833b4e1fd5f0df09ed730420f00517e=
- 1b4eba1
- b0e49c3cbf6d63de8a9a127c432ec1f90f642b09353db0415d9804eadcf018fb02a525125=
- 89deb92
- 00e4dd378778dfe02ca1e8b3a094e36c51af7c694552fe5e153dce0dc756d155bd09f8d2f=
- 2e92990
- 6980b9ee38308db4635620bcbb76130295d0e0b6f2a52e0feaf38499d58d5f603b3245a6c=
- 850d84b
- 2a34610ce1f23366318e0cb8a04dbbedcc9a55946f12e8383ebc39e81a13e4d83383f08b8=
- f094611
- 7cb1a301aa4454e56b644b5c6c7f32079f1c5c0be2c61aaddf5c562fbe092a6e9db19622f=
- c473dd7
- 93ff31da3b188e6704f4288a6182389013a2f8779639889ec69868f18eac4edfdd2d7c865=
- ddd1750
- 2687a1bb5d2c9122aa72bfa801cc07e2844ffe18590ecbc7e23e66a48ed12b21825970ba0=
- ada8dda
- 645817ac87bbce892c871c08615150a6fd45e0689cf82ce8c6295371c4bda9b4c4a1e5add=
- 6e129a8
- 9ecaa8e00db25ca95f9bf79b2b60aa2ad358807911351e9b02cc1c9e0dc816dbf970c65b5=
- 99c7c06
- f700ecdd14f2cd769efdb89ed1a9a4507a9e8eabc3daf6a3523db44269344d7a2a454963d=
- 60dd972
- 415d3860136d588f8b6c740fdbdb8c463e40d12d1574507d4cbf140ae9efb671def84a8ad=
- d667a9a
- 83312a99bcf95c19eadc81d060412bebe4a0e55a743a51ccdeb0b4ccc23384c3860b8d8ee=
- e1768b6
- 04bf989b69974efea39b61ed88d783ea9e5843f4bcfdeddd6a1efa9926ef6e3245d0c46c5=
- ee244f6
- a67fbc07cac9039babf4ca2e8ae063886391c086c89e45e9f219bbc430ea1eadd3e9a9bd4=
- 5e98f8d
- ce7bf7889b3bc0e52a9374ecf4199e3645b3909f6ac42a3d87cc72dc55b783af85c002ed7=
- 49d9712
- 82daa9c671797e03bb3f90b0a2f1a93467e352b97865a15ff8bf053128560dada8e766667=
- d8e1dbd
- c30f3bdef6718288e64fb346e57db3c60c2b0c73f886e65f1ce297dd72d716da8fa3aa626=
- 884236b
- dc2346f4f795a773cc493aa2879f36f4acafbbc6a37d47e704f02fe0829bd23646a4bd0e1=
- 26640e2
- 852422025988c9b36cd38cb7274de044e9e6f5821127f642842fa4265a5a82b7d1dd469b7=
- b2ae4b3
- 465c131539e1b211e16fda899febfeefe0ad780d2d86b0b03cfc52e3555e55a6b659edc08=
- 77064da
- fd04eacaace5b5dc238203ead2b10b5b29065c59979b3b9fbe4b6eaab0f4ac2b5f47ef309=
- 8e468c7
- fb6cd50310a263657d0c1a7426b9c1361f56624100caf277745194eb2e2651feeef5db5eb=
- d39af44
- 0fb1263aa305e1aeb35bd5722d505df9279128c294ca966333614b1f0d9083c9d83dca4a3=
- 36a3f08
- a00fe4644aed5fffb153f65e2d8bbb4aaf51a97b64cb39c5b2cc322962c967423d768ec2a=
- 01fc92e
- 5468d7f46696fe5e569abc22674091522305ab0d4ecc383ed003680e651ce39517c205e3a=
- 0eed776
- b1bf706dd79d9ec6c2edf6d4279f98dac8e7073ef67b2c4937c86d6a93b71795820735515=
- 1f76318
- 752e1c649084501dffcec1388756194367cae4369f9bffaf071cb44a8a061f93f0e557d91=
- 580be2a
- e9cba0b5d6a929eebb00e2e5c00e542da2eefe28adfaebc76de508ccc6416ef2a78ab41bb=
- 1599ed8
- 66b66c73bda285cf08ca99cb59101b76580b1d7c418bdeb8208e4eea24f54d7b7c8ea6667=
- e2a81d9
- 59c5afa8777452651b5bf15636c77dd7759410bbad418ac06ffa9d31895ed6424e5a8e99f=
- 23ca2e9
- e2804ace5aa4ffc31ba702c0d8ab1e71b675dfc581ecb2be7c42e769e64109857341c61c4=
- 264519a
- fadbf2ffbac789d0ae427234811fb85fca1c29ff2374723bddcb4238c2b5d2ccfdc0db1d3=
- 801df29
- 82db73d7bae6459d27304031c9977665203fa620e695808c759de7451295c57091129314e=
- b6890be
- 65aed913cae0d2cd3dca6f3ca213407adaf931eccd01bd034e854be184a8027f83df6fa82=
- f53d413
- 109a4a31f9ddda1606c2d66326cfd3e3e66ec70cda0fd9e8e1e51d483beaedfddccb2c846=
- ad26e60
- 62bab663e2b2861bc626e7ba432cd3bb04efb6a08959ab894e295851f2ebf583751b13b95=
- d5564a5
- 6bb1b09302a0dfd62290e92327014a5bc26069897b1cb25a2e85c4be1ce0325c613b3f85a=
- c46f746
- 6e3c0d7614fa8e70b12bf610fd803be61c150251c30ab971bfa6ce9e6cf10e3bc377df912=
- 77f437a
- 5b57dd5769dcc7eb0cb7ff0b3d763cd09873a00a020c8048c776876b5fb031fc5f84496cb=
- 0cd6505
- ee89edc87d018e0a21378e4b58b95f7e7eaa644e28579d1bf6aa974b0d6c4223e27003db1=
- 1e53fb7
- a15ff1de4bb52d1d88da21d5e0462311282577519ff7e995d311b2f0ede2606e82a113858=
- d5afaab
- 2fdb559bf28d1053dbf768b22456af177645c288283b2e001bd82290e73c3d8b9354c31c1=
- 9236ad7
- dc94c454b2c92b42eb373cc9fbf5a71c6392221077c7cb22dcb0920ac70a38ae95d71296b=
- 3ec0b0e
- f382e6876dd2265da86dd03757c439282c350da0fb10659d809005f153d38c395839780d5=
- ca5543e
- 88ceb99ceee415381bf2fd3131d9990cdbcb8635a11bdb935006f889eaf22e8c46c5780eb=
- a25b051
- 34f8bd9af8dec085e52180c2b0e9771c6be7452dbc82c63717a5074f689ea8db24e665a2a=
- 932a26d
- 44b4d546a1a8f20187d2538bcc1a94e1105097bd25ecfe215895710a3659c1e0ee856bf3e=
- f60539a
- 538d805271afee5b57b5d9a9daaf80f375950f68615e6c47362f979f554c2a0691f9af7c6=
- 934ec07
- 606425d5f013daa99a07b2537d889cfccdfea187bcacd4d8d4edf8107d93315d4932be8ca=
- 1d87082
- 067c12d4428d3251ac54941464c215ff7e4f4c42f0c99d08f7a0b94c1a67119001fae7b13=
- 3a36cfd
- aa7d8927ea1330833e2298f1c2565d9e35a2e1c6635af7fc3500421aaa77b74ff4074f86e=
- a7bacdc
- bae2bd0d74cd5ac42d41533cff79aa3f42582235debc374fd8b99bfed9260c0de7e505c4a=
- 33b4830
- 3c42b8224d60877319ed4d8a375933b1cd4c1f1133c33debf9306caac47e3331086e36887=
- 807ee8b
- 57d1d588fa1a8cb197ef996913e043e9a96ac37d400bf3729c8212e041e825d4e2ab5cd8b=
- fb65dfb
- 3139b7e94ef781bc9a3f9e62fd88acbba7b468afbcb2038058b7f7e80faefa046cceda01b=
- c888ecd
- dcc15480b12d8636a266442089fb6089121bab800a5ca78ba5266b7c8e103f4562dfa80a3=
- a094167
- 9abc7be603f68f6d1af9811e7cec3acfb664ccced8aa3e1733104deb86cd76a9018470064=
- 301aaf8
- 2ce6a863d935c6e38a5b9299dfc6b7479007586bf1192b0a50d43f334a6f12b0bd5204c40=
- efb12a8
- d01f51e5c31f93cad5de1d508478cbc9d1027484ef08c557f5905add881c5aad8de1e7f3e=
- e31dddf
- cdd789cbf7f410d506666ef0a7a3a876faaa7f7e994a60e3b3e208edbfca9c1231774d1c1=
- 9d6218e
- dda8dce58263f5cfcb1816a7ff74b9658d08bb6020b60a1a165597add86e11d5bfb397f88=
- 38ec9cb
- 35c36be0fc356337c66b060776f108df81aa59b8febc23407820dbe97e72bcc856b5fbdab=
- 753b80a
- 719e9cbcefe886970bfafde42e292befeb06d35728cba65aa7ee107793c0c2c6f58988764=
- b6d8c6d
- 819a2ea52300db356fb3fc7c0116c73c768b2e84fbe84802d0656a0383b2ab46996af52d5=
- a7731e4
- 97de04f75f9a41ca837ee4cf8e76f4cf919094a799bd090db3f1139de393460c80b2d1838=
- 34295c9
- 42edc4c03f52715c53af547501e6f9bb595158d937c447452fd3f10c486019742003c3e6b=
- 3702a77
- 4118bc1054a6c26e9865b79bf988b8d450a4cc55690e46626ea9f16be793e2985822d6d14=
- 678bf5a
- 361dc7115a38684497a1a6f1debef180678c96c38b1c11fa8611ef10ffb9169ea3c7c0164=
- bb91182
- 2373a83152613f2a2a4568809287ae550ab9b03694101b8a63c7f9ff94844126345675aae=
- ac9395a
- 0ae4da6288094c6edcf5aa7946518a1c946137dfba7d77d8ce2c9687d02260cf4b92aa6da=
- a4a3083
- 53e9bfe84584c1141cb7a5e5c9eb2d55fab36a4982c1e1508e68c5be2f3e7cfaa6c4a2ab5=
- 37b3aed
- ca5677118df57c544760afbc326be2ba2d08ba6770e1e97e2dd685acfac65c146ede145ce=
- a84e144
- 0821aeba7a58a817919a19392bd49798a946cd04e5df429501d87d740a5ee6a7ade757ff6=
- 833960f
- 6ba3fd5c2a336884d4c4555698ccba15c5f66e04150195017f6b1a465cacb0c4599a09fc9=
- 85b2571
- d13b471e7778f0f4db7f1d177316461b170f9c6cfd9f7ed2e4927989b34ca94e3e2122676=
- 1432888
- 9c113f31d26ccdcbccdd373c1e76d233b072fc4bc67fe2c436b5806b91739be9b7ded0d18=
- 4ccfb62
- 459ed0d7863d52fa61fd263977612e330390c0d2c1064d282d18001c62230e95199f85cd5=
- 226e54c
- 6487874a080b41f7d9779d674e1668805e3e1756d54a65a444c11dcbe792a88799310812e=
- 9e96559
- ca0d3ee9089ac64c197a1abd72de389dbb02631a0162c2f4379fa0f7eef52e67a2aff75c6=
- f86c464
- ec1c84a0be1bb0988c7afa0a08f2d78fa76a2d19498205dcdc1a5a311cc307db59523c56c=
- 564198d
- 08cb2c0aaf8e66b4fbbded3e3bf1888e6d85e5a25b8e8054c0db165af0ba444b22bf8468c=
- e73650a
- b063fb3a21e17b2886d9e585c1767f5543631959c39e94a52707ce55372ce6e7a346f9fd9=
- 6a26739
- b6d56fd0888060e8d33d722a172bde19cdefb5618d85eee915eef8497befe6e91d8e8561b=
- 30b5fdd
- 14cf3df93bd39ee013c966db6f4fb3d2b108c6dec8ab9726b6d59a6808b809d0a476417fc=
- 51de0e2
- bf534fc0fa9b392e1e28f7416cd991f0e6f8d6c0dd1c137e7481e240f75cf590945dac49b=
- 05a3a4b
- 9337f9fc711029ecac153833c26f76e7e4e35ae22a8419aa242ded0644c958076cd0ad76a=
- 3fd7c7a
- cebad52e331a5714a39270b2e5991c93901d95249db9ca81938d86fcd0b67135ecfccde65=
- 6d28615
- 11082538b2ba43399642241e06842120f6a9dbff36182d87c79a4cac112a49b253ed49363=
- 6ae30fd
- 961854bbf9c786bb7d853247a17d2821ecb1d06ad0f92daae2f87a122f75e542327107519=
- d07e8f2
- 77c198d0d6c96eda83bcc2ab65cacf3f78016fff2c10505ec1b832d5ec90ed9e261faa6ba=
- af7e289
- 8a09bdb4dc1fe41914d72b8f5d3af3b2b037628c4b698d768ecc01165e59288c00e10fc00=
- b5c49e3
- afbd4a71ad9568d85239ed8cb62953d5d3b7abfd63a0ab7662c5947cc671af254e2c7f0f9=
- c61c03a
- 59abe79f0f96b0486e7c74be7edad86616048cf0b59bb29c6843fae30ac2fbc4acbd3a098=
- be1ddeb
- 21ceb90e6cd626e5a67e1c5cc51cb2a956b83d54b94eb78b4461457c576e87377a7fcfe6b=
- 1187321
- a68eed8ebb022a137cf480e30c6005210faf7d130fd7f8abd50f633ba78428c86eba55a44=
- 19478f5
- c9694a7ca9195a5df35d88d542374d0d81d802fac4eaaebb04a29006017d028d1e5cc1457=
- 45336c2
- 7e1bd35a8cb9cd09affc2a6c40d83d2dc8c34f26adacdabc7dca8f48c482f51f4c2c791e5=
- 54de0b9
- b6027eddea334ce4fcb358de9d1ff8de7f814dd0f18573355ed45c3cff1b3a26ece939d28=
- e4f4b3b
- 211aa44cd3369a722c5113045c4617b6b1fd30ca26ec9358f7d569ff366c971cba5bf015e=
- 67fd997
- fde882d992f495615a51a1f1da80a52f08b7bbfb68b5d93771385092e269be2a387e44bf4=
- 3fde37e
- 03e0fdc81f4b64329a359a6fa35c229c078c1a9c15cacc6fb116b6fce575a9f809cf7179d=
- 3079004
- 05fa57f9bf9d3104336f85846f9cc74f1f2208be28bf60f344d5ecb743654cab194b0e52f=
- efd7f43
- 460e318a36fd9444c469c610b7dd656c5b2f192181aabdb7bdf9fbd570b7743e60a4da14b=
- cddfb2f
- f87d9d058832ce8f2d374a4156bff0a13ab151c66aa643bd4886c04d137ba23af47f48dfc=
- 7a87207
- a56291c1ccb4756b72aa4babad6eada595236a63acc7fef1cd016b0f369d99e3ee193754c=
- 251ed78
- 36c32ac4efefbd81f8ee53f4c6eaf99c6d4e54a6640d5e5403ce9c7bf8e37444de9a14d41=
- 02798b2
- 428836e82f90d6f8dcab4b20a9d9b6f094c6834039c3d37ed225f396b5842ed038c1ac9a6=
- 56e70ac
- 56aed5e8f3ad38b8961c110bdef78bd988bb1b4cce9e3483d52389a7b12ba6f5a2b1658fb=
- af3829b
- 5729d8b659a74394915538533213dbd10b0bb38bc10bd5c289fb2696d4e8024612ff74c13=
- 894b272
- eeaa8e61a136ddc6efff11e62046e5b1ffff3370831af3fc7951e613dded6ff053b77cccf=
- e0efab3
- dcbc448bd529078df1356b4163e220df3837e61ac8cc28bc17088f55bd270020d2ba965e4=
- e2e38bb
- c45721cb5b23ff743ad98b803e127d91f9948d91a0c45b692e77ceea580f2ed22983d2c1c=
- d39b0e0
- c770929ffe8b1348bbd2b5453502bbc73baf032ab808a19db997699a7c30d7aed078b1ba3=
- e35c9a6
- f67f3f264d9ad3148bb0c7134cc8995d1d8e70a61bfb8ea48b17b82bf59e15459555200f4=
- d706013
- ae0e8726ee4e6f265d1a356c972d738e30a71b61855fd3f2f3b3373c876e6073df66dc725=
- 8787059
- d33609d3880b94a8185368ef0da72be5052841d533e426cfb8e76368fec120a0fe5edd3b3=
- 83a3c10
- 0baa742e2850c91224577dea16a937dc9c25e5d7c61b53be96a48761dde8327b3362fa955=
- 6521059
- 13f32247f22fc93ae164b8f5a25c7d2cb959012c48138eac9d47380d6d680c9950913e870=
- c7e12f0
- 92b557fcca9f62ddbd5485540acb23a2baefc103aafae635bc885a892a2b802c280860f3d=
- 558a30f
- a2061e939fb4dc4acccb283b56cd255afe0bc38619959ab1517f013604b5707de2ef60a93=
- dcc33ce
- 57d4e5020f6d0219de52f136639574025f2ac592c6eb5c224fce70563600fcbdbc4e6c03a=
- 45757b1
- b2af883b3c272d0851ede3eeaed56535860fa75c264472b6df3a28971007cb3a5e1795c8c=
- a401b4f
- 8c74cdc93490e35c727e0ae77ead357666a4cc9e3263f44558142b0eab7f8e8ec11019050=
- 6ef93fe
- 9b93c4792dfbec8d4bb0bf6b7c4a1a8bf01cd4058345918e6b4c7149450d1c8c5872fe526=
- ac988b0
- 3002ec2b880c05f731140fd08ac42a1a4cd4f9fade617b0b55c93cbe2463ce2d01d514e10=
- e0a2b24
- 973479dafef6f81f87c5a4b51ab37950452731905cea5583b0160f963869764980ed0955a=
- 7c3a942
- 81dfc8cae037126b45d513bab34c71697fb7d252c09f7d4c43b2700d4881e5a3cdb57f259=
- eea3d3b
- b19dd054983895d8177b1e3a93f104e1d20206fdb9f917d296e3efcb77badfd14d600fe1e=
- 1668c44
- 188412d9cba8c2578e09fd313c4916255a95395dad4a3417119a3b230a737d707cbe350b8=
- 0926268
- 0bf6165324db0000000000000000000000000000000000000000000000000000000000000=
- 000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- cleartomark{restore}if
- 0 100 12.00 /Optane /font3 font
- ( ) 137.90 346.70 ms
- 0 100 12.00 /Bookman-Light /font2 font
- 141.50 346.70 177.10 (if the majority of your work is ) js
- 318.60 346.70 33.20 (ASCII) js
- ( ) 351.80 346.70 ms
- 355.60 346.70 53.10 (text files.) js
- 0 100 10.00 /Bookman-Light /font2 font
- 72.00 304.70 161.80 (Copyright \251 1993 Mike W. Meyer) js
- 72.00 290.70 94.20 (All Rights Reserved) js
- %%PageTrailer
- UserEOP
- gs showpage gr
- %%Page: 3
- %%BeginPageSetup
- /u_copy 1 def
- /u_page 3 def
- % Call the user's page setup routine
- UserBOP
- %%EndPageSetup
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 696.70 25.30 (The ) js
- 0 100 12.00 /Optane /font3 font
- 97.30 696.70 37.40 (Macros) js
- 0 100 12.00 /Bookman-Light /font2 font
- 134.70 696.70 49.60 ( menu, t) js
- 184.30 696.70 172.00 (he only menu other than the ) js
- 0 100 12.00 /Optane /font3 font
- 356.30 696.70 35.50 (Project) js
- 0 100 12.00 /Bookman-Light /font2 font
- 391.80 696.70 29.90 ( and ) js
- 0 100 12.00 /Optane /font3 font
- 421.70 696.70 19.10 (Edit) js
- 0 100 12.00 /Bookman-Light /font2 font
- 440.80 696.70 78.20 ( menu, is for ) js
- 72.00 682.70 34.40 (REXX) js
- ( ) 106.40 682.70 ms
- 110.20 682.70 75.60 (macros. The ) js
- 0 100 12.00 /Optane /font3 font
- 185.80 682.70 37.40 (Macros) js
- 0 100 12.00 /Bookman-Light /font2 font
- 223.20 682.70 41.20 ( menu ) js
- 264.40 682.70 265.60 (allows you to bring up a file requester to run ) j=
- s
- 72.00 668.70 245.90 (macros, and to invoke ten macros named ) js
- 317.90 668.70 28.00 (PGM) js
- 345.90 668.70 31.20 (acro_) js
- (1) 377.10 668.70 ms
- ( ) 384.50 668.70 ms
- 388.30 668.70 50.90 (through ) js
- 439.20 668.70 28.00 (PGM) js
- 467.20 668.70 31.20 (acro_) js
- 498.40 668.70 14.80 (10) js
- 513.20 668.70 7.60 (. ) js
- 72.00 654.70 334.10 (Because these macros are available as the function =
- keys ) js
- 406.10 654.70 15.10 (F1) js
- ( ) 421.20 654.70 ms
- 425.00 654.70 50.90 (through ) js
- 475.90 654.70 26.30 (F10 ) js
- 72.00 640.70 75.80 (respectively, ) js
- 147.80 640.70 292.60 (the menu entries aren't very useful. However, the =
- ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 440.40 640.70 98.90 (Proper Grammar ) js
- 72.00 626.70 7.60 (II) js
- 0 100 12.00 /Bookman-Light /font2 font
- ( ) 79.60 626.70 ms
- 83.40 626.70 34.40 (REXX) js
- ( ) 117.80 626.70 ms
- 121.60 626.70 232.20 (commands render this point moot. The ) js
- 353.80 626.70 34.40 (REXX) js
- ( ) 388.20 626.70 ms
- 392.00 626.70 142.20 (commands allow you to ) js
- 72.00 612.70 248.60 (juggle screens and windows, get text from ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 320.60 612.70 106.50 (Proper Grammar II) js
- (,) 427.10 612.70 ms
- 0 100 12.00 /Bookman-Light /font2 font
- 430.70 612.70 108.70 ( and insert text in ) js
- 72.00 598.70 364.20 (the current project. There is no way to open a docu=
- ment from ) js
- 436.20 598.70 34.40 (REXX) js
- 470.60 598.70 67.90 (, or to save ) js
- 72.00 584.70 44.20 (one, or ) js
- 116.20 584.70 176.10 (to build macros to coordinate ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 292.30 584.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 398.80 584.70 123.40 ( with other products.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 561.40 104.90 (Likes and dislikes) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 542.70 458.40 (The major shortcoming of the product -- one that ca=
- used me to leave it on my ) js
- 72.00 528.70 286.90 (shelf for years -- is that it doesn't work well wit=
- h ) js
- 358.90 528.70 33.20 (ASCII) js
- ( ) 392.10 528.70 ms
- 395.90 528.70 104.00 (files. It insists on ) js
- 72.00 514.70 452.40 (reformatting them, and doesn't provide any way to c=
- ontrol that reformatting. ) js
- 72.00 500.70 466.00 (You must either make every sentence a separate line=
- , with no newlines in it, or ) js
- 72.00 486.70 460.20 (reformat your document afterwards. This includes de=
- leting extraneous spaces ) js
- 72.00 472.70 270.60 (and dealing with lines that are much too long.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 444.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 178.50 444.70 354.40 ( insists on using fonts supplied by SoftWood, whic=
- h make it ) js
- 72.00 430.70 63.60 (look like a ) js
- 135.60 430.70 24.40 (DTP) js
- ( ) 160.00 430.70 ms
- 163.80 430.70 369.00 (package doing its best to display an outline font =
- that will print ) js
- 72.00 416.70 53.20 (nicely at ) js
- 125.20 416.70 47.10 (300 DPI) js
- 172.30 416.70 7.60 (. ) js
- 179.90 416.70 168.00 (While this is acceptable in a ) js
- 347.90 416.70 24.40 (DTP) js
- ( ) 372.30 416.70 ms
- 376.10 416.70 160.60 (package, it isn't in a utility ) js
- 72.00 402.70 24.60 (like ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 96.60 402.70 106.50 (Proper Grammar II) js
- (.) 203.10 402.70 ms
- 0 100 12.00 /Bookman-Light /font2 font
- 206.70 402.70 316.90 ( Because of this, I can't really use the program o=
- n my ) js
- 72.00 388.70 68.20 (workbench.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 360.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 178.50 360.70 104.00 ( does not use the ) js
- 282.50 360.70 18.60 (2.0) js
- 301.10 360.70 213.30 ( features when they are available. It ) js
- 72.00 346.70 454.10 (can't open on a named public screen, it doesn't cre=
- ate a public screen, and it ) js
- 72.00 332.70 167.80 (doesn't create any AppIcons.) js
- 72.00 304.70 395.70 (On the plus side, there is a great deal of flexibil=
- ity in tailoring what ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 467.70 304.70 40.60 (Proper ) js
- 72.00 290.70 65.90 (Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 137.90 290.70 403.70 ( considers an error. I found it quick to learn and=
- use, and compliant ) js
- 72.00 276.70 51.80 (with the ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 123.80 276.70 190.70 (Amiga User Interface Style Guide) js
- (.) 314.50 276.70 ms
- 72.00 253.40 86.00 (Documentation) js
- 72.00 234.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 178.50 234.70 346.00 ( comes with an average manual. It guides you throu=
- gh the ) js
- 72.00 220.70 372.00 (program for simple things. However, the documentati=
- on on the ) js
- 444.00 220.70 34.40 (REXX) js
- ( ) 478.40 220.70 ms
- 72.00 206.70 118.70 (commands, like the ) js
- 190.70 206.70 34.40 (REXX) js
- ( ) 225.10 206.70 ms
- 228.90 206.70 275.10 (commands themselves, is to brief to be useful. ) j=
- s
- 72.00 192.70 462.30 (Nothing more than a list of commands, with a short =
- -- and often ambiguous -- ) js
- 72.00 178.70 460.30 (description of what it does. There is no syntax or =
- examples; you have to figure ) js
- 72.00 164.70 217.90 (the commands out by trial and error.) js
- 72.00 136.70 448.20 (SoftWood chose to print the manual is brown on whit=
- e rather than black on ) js
- 72.00 122.70 299.80 (white. It's not a problem, but is a bit disconcerti=
- ng.) js
- %%PageTrailer
- UserEOP
- gs showpage gr
- %%Page: 2
- %%BeginPageSetup
- /u_copy 1 def
- /u_page 2 def
- % Call the user's page setup routine
- UserBOP
- %%EndPageSetup
- 72.00 710.70 161.70 (The window has four areas:) js
- 72.00 682.70 347.20 (\267 Four or five lines of text for displaying gram=
- matical errors) js
- 72.00 668.70 395.00 (\267 Four or file lines of text for displaying a br=
- ief explanation of errors) js
- 72.00 654.70 302.20 (\267 A row of buttons for accessing grammar functio=
- ns) js
- 72.00 640.70 318.20 (\267 The main text area for editing the working doc=
- ument) js
- 72.00 612.70 156.90 (A typical session starts by ) js
- 0 100 12.00 /Optane /font3 font
- 228.90 612.70 28.90 (Open) js
- 0 100 12.00 /Bookman-Light /font2 font
- 257.80 612.70 210.70 (ing a document and clicking on the ) js
- 0 100 12.00 /Optane /font3 font
- 468.50 612.70 32.20 (Check) js
- 0 100 12.00 /Bookman-Light /font2 font
- ( ) 500.70 612.70 ms
- 72.00 598.70 47.00 (button. ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 119.00 598.70 95.30 (Proper Grammar) js
- 214.30 598.70 11.20 ( II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 225.50 598.70 295.60 ( then scans the document one sentence at a time, )=
- js
- 72.00 584.70 394.30 (looking for things that it thinks are confusing: gr=
- ammatical errors, ) js
- 72.00 570.70 410.70 (misspellings, commonly misused words, and so on. Wh=
- ile it runs, the ) js
- 0 100 12.00 /Optane /font3 font
- 482.70 570.70 32.20 (Check) js
- 0 100 12.00 /Bookman-Light /font2 font
- ( ) 514.90 570.70 ms
- 72.00 556.70 108.00 (button becomes a ) js
- 0 100 12.00 /Optane /font3 font
- 180.00 556.70 22.40 (Stop) js
- 0 100 12.00 /Bookman-Light /font2 font
- 202.40 556.70 88.10 ( button. When ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 290.50 556.70 110.10 (Proper Grammar II ) js
- 0 100 12.00 /Bookman-Light /font2 font
- 400.60 556.70 99.80 (finds an error, it ) js
- 72.00 542.70 337.30 (highlights the erroneous text in the text window, a=
- nd the ) js
- 0 100 12.00 /Optane /font3 font
- 409.30 542.70 32.20 (Check) js
- 0 100 12.00 /Bookman-Light /font2 font
- 441.50 542.70 101.00 ( button becomes ) js
- 72.00 528.70 10.80 (a ) js
- 0 100 12.00 /Optane /font3 font
- 82.80 528.70 46.80 (Continue) js
- 0 100 12.00 /Bookman-Light /font2 font
- 129.60 528.70 393.00 ( button to click when you have dealt with that err=
- or. If you change ) js
- 72.00 514.70 165.90 (the sentence with the error, ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 237.90 514.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 344.40 514.70 143.10 ( rechecks it, otherwise it) js
- ( ) 487.50 514.70 ms
- 72.00 500.70 192.70 (continues from where it stopped.) js
- 72.00 472.70 452.20 (The text that appears for an error, and the availab=
- le options, depends on the ) js
- 72.00 458.70 471.70 (nature of the error. For most grammatical errors, t=
- here is a short explanation of ) js
- 72.00 444.70 469.00 (the error in the middle window. For example, an inc=
- omplete sentence generates ) js
- 72.00 430.70 461.70 (an explanation of what makes a complete sentence, a=
- nd what things to check. ) js
- 72.00 416.70 451.40 (You can usually request a detailed explanation. For=
- an incomplete sentence, ) js
- 72.00 402.70 427.20 (the detailed explanation includes cases where an in=
- complete sentence is ) js
- 72.00 388.70 44.30 (correct.) js
- 72.00 360.70 291.20 (For spelling errors and some grammatical errors, ) =
- js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 363.20 360.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 469.70 360.70 58.20 ( suggests ) js
- 72.00 346.70 251.80 (one or more replacements. Clicking on the ) js
- 0 100 12.00 /Optane /font3 font
- 323.80 346.70 40.70 (Replace) js
- 0 100 12.00 /Bookman-Light /font2 font
- 364.50 346.70 121.40 ( button replaces the ) js
- 72.00 332.70 462.20 (highlighted text with the suggested replacement. So=
- metimes more suggestions ) js
- 72.00 318.70 466.60 (are available at the click of a button, and you can=
- select one of those to replace ) js
- 72.00 304.70 430.70 (the text. For spelling errors, you can add the miss=
- pelled word to the user ) js
- 72.00 290.70 62.60 (dictionary.) js
- 72.00 262.70 406.90 (For any error, you can ignore that error for the re=
- st of this session or ) js
- 72.00 248.70 207.00 (permanently. You can also use the ) js
- 0 100 12.00 /Optane /font3 font
- 279.00 248.70 42.70 (Project>) js
- 321.70 248.70 125.00 (Preferences>Rule On/Of) js
- 446.70 248.70 36.50 (f Status) js
- 0 100 12.00 /Bookman-Light /font2 font
- 483.20 248.70 56.30 ( menu to ) js
- 72.00 234.70 229.20 (bring up a list of the error classes that ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 301.20 234.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 407.70 234.70 97.60 ( can detect, and ) js
- 72.00 220.70 464.60 (disable or enable each class. If you have disabled =
- a specific rule in a class, you ) js
- 72.00 206.70 451.90 (can enable it from this requester as well. Unfortun=
- ately, you can't selectively ) js
- 72.00 192.70 319.80 (disable rules from this requester, only classes of =
- rules.) js
- 72.00 164.70 156.30 (The other menu entries in ) js
- 0 100 12.00 /Optane /font3 font
- 228.30 164.70 101.10 (Project>Preferences) js
- 0 100 12.00 /Bookman-Light /font2 font
- 329.40 164.70 86.50 ( set aspects of ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 415.90 164.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 522.40 164.70 12.60 ('s ) js
- 72.00 150.70 230.70 (behaviors that you won't change often: ) js
- 72.00 122.70 284.00 (\267 The definition of a paragraph during ASCII I/O=
- ) js
- 72.00 108.70 62.70 (\267 Whether ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 134.70 108.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 241.20 108.70 292.30 ( starts on a workbench screen or a custom screen) =
- js
- 72.00 94.70 195.70 (\267 The kind of that custom screen ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 267.70 94.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 374.20 94.70 56.10 ( starts on) js
- 72.00 80.70 93.30 (\267 How sensitive ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 165.30 80.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 271.80 80.70 162.70 ( is to certain kinds of errors) js
- %%PageTrailer
- UserEOP
- gs showpage gr
- %%Page: 1
- %%BeginPageSetup
- /u_copy 1 def
- /u_page 1 def
- % Call the user's page setup routine
- UserBOP
- %%EndPageSetup
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 261.50 708.40 89.00 (Product Review) js
- 0 100 36.00 /Bookman-Light /font2 font
- 139.90 664.00 332.30 (Proper Grammar II) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 631.40 97.90 (Brief description) js
- 72.00 612.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 178.50 612.70 347.80 ( is a grammar checker, and much more. It helps you=
- make ) js
- 72.00 598.70 440.50 (sure that your text clearly and grammatically says =
- what you want it to say.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 575.40 84.10 (This document) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 556.70 28.10 (I ran) js
- ( ) 100.10 556.70 ms
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 103.90 556.70 110.10 (Proper Grammar II ) js
- 0 100 12.00 /Optane /font3 font
- 214.00 556.70 16.80 ( on) js
- 0 100 12.00 /Bookman-Light /font2 font
- 230.80 556.70 300.40 ( this document and corrected all the errors, excep=
- t ) js
- 72.00 542.70 336.20 (for those in titles and proper names. Word usage is=
- what ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 408.20 542.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- ( ) 514.70 542.70 ms
- 72.00 528.70 99.10 (says it should be) js
- 0 100 12.00 /Optane /font3 font
- (.) 171.10 528.70 ms
- 0 100 12.00 /Bookman-Light /font2 font
- 175.00 528.70 227.40 ( The only place where I disagreed with ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 402.40 528.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 508.90 528.70 17.40 ( is ) js
- 72.00 514.70 275.30 (that it thinks "SoftWood" should be "softwood".) js=
-
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 491.40 124.10 (Company information) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 472.70 37.20 (Name:) js
- 144.00 472.70 55.30 (SoftWood) js
- 199.30 472.70 29.60 (, Inc.) js
- 72.00 458.70 50.70 (Address:) js
- 144.00 458.70 17.00 (PO) js
- 161.00 458.70 29.90 ( Box ) js
- 190.90 458.70 37.00 (50178) js
- 144.00 444.70 54.00 (Phoenix, ) js
- 198.00 444.70 15.90 (AZ) js
- 144.00 430.70 37.00 (85076) js
- 144.00 416.70 25.50 (USA) js
- 72.00 402.70 63.30 (Telephone:) js
- (+) 144.00 402.70 ms
- 151.20 402.70 93.80 (1 602 431-9151) js
- 72.00 388.70 25.20 (Fax:) js
- (+) 144.00 388.70 ms
- 151.20 388.70 93.80 (1 602 431-8361) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 365.40 52.30 (List price) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 346.70 51.00 (Retail is ) js
- 123.00 346.70 28.50 (US $) js
- 151.50 346.70 33.40 (99.95) js
- (.) 184.90 346.70 ms
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 323.40 123.80 (Special Requirements) js
- 72.00 304.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 178.50 304.70 353.10 ( requires either two floppy disks or a hard disk, =
- at least one ) js
- 72.00 290.70 19.90 (MB) js
- 91.90 290.70 45.90 ( of RAM) js
- 137.80 290.70 101.20 (, and AmigaDOS ) js
- 239.00 290.70 29.80 (1.3.3) js
- 268.80 290.70 57.70 ( or better.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 267.40 89.40 (Copy protection) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 248.70 33.50 (None.) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 225.40 141.20 (Machine used for testing) js
- 0 100 12.00 /Bookman-Light /font2 font
- 72.00 206.70 46.90 (I tested ) js
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 118.90 206.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 225.40 206.70 40.90 ( on an ) js
- 266.30 206.70 40.40 (Amiga ) js
- 306.70 206.70 29.60 (3000) js
- 336.30 206.70 33.10 ( with ) js
- 369.40 206.70 14.80 (16) js
- ( ) 384.20 206.70 ms
- 388.00 206.70 19.90 (MB) js
- 407.90 206.70 18.10 ( of ) js
- 426.00 206.70 27.80 (RAM) js
- ( ) 453.80 206.70 ms
- 457.60 206.70 51.10 (running ) js
- 72.00 192.70 67.50 (AmigaDOS ) js
- (3) 139.50 192.70 ms
- (.) 146.90 192.70 ms
- 0 100 12.00 /Bookman-LightItalic /font1 font
- 72.00 169.40 41.90 (Review) js
- 72.00 150.70 106.50 (Proper Grammar II) js
- 0 100 12.00 /Bookman-Light /font2 font
- 178.50 150.70 315.60 ( has most of the features of a simple editor. This=
- isn't ) js
- 72.00 136.70 470.00 (surprising -- most user actions that aren't simple =
- commands are text edits. The ) js
- 72.00 122.70 466.80 (only things in the menus that would be out of place=
- in an Amiga text editor are ) js
- 72.00 108.70 22.50 (the ) js
- 0 100 12.00 /Optane /font3 font
- 94.50 108.70 42.70 (Project>) js
- 137.20 108.70 43.40 (Statistics) js
- 0 100 12.00 /Bookman-Light /font2 font
- 180.60 108.70 64.10 ( and some ) js
- 0 100 12.00 /Optane /font3 font
- 244.70 108.70 42.70 (Project>) js
- 287.40 108.70 58.40 (Preferences) js
- ( ) 345.80 108.70 ms
- 0 100 12.00 /Bookman-Light /font2 font
- 349.40 108.70 185.10 (entries. The rest of the display, ) js
- 72.00 94.70 219.20 (however, is not much like an editor's.) js
- %%PageTrailer
- UserEOP
- gs showpage gr
- % Call user end of document proc
- UserEOD
- %%EndDocument
- %%EOF
- =04=
-
- --PART.BOUNDARY.487372929.00va@contessa.palo-alto.ca.us--
-