From: owner-TeXhax@nottingham.ac.uk To: TeXhax Distribution: ; Subject: TeXhax Digest V95 #16 Reply-To: TeXhax@tex.ac.uk Errors-To: owner-TeXhax@nottingham.ac.uk Distribution: world MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21966.817473121.1@unix.ccc.nottingham.ac.uk> Date: Mon, 27 Nov 1995 11:52:02 +0000 Message-ID: <21967.817473122@unix.ccc.nottingham.ac.uk> Sender: cczdao@unix.ccc.nottingham.ac.uk TeXhax Digest Monday, 27 Nov 1995 Volume 95 : Issue 16 (incorporating UKTeX Digest) Today's Topics: TeX with an SGML syntax? Re: TeXhax Digest V95 #15 Re: METAFONT versions of courier and times? (TeXhax Digest V95 #15) invisible printing / figure separations Keeping signature lines attached A-tilde A-tilde (reply) tex directory structure draft version 0.104 available Administrivia: Moderators: David Osborne and Peter Abbott Contributions: TeXhax@tex.ac.uk Subscription and unsubscription requests: TeXhax-request@tex.ac.uk (message body = "subscribe texhax" or "unsubscribe texhax", [no quotes]) ---------------------------------------------------------------------- Date: Thu, 26 Oct 1995 14:15:28 -0700 From: vis!greg@UCSD.EDU Subject: TeX with an SGML syntax? I read about new implementations of TeX and of all kinds of tools for converting TeX to and from SGML (e.g., HTML) syntax. This makes me wonder if anyone is working on grafting an SGML syntax onto a new version/implementation of TeX. It seems to me that this would give TeX a much bigger future. Old TeX files could be converted to the new syntax. A new syntax would present a good opportunity to revamp the macro system, either replacing it with a more robust macro system (no fragile macros) or replacing it with a tcl-like functional language; the point being to make writing TeX extensions less of a black art. So, anyone working on this, or feeling inspired? Comments? _Greg J. Greg Davidson Institute for Software Research and Development +1 (619) 452-8059 6231 Branting Street San Diego, CA 92122 USA vis!greg@ucsd.edu (or greg%vis.uucp@ucsd.edu) jgd@well.sf.ca.us ***************************************************** * Member of the League for Programming Freedom. * * * * lpf@uunet.uu.net http://www.lpf.org * * E-Mail World Wide Web * ***************************************************** ------------------------------ Date: Fri, 27 Oct 1995 14:50:38 +0100 From: Chris Rowley Subject: Re: TeXhax Digest V95 #15 Sebastian wrote: > Date: Fri, 29 Sep 1995 13:08:40 +0100 > From: Sebastian Rahtz > Subject: Re: TeXhax Digest V95 #14 > > > have not been officially checked and known to work with LaTeX2e, > > e.g. multind.sty (p.365),index.doc (p.367) and bibunits.sty (p.386) -- > > to be found in macros/latex209/contrib/misc but nowhere in the 2e > mainly cos LaTeX2e didnt exist when they wrote the book :-} > The whole companion and the German version have for some time now been typeset with the new standard LaTeX, and all the packages described are used therein. This does not imply that any particular package is well-adapted to the new version but we have neither the time nor the affrontery to update other people's work: we do provide a lot of information about how to do this. > > > > Where are these standard procedures documented so that a person can > > find out what they are? > in the instructions for LaTex2e; see eg 00readme.txt.... or such aptly named files as bugs.txt and latexbug.tex: easy isn't it:-)? Chris Rowley --- On behalf of the LaTeX3 Project Team ------------------------------ Date: Mon, 30 Oct 1995 16:41:46 -0800 From: mackay@cs.washington.edu (Pierre MacKay) Subject: Re: METAFONT versions of courier and times? (TeXhax Digest V95 #15) I suspect it would be formally a violation of license to publicize a METAFONT version even of the IBM Courier that has been made publicly availble through the X Consortium, and I am sure that it would be a violation of license in the case of Times---any Times, even Nimbus. But you can certainly get the Courier off the net, and you may very well have a Times on a pass-through license with your operating system. Make sure the Courier you get hold of is a PaintType 0 {filled outline) font and not a PaintType 3 (vector). Ps2mf will give you a working METAFONT. I would use t1ascii rather than the three-stage converters that come with the ps2mf package, and there are some other cautions as well, but when it works, ps2mf is neat stuff. Cautions: It won't affect either of the fonts you are asking about unless you choose to use the Bitstream versions, but Bitstream uses a clearly legitimate PostScript construction that ps2mf can't handle. Rasterized pk files compiled from the generally available ps2mf are immense, because all the hints are stored as specials in the pk file. I have a version (which I don't want to release until I have the Bitstream-related problem solved) which allows you to switch off the specials in everything other than proof mode. This makes sense, because once a font has already been rasterized, hints are of no use at all. Keep the specials out and pk files derived from ps2mf input are quite reasonable. I have always assumed that suppliers are not seriously concerned about private in-house conversions of their licensed fonts, but I have little doubt that they would take a dim view of the conversions being passed about freely. Actually, I can hardly see why Bitstream would care. At @ $40.00 for the 500-font CDROM, Bitstream fonts can hardly do more than pay for the mastering of the CDROM. It is the most absolute bargain in fonts today. - -- %=======================================================================% | N O T I C E | | Please note the changes in address and telephone number below. | | There is no Northwest Computing Support Center any longer. | | Until further notice, I shall be continuing to provide tape | | distributions and whatever other services I can. | | | %=======================================================================% Email concerned with UnixTeX distribution software may be sent To: mackay@cs.washington.edu Pierre A. MacKay Smail: Department of Classics Emeritus Druid for Denny Hall, Mail Stop DH-10 Unix-flavored TeX University of Washington Seattle, WA 98195 (206) 543-2268 (Message recorder) ------------------------------ Date: Wed, 01 Nov 1995 17:05:35 -0500 From: leban@jukebox.lcs.mit.edu (Bruce Leban) Subject: invisible printing / figure separations I want to be able to print a TeX file with all of the text omitted. It sounds weird, but I want to print pages with color figures and the output from the color printer is not high enough quality for the text. The idea is to print the pages twice: 1) print the pages with the figures deleted --- easy enough by replacing each figure with a box of the appropriate size; an easy hack to do this for EPSF figures is to replace each EPSF file with a dummy version that contains just the %!EPSF and %%BoundingBox lines. 2) print the pages with only the figures --- this is the problem; obviously I can carefully write code to position the picture at just the right place for each page but this is tedious. Any suggestions that would make this easier? Hacking the postscript output to disable the show command won't work: some of the figures contain text and this must be printed with the figure, not with the body text. (The figures only use fonts not used in the text, so disabling specific fonts could work.) Looking in the TeXhax archives, I found a similar request in TeXhax 93.16, but no answer. FYI, I am using TeX C 2.9 (on a DEC workstation) and Textures 1.7 (on a Mac), both with LaTeX 2.09. --- Bruce Leban@lcs.mit.edu @somerville.mass.usa.earth ------------------------------ Date: Wed, 01 Nov 1995 16:30:16 -0700 From: al019@freenet.uchsc.edu (D. R. Evans) Subject: Keeping signature lines attached Can anyone suggest how to solve the following problem in plain TeX? When one typesets a letter, the end of it looks more or less like this: blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah Yours thingummy Fred Bloggs My question is: How can one ensure that the "Yours thingummy" and the "Fred Bloggs" always appear on the same page as at least a couple of lines of text from the letter? One can put the whole last paragraph in a vbox, along with the thingummy and Bloggs lines, but that's not very good if the paragraph is long, because then the whole lot might get moved to the next page, instead of just the last few lines of the paragraph and the thingummy and Bloggs lines. Putting the question another way (to try to make sure that there is no misunderstanding), I want to make sure that instead of: blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah - --- Page Break --- Yours thingummy Fred Bloggs if the page happens to want naturally break at the point, TeX should do something intelligent such as: blah blah blah blah blah blah blah blah blah blah blah blah - --- Page Break --- blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah Yours thingummy Fred Bloggs Thanks for any help. - -------------------------------------------------------- D.R. Evans NQ0I / G4AMJ : devans@lynx.colorado.edu al019@freenet.uchsc.edu "Palindor Chronicles" information and extracts: http://spot.colorado.edu/~romigj/drevans.html - -------------------------------------------------------- ------------------------------ Date: Fri, 24 Nov 1995 12:47:39 +0000 From: "R. Allan Reese" Subject: A-tilde Just curious, but relevant to a problem I'm working on: which European language(s) use a with tilde accent? Please don't send more than an odd example word - I don't want to learn the language, only identify it/them. R. Allan Reese Email: r.a.reese@ucc.hull.ac.uk Head of Applications, Computer Centre Direct voice: +44 1482 465296 Hull University Voice messages: +44 1482 465685 Hull HU6 7RX, U.K. Fax: +44 1482 466441 ------------------------------ Date: Fri, 24 Nov 1995 12:57:53 +0000 From: "R. Allan Reese" Subject: A-tilde (reply) ... and the next person I asked said immediately Portuguese, which I should have known -eg, S\~ao Paulo. Any others? R. Allan Reese Email: r.a.reese@ucc.hull.ac.uk Head of Applications, Computer Centre Direct voice: +44 1482 465296 Hull University Voice messages: +44 1482 465685 Hull HU6 7RX, U.K. Fax: +44 1482 466441 ------------------------------ Date: Wed, 15 Nov 1995 20:24:56 -0500 From: "K. Berry" Subject: tex directory structure draft version 0.104 available Draft revision 0.104 of the proposed standard TeX Directory Structure (TDS) is available for public review. You can get it by anonymous ftp from ftp.cs.umb.edu:/pub/tex/tds/tds.dvi (also tds.ps, etc.) Also from: ftp.th-darmstadt.de:/pub/tex/TDS/standard/ And shortly thereafter from any CTAN host in /tex-archive/tds/standard - -- ftp.dante.de, ftp.tex.ac.uk, ftp.shsu.edu, and their mirrors. finger ctan at one of these hosts for a complete list of mirrors, etc. The directory in darmstadt also has a subdirectory `papers' containing other items that may be of interest. We plan to fix any reported problems over the next few days, and then submit this next week for the next issue of TUGboat. Comments and suggestions are welcome. Please communicate them by email to twg-tds@shsu.edu or by paper mail to Karl Berry / 135 Center Hill Road / Plymouth, MA 02360 / USA The primary purpose of this document is to describe a standard TeX Directory Structure (TDS) for macros, fonts, and other such implementation-independent TeX files. It also suggests ways to incorporate the rest of the TeX files into a single structure. We hope that administrators and developers of both free and commercial implementations of TeX will adopt this standard. It has been designed to work on all modern systems. In particular, this Technical Working Group (TWG) believes it is usable under Unix, MS-DOS, OS/2, MacOS, and VMS. - -- the TUG Technical Working Group on a TeX Directory Structure (TWG-TDS) Since the entire standard is only about 40K gzipped, I've attached it to this message. (If you do not have GNU gzip/gunzip, you can get them from prep.ai.mit.edu:/pub/gnu and mirrors, if you care.) #!/bin/sh # This is a shell archive (produced by GNU sharutils 4.1). # To extract the files from this archive, save it to some FILE, remove # everything before the `!/bin/sh' line above, then type `sh FILE'. # # Made on 1995-11-15 20:06 EST by . # Source directory was `/u/w/tds'. # # Existing files will *not* be overwritten unless `-c' is specified. # # This shar contains: # length mode name # ------ ---------- ------------------------------------------ # 77596 -rw-rw-rw- tds.dvi # touch -am 1231235999 $$.touch >/dev/null 2>&1 if test ! -f 1231235999 && test -f $$.touch; then shar_touch=touch else shar_touch=: echo echo 'WARNING: not restoring timestamps. Consider getting and' echo "installing GNU \`touch', distributed in GNU File Utilities..." echo fi rm -f 1231235999 $$.touch # # ============= tds.dvi ============== if test -f 'tds.dvi' && test X"$1" != X"-c"; then echo 'x - skipping tds.dvi (file already exists)' else echo 'x - extracting tds.dvi (gzipped)' sed 's/^X//' << 'SHAR_EOF' | uudecode && begin 600 _shargzi.tmp M'XL(`!*+JC`"`^Q<"W![ZYE8FS74$@IV&!,II9!6FDE"_Q@(+*,'0^6 M;:R5[4G,E*/=L[LWOGOOBP::F;D@#% MBGD$\NB03J?3XA:&$E.&4-'6I1#U__]S[NY=2B5]*?A[>O'?&,:QZ<7++IK]]T(F=L>83^ MS4\7K.1E?]%=F7^9LTFS>-HQK9+HO\>; MFK_;M/9K1DYLL4RW*$Q#,%SXUPN]\>B=_;!PW+MPKYB-A.;4GM&'K"VMJ4U] MJ\OX&3_O%T^/'(A\O>/EC,6R#FXP./:0Q2U;@V7;$\GV-=[I3YS:;OJ#/B_X M`Z-]96Z)9%>+0)F6QR_8OF[$.^?$X?:5D M:;F\<(B[IF76=ZI_DX:=X4NLOW]R\84K6\9JSS6E"W8IV7YT,=S@+7WP2!5V M6=-2@1O7=8F!45A+.'E.S/9?,1Y=M0R8C;TRO%?TVT"RE$>B_,!2!`BHVCEV M]!5N%30;N:G$,IL<4[@VAP7SD;19]$O>U,4/M@AF9/!B1K,=2QMP'0Z;:+;( MF*-;EJ?=`C=\A\!CAE\21=]'5JT/$^]HR?:GAS0G#XKGQ>X^ M7#`K4U];E=$6I05S@`8OWGQ?%;8K'P9@B41U6[Q@3%D-6?! MC@[/M'BQKSU1M``#+<,S0!QS)(6&Z6AI+E@1*>(,)*"!+NBZ`.8T;B>\^,\G MMCJX:/WI?3L'^H"VL+B0@F;9B_J`W=?UQINEL0.>DG2BWR=\V__2VXY'/@:#P7QPT M9-VQGI0WM?Y(]W8O=G)#-6_:CFCNELP8&6U8;!)Y!@L".T`.!UPLG@7I&&F^ M.N$UM;^Q4^?,YHH=FR.,-TU>[W(;96TC'[:;RP5?I5!Y`2@3H`B3Y[Y\\O+A M!O2<9/N$,Y1K=3+V%^V\[29XQA556&8`@2?4'::+8(6KF:6+C=P"$VM31"0[ MNU"F/5(<8"I?T@".72;+B#:Q4R\50-+Y%M';+=H[.B]MAQ_[^[H38@^*EHLA MG^O`*U<8%DCU[$1Y_**U)Z29+?O#%W==&EF2S9)G0'.QDQW'>TS#X8:#;L1- MC<@[EQJA/?W6HX%N*6`;<`HADY,&_?B^T=9>!A!"]7 MP5.6O2M./)#*<^3&,A''+)G>,7`=7E-U+]P9O?&]:J)F8/B4P;>O=(8G^D@L]O" M#6XQ'AKB7A["O1==^>]S4/^?P54' MI$/9VB[TD1!BC1QZ0?1^CL6YUS3R^!P,GP*0.@FD;92`,!VMA64RFO2*L2=N MGL/H$T=K30BM-836)A?RRC1S.,*U2.<&*W#;BYRZ=@ZMCQN9(#9U4FQ*809J M%EMU/LC)EE08@MAC02D!,>OR>V[NJL>L3A6S>EG:,@'!;_QL#L'/H!Y<6D.T M4P6]S:0(!N#NV*-?S;C>-UJS$EQHPYY^ZP[RB7B?J9LY, MMC_;>U5J]/BR[LVCY74[MJ>\6'EM%;PUQ-6IPIQ&?"3(K`LA(V-C(/2=H]?_ M:$.O)YO^5AS:%5D`AK1`];@N>W0K7.KLJ,[H M67I-_[QASI8^DY!?*G/96NL3G:GL[\9>>&H.TT\6J\6[?Y)LKZ>W:RB][7,+ M!8:Y;`DRV?1+VY+)>BJ[1J6RL^!)=3_4_,+&YZV2%^W]@SE\_^=XA%IAW81' MOV%3FS^M+>(9S$.*&D]3F7'E[[Z;#+6BNQ4X.P$3TW+PE4)#Z3C_[>XY0#Y> M,#OK8&Z4KQ/P[0R83>`#^_LUVW8)S;;MR62HT[E1H=F=,8N!?85?+$3+$W,I MS\<"8KTULU$5?KVF16][3`.\74,C6C1VH?_IQ3F+^]^(6=9?5PTS-!>4M*;L MIA9N6FM.,4VM9JBW'GCF_[.PI1"[Z@ZG1SH<6S7D+2Z80%WE#KYLI;?5HG0E M.I[C9R3KS8UJ3[A=12]6@IF(T6%S3IT_>8SKC8J>F8VH1L#VS9\#[-,*7><' M5T8A"+T%=SP\A^%'(_VU=>>XB9SC+JXS1R;5M7$92JPOUY+K:C=?1??BX`B- M/%&?'^_:LXSN*H^?'XF,'(B\?MWA*I1*W\21N6CDPWTN#HW,X=#7^'O9#/SG M0.2Q+]Y556-F_?V0[HG!49S/JH^:X=07T#8>CT1OB42RV7F'(Q&<4@L&[U[% M!?&.X^#-$TWORCF63(^:8RF/G_7FO]#UF=V62FSW*`XGB>+8EN4FQ(DAP:VL MJ[=XL=TO+^;#&A46NT<=42KZW(9X0J]]=X_:)=OA!1P;R]0FT$S79D;&QID8 MN-F$*"Z89;I&AC+9(2I5]$S"B[O#6YWZK!=.3/WK8WP80GN!ZR5)BJQI<`9- M6"X.+1EB4+,:`]S]X$:<`J,9+8O;K@Y:AP-H!9SW"H:R-(=3L,XSV&P0 MF%V&I3:Q]P`-C`RS,K,,C(XZWPD5B'5U>L5]:P2^\)M]30XKP$0 M5AJ4)R]*>`F'`@OT`JRE$DOT9DV:^K+51.$7;D-M,%&N(DCU?)7H:4:&JSDW M$L5,\K#=#C)F7^^V:]1$W_W[`J-,!S7/8J#U::9PI%%&+[;HWV;.+C+=-H-) M.%MB:4LPTZ8<9K08#3WB@)WM!*->L],4#`\2JV8E]LV?L$!=:OX]X(8=B?1H"]9M3>P"G+:N]Z%N/$0FZQ@<%MWW- M\37;!P,&J_/!9+GE]QO:,&P1/_]8;U_KIAU]U19_#P`$=-K^L>TI^'IL1U]; M1[5%;0])Y#&\JQ*_M8AV>VQW;U^U-L27-U%'N30JEBEH!LZ5,M`@FZP\P\GM MZ637Y$,&?%`2D<4^$]Y`@W]66F-Z(.OI=8*MZN:9"`WAN"'#ZEJ:1Z#_#6.; M\5;U1<%"T.B))7 M_>.3,]>L3=\B?[\O9625'"PY031FH6$,U#4,\IJ*$%"IFA*2/8(N!`Z(C`/J MK?AI%X#Z@NN\]7=`,POHS\@N\EPOSL*B2P/%BZ1+URSE`9675XH*N^28H=U` M,[F:LBP:DE6[U!36,)V6@['OC>55Y`%-M%I\=C!VZ`D'@J\%6*_WYI_V;;CD M&]@(LT%2>LEGM@T8^?O!)0^!G\QQW\SZ0)`//E:4?+00&W]B_E"@_C-8"01! M-(-M_>);6R$R_'AS"01CNL`2Q1%6@(#`@$\-D*>!7>4%BI:9LQ@QB_:/P((/ M0F;5."Y('XSG9#0-N$$,P(?4EO7T@ZI=0S3,]B;*X^?>M$U-JUY`)*-B=GLJ]62R96PS:Q#4(+X#L(61986^VGL&9RL MCZ;OPY6:KU1Q#L6`Q@&BP#%T-5)L0^Y10F]8`$1`@AKF$T78!T4-)JP5?/B5 M&1S2#KUA"+L;C;<2_L!^+Y[EA M:X/^;';=;:7]/%W;SAU?>NGFVI!V%9SI7:^QX!Y;0/JT2`^<5#,#2DZUX$2V MLYI\=RU&H_Q!11:^"-8M?Y&SZT14FME@E?%=WT]A^%%(U0?#HZ?.#J"BF?0L M&J'L15$V@C;WRC2CX^H,BOHL6`L[[>EZV!L\O$&AKSX>?W2Z%7^)!P?XAF/HC'*@P$1(/@3+^N#GRT\L)@#WY@#Q1:)U"(\4U#/F-O\&*K;L=(QF73CA:9 M+9!Z@3Z=]F[ MPK(-'PVU`D/Z&GMIZ;3T3O'VSM2^L#D?1'->*7)RX!@TM,"98<^(YGX0RL%> MWIF"=%!W,]CBC9VZ:]H$R.C:5ZHM8F+3[JT>T`!5G*9JMP!-T%)(1`$L,CWN MI!,M9.)?!87\@"Q"11:H)6RN9^L9"OCZ5T\,872"O'U?6)-6!O;3F-]BF@F+ M`*HNGLX`5H$)B*>C_P#ZR,D/!7Z;-+A^T"?3,MU%@RQO^"&E[_;&`I-9+D,K M$G02!6T','_^]I1R8T\#DUX\>VZ5C8AM(^/O3W:->.]ELX]V0RD;>>&665[[ MS[OQO8Z1\7DW3DTN//W0P!7A(QH%+=G^9ROAR9;UB6J8<:)J**^!ZZ4C-A"W M?$AJ*"#;;A%4LU4QHC(Z-;/,&@65UB&A"`0MTU6\"ZR!(,J:NF["TT/H6&$# M"D\`41$V1E7&,V"P#)K<>NPCT#(3`#LJ&5#]I4-W5+?);V0%4.D"=>DQK)=` M>A-935D9>71?.2_N$*KJZY"%"]2^)FK[',T_;>%A*@Z1,2T@R<2"/?+D5XYJ ML/.7;WZBNHNNN%<#I='2*KVA"IR1^QN`V@SL>;_@6,[*9@I]J*/2498? MZJK$/EQ39=6U'T-7I8.Z*NJ80GG\[*ZA((^2?LWFU&<)*FPLB0&@H#O.*-BR`(-K/1E41Q$#5?/F!)4]> M%#H]=_0?07`FV`_:5[T%0A59'CL$0"WZ("S,,+5#TMD'EF/@\-:>D`$\HRU) M4RJ.S1`'3T`:02XZ!,E@)5X]2Q*.N3\UMJ@3A-<:(CZW^`R;!+R M`JKL#(D14AL\@FKPH;#NU6-BR+>^\4M,.%[X<7U-&]1$S\@V`5"+]1TDR,@H M4`)DU;,([#(5Z"!J!LJ8O[M$GFRD(@XVJSG(O4#0%1*QC5S(Y`BZZVTF0L*3A8T M^O@PSM1KD(A6HC\_7X?@1HX,M#&DT`0;;48O$:TD:`B@&LE..; M%Z;D*S;XES%OX(;L>(85I-XHT_Z3:O\"DZJDV?E0OQ`6^Y/O=9.#E'DB%)BR MM,?4&*1GK@SHIFJ%6H@-Y"M*H;Q`#0Q:"LS)DV,J2+_0V)J%8,FP1X9FI)M& MKD60\EB+35]&.(!TVF%5&YBC(ZLVGL(,^E%!M06:UG(P_N>G:=E*O'CU=`&C ME.I0".0'5-Y7$L`-0?]0@X-&J+28!JU07&(*HU@DI,`Q8$"/WKD+K<*A>(9G M177\8^8&_F"-O30VDH->8O)'*=FF"('.(#$M\%8JW@OH;!6@D`'%7_@]LJ56 M<.T&2(5LQ&*R')E_R=>#.H#L8UJ#4_64@V/'4IZU+G*0VV9+H6Y!2):5^(Z7 M*#M7FHJ])B,EQW-"5C&HDVSZNT) MS/8UE-Q!#&ZADA[9:GM#R?V<+P,=F?[! MZ'V/5X$,3*>#\]JR>Q54W^@E*2SZ5463NFUFJV_6/D20[,%MD%]7HIEO8Q8H M7R=(66/O`!^EHADT$F\DQPF4-DG'53([>\=0,6`L^ M;!ALS_8C(Y78FTT/ M7ZQZTMQ(0WRD*%H#%/O1@%/=1&>CTB"#HNU6O[_$D"R MY*(;:KMG'Z$>7.S9T2J5Z%SV@FKZ`I&P)/5_F%8)+B`A@7#0\80(A`#RVK$! M%22G\3JM,`*NJ38),4X)EA6X-WHQ!FZJ&1LW?2KAW9CH6#TM=Y5=B%TFI*[J MB.C)^X,CHJ&,%8OV7U6G-23NI*(]_ENW#`F.E^T\!1-Z0U)[$P.ZYLAV9>Q7 MMU;KN,B7D-?)-D1UE6A&(>V;F14B%H&!50,I/!LRM96K05MWK%=U8/3-A\@A M`GF(82T44\$FFU?U=B6&[&@^:&6H*$-W*I6HDUM+`]TB"/X("+Y!98`$ZSEP MY\=V]HBJP56V9NVG/L)36>R$]1\)DG"J_?TT^G*_P(H^=;5T,X?O@/R@)^'7 M.R?DLP+7X)+/H*H8:M'4^FJ@E7VRCQ5XO5CK"LKD+CI3)\!JW6`)8HTQTY!) MH7P%@>]:(/]IS7!05WRI-T8=O3AK"MXVR*19M6(ENF8M2<4-[]^PJ/9*8X,7 M^]DCL`-UD52H`XD\_LY$FVM;;;H)'+>!VE@G:@/2H'JP^T0:6 MJS;$)B:*0A5O)!I32_,&4XVZKQ&F4M5$%7LR(#NP.=,&;TC&B;X)BD6P3&9C M7\"+1Y=",/COXMX$0(ZZS!M.ICL'&$$!%?'B4F9PIB>3A`02!287##G)P;%$ MI::[>J9(=U?;U9W,P+JNBH`<,45!4V94X&67%3Q6FU7A`SQ>,@OJJJOLLHOK M8A`OT'47XP&NF.^Y_D=5]R3#MXO?^ZZ:Z:[^5]7_>,[?\WMJ[LMAFCCBA!%6 M$X0V$X@1!8RM!'9>D4\A?DQG*K\)X\V\VJF4/ MJI8P4_P.?AZI$INX!7-:_`[5;DQ9I]$;832KA\)9(3S0948!=D`9K%_,X2PZ M?N*-D;<,0I/%%CEQ%)D#KR\1GP:;!?4&3%6%W!^5_DP;5]H*"3/C]^.N:V;& M)\7PQL41>AKCS)#70\.B(<*NM`)]H&)@;<+U(W.Q$F]K+/KA(/DCTLLL!T*$([^,U,Z^TD MHIQ\WJ\52(#[DKVDJ%XE%<,#)_J:]R*,A("#IWOQ:FL'@NQ[R[\Z%09.Z&?#\Z]\ M(GFV9M=/OK]-/UN$3Q6E'VDG44`I'047%,B:XAQ]08ECF76=O<;%L*+$RM%6 M:1R+8DI%41];HIWS2(<<'ELB\K7LPG/!'<$QQ=.56N2`$]C6#;7(I:!9..O7 MI>5HYHXZG$TP6L.KX6:GP.*T)OE#_NPFGV40GMYMQ^*JG(X=P; MPC>]]@,#.3PF`_ON')SHNKBF4NX86[BXI4,45!.#\6@VPS$BS=Z,AH!(5']9 MV/7I*"%0NJZ?;6NH1GD87E7"J2W,(6Z_3](G.V[FXUN/QO%3D)OKG"!P&'_3 M0(A6@)_#$B[W@SJ(Q3![TM-*!JG]H\QJL4O(8Y(4*\^QNK4%[@$/`!W"LF1M MW$+LT+Q%,/4Y,U,+]$R%7?5/:KW6[*K_"-5F`6PTULFG$#:"(Q1.%0.E-0]G MD0W[WHFNVQ])A!H]MBSN'7V(D^WAC%_]*P:KX\XQ;'D#])NZUN.O*",`KQ/. M//J&>[VH97LVL,GR#6+YDKLD@OX2X,5@P7$+MNBJC/7G@YL*9CUE?1-*7.Z- M[XL;D5\X:C%T!%6!9DLCI067J@-SX=O2YJ;]8[*EG()3Q<-@>_1TM$$M7?@% M,>@HLU!R*B,-F))<`6:Z)=X9W`SMJNQK+U_N,`0H'5*$&TU*?B/(Y8LCZL'= M2'V:",_DPME?6K*UPH`E]#$33R:WQ.=K=MVR7O*AJ3M*V*^&+&05M02)$%`Z M^K>@NF54?!3"S`6)O*62?B6U$N;A).*9!\M,Q[KIH1*BEZ83AT0F-3N6A+&I MFDL$:]HH!&71[*IZRFAT&(>GGL&29VCUC,.F\.C1)`^IGJ*WV?7Q!6YN)`>V MZL8U.&!+(>>(:`VG9'*=L]W=XEZT<8TR6-F&XI?R1KP*#4=QZS`S]L.5.[QJ M0$;(H*@,@C_4V?!Q4T\@D\R9>P&[*!%XPK[;[CU2#G9+2UB-([1]`ED^6DJ3 MXP!#M(B6']@"$8(0RV`?12,E?YBF`O-;&%#JP0Q\V_W8J')*H-+A!25.)/-[ MT%O:\B,B5%MDYZG[Z^5J:XI;2F+'9^09`ZSLH>%\^8UZB7.@)`=9"4WU!IR@ M@64B^:M,#H]VKS'^N]E(''6J@7K>_AU.#;P5.QA"G_4'5=\O2<*]1^W%]1S2 M1_/%+_%>)KR%A#4M,:M"$:00P8M_PROW:C-O$9EY%BO-,Y]0I866F;>2(1>$ MMLG<6*7'`+9\QPDMJ:CB+`UD)KCWPQ\"Q5`F">TFG1D%DZ\ M!]M3P7?G82SN+V:!O^))L!==5(^M&*]NN1B4&G]W0_(C8?;GCYWKQSMC<@_A MQM?,U^"KS'M^KX*>08>PL:_]]2I#4^L*44&::K=H*G\,#<0*],`\6M> M$!<;-3S!N1Y1W':RZZ&C*[`;/WV\)$[Y`1C4O$=`S?2LM`\Y@"?1&/JQE99W MK("GWKZT&'WR/B#K.1;PCF=`N9OYB5HFC4`*RQ>LM9W.7'ADTCLA3_N.Z MJS93,$%MNCTJR&ZBVG`_$!QX-,'!F,A\O%M>S4)K1_487RL.JC?;82:\UV?? M`9?'(KSB'9X3[P0[HAJYM9C55Q##]VPTJ->KZ?(8SA%WV,SKG`HM:='/5[:V>7IAMO<2("8O-VB^`_Q]FM_0- M:ER#S-#-:H;('B9P65UM`QP,`Y\-\!CQT\#::8+ICF'_QW#,14"W!P`6V0&` M6=,+``P]\)(&`#C35[+K,_>89`P&F+=7?(3;%N'(@FU5&%BZ:0\-0FG%I36(9G)"<22MUVE)V`[$T*N8<(#%2/VEG92OBSU,@\? MYQ?#[*XE;2P^!UYH6:*/-'M5S'/.ZWOULE.-E#76P^>BHVPT<`BX,9::_.K9 M%#!N]GE[$,3/50H@-++'7:2PGPX&W\$(*JM@`?KLG(@%EVD3F,\?E\4@@2B(H$<]T26T_5*:\)KC4J^GBL7,>JW M=\TDV,).I41_H],?!WZ,3N2L/W\-^RBQKAO`);$\"K([8(F*8!Q3NDM;(*J$ MAK"JHE!).Y/3!+*?7U)9=ARF\!,3+&R_#,A92("<+>$?'UVDN=FR]_0K;K:) M!U#([;KUU0]=;P&>#UML.WQL7)%-+3&%FD\`?T0@]A12 MSGI=GH)%S>Q7;K)B.9255=F*@(T\SKVK4!F?:=8]M**V_0U6M($NJ]"IJ9N@ M1-K[;INRX@9-1U`LU[=S(<&,/PV-XD($HHDV*L1]*UYM8LDE3M#^`7Y/0 MK5+N38M'D_"_M.]P8I)P!\YI2,X1!!^8<(DT'^;8IOBI;>PJ,YH]#A"!%K(0 M`T-@G]]V6XM@RB#3.U8D1\,\ M/2LNO44- M;WR.(W,,B@AT(-+&FBM`L/PJE8GHVM5DN3R\(*\N42:B+P4FHH+XV_Z=>&FK MAR*ZT\+F1I.%.MJ5ZO[:$QM!)%-J=-Q`8^*/PC/(^S>SC_^B12]*!/!44%7T M13`(@A<5/>ISD8<6N(6.`TG+*>'2R\)9'UWB*6.5XTG-S.SOX(`*32;`$PIN MD*MH^X6P&!=.2)F!E>=Y]0.4@7+6<4T294VV MD'LC])LD4V;6!+TK>OS^82?`G"C8-@C&8KD(UUDB(H$I]I+<-3/VY@E0[#]U M%1^$8_ZS@Q78+=.&Z<[S;YITR[@30'*>\)U)V7,84L,?BV8/9!<@[)%<8@R, M*@]`++!F]FM_77!=#!P'#0X268Z^C=N(_$X9E910G_NM+U!K$969J>B)UEL' M]F%A(ON7SS*!!E>FP1W4K:*ZL_;);!H\X+C3`@E!I7;A9MVRN8KG>ZFG.FO7-$9^,)5"[[WX&]ZEH',(, MMM&B[$281EL4.!<>]H'<9D9IJ+E4R)3EN85V($E0OR!CIEAR#G8%B:U1);RY M'XW4(J>L=\:&RG_1SLC^O`JVA`=^(F(?VAZ.A(X<69O6Q;*_BYV646DFXXQ2 M]5TS>^L<:]?-F?76R7*QWNJ=R#X;3!8P^`F2*)R[_M^')`<4*XNOU1MK1:;^ MC?JGA1BW0J04B61!+#6-+I\=[XO+#GAV7%L4X#Z!S4"&$1;X<5TB@C.PG*O- MSSO-]O-F3\_/N_C!/T&B=Z%@T)G&>->MQ]QX7CN!P`2G]I_\,->6"FS9T=$U M"C.3E&G#\%(,(IO]F*ZA4B0"J3(<#C/PIDDDB$VBUP1MDI4;E_)O3\'[HY5L M:]0.1CO)73AEB#'%J%W@%AMH4DYNPS/;ZB.YDWR&7$]2ZJ.P326G)OL[Y:8F M^\&^'WJS.5+V3V"-AB8.@*YLSAKX2T?-`'E+UDZ?>^H;6'2`?)WUB6LGX2S0 MIJ:][56*/OY3J>+P\-GG+A_'\>#<[*8@#@%MY?%3#]#,ON>KK42Z!9;JX>]S MS,J"Z'$DGU:ZY($[P[ZRE6U.P*Q)V@JR185X7#"#:2XUFXV*]4A@K9DY]B,< M'#WVVI8C";D@61.M!7ED*154;D+Q/'-\^:2AJN MHKGM:7:]]S4&(,[;&6XF0Y>D8AULL+N>E8PY@P!56E5MWP9,R+34D]Q>8<_^ MTTH&UJ4*8;<-T5E=Q'E<#FIX>=.?8$A8U@$M#AE,AT"N/G=B'6[>R)\;Y7K3H`I,F9MQ\:DJC%H6O5!A^B0I(G0/R0@>\ MPUE'?(6TYA?&+`W(R&@N0@$I%)$0Q@>H1`>W^:I3T9J\X4^$5N(0XAJT3 MU!FWXW-GJW,DI9S9^TUT'SAN;J:,TS<819OJL;K%ZP"+*Y$8U"8S6*MA9M_= M)";4Q-;=H(X60XXR&5NW)+6$\U@?AT2.9PR/OUU#N(@J4SB3:I_68"M`I()[: MI[&1]62IPB45.ZAWW0&U72,+;=M-_@IL#K\&%C)34U=D$S&MD3_DOOV))T5PX^^F/7(A@,89%W#NHEW3=KO"PUURW MN=77#E* M0>DQK6?";4WX_3H%2$^5,$2B7#MX#@&8 M4/U^HZ;4YW##*Y$#A'`)-]`&S4[2#NLH5D;'J_#RF#OM^4MRS=]X M'8("Z5/VNZK$C00.:TRR+):?D(*`Q7_7E5LH0X/2DUAAJ@)/H;DF03K,Q%5X M.Y[Q%LFJ(?(IR]B?$`R-AKC%:4`XG7[._]-@5N1="Q:C<=O>SRNC]L?W6[^; MWF_M$_21Y3+VQE;F=%4E[U2#!L`-D,WIYF,'D;![(5?;VF"7),>5#DE#91O[EB7#(5AQH MVSHQ3D<0N0AZ:.,)=,[@.W>=LQT9?>3^A!1%$X(X@+L/9I@I&GE(G#P%:?5T/+Z=(\!T/IFMNE9\4>$PXIIE#N(AJ\(@X2>GC MD$WAJ5MA(KWF=DYJ+[:#'7.F%^P8^>N7-JD-V@R$6/:*%Q3ECN2@M=\M2T&! M,I)>]H+09D"6C8H//MX8,46-IWVT7I,/QL5M9M8]@S^E;!VG0R5;A.DR+?ZU MD38ASD3*(<]L*&*0"%(_3&BF""OJ^B+Y$I(#`]!&NH;JF"$N@J,E46`FQF-K2 M/V<.$`ELQJ5HAT@V5#+ADT8APB+&!]O$H\'A,2(FH# M+$_*51$^)F@DBB,1D$(;C?`M&F;&8GS[(]]J&>X=UNXTE^0^XERP7*%,9V2[ MN'%'!S=Y`^WBWMXNZ9QBV`]3-YMJJ1F+[%\<(56S"7N@91' M=;Q1W9Z;3K@U>Y*F?EY8#'?`&LBL[@`O;D!N&N7-6#QT?IP=UFP+QZIZ!HU$ M0#A_T,S>^2$B$P(M__O'Q']G=9T*]UE9<$0ZU#GP)#R(*L>G8S7=L.!$?J,B MDB8FP`18!OX#8K/@%11\U9<>YCT)UREY;.`EUS]^,OE-/SW:$5"H%"(*1$ZD M`F?C;)=I*>QCV+JX)[I>.`'=1@RK5AO#)2]/CM.Z.7!N0AB8?:>?_,Z%U`OZS`;B!8B6C"; MR93QW#H5M;&.Z>"M\KY1+@P\M!):_YL!C?8SRS.*977;R,8?OP1I/V&]0>"K M5Z0(O-J7HJ?);)2IA#W%<=GN@1ZB-'`#BDE;Y@G7>S6[!K]G13(<)DN`)1[; M+_![G'.J;*SAM=T+>ABM[D0C:"39O#E:D.J`,HPBFP8WR*M^/517MA%KV&;7 M#>?C"NCN^\A#[S_**E3H,V4":OY[8R=(<^*E^4'" MV7]\@:I\*:*H-MM`D??S*_?GR_T,*H;/C`ULKD1=W4]RH;]1]ZN>`S^L MUW+5HN+H$/,7),ZE7](%)UJVD95*'O@>M45I[[*M`7;LW8IG]J'50B<'DJ;U ME+(PUCRDYO.;?61AU(,PL^`'+:1SP#L.5@G]AP2T/>VNVQ+;=9L[/==M[,:7 M/D_]"&*T!W:%2RH_7$V!!$HBLIT'GL71G[ZFW;/(_-^K+$-0<=]$Q.MJ<2,A MB#M/XL7&8!"M`R7_&=J7_;C@]@@F1J2A*'PL0D:A*W'%96'7DQ743$)/KJ"V$CWA5P3K M[(.B!B<,3KZM6Q&%KF@[*A'/%D[A"-NYDV8=?YA`;2B0C@U4IFJ!-27.B MLZ$@/NA&#!%/'MZ/?+I:X[L3K9VB9R*.B63%OS5M*AM\]T-PU<+Y\R=FWOV9 M0M6C<[=X_OP8_MU#7R/,2C&7!0W8+YHU28W5S&S;2&E/2R/K$F7\THGLNA6I M"5`%0E?=M]X7=F\N-"&4.R'BX/[O/#+PD/%.T1=I*CGEXDU)`^&Q.T?,V3I' MK8,9=>0#K$=V38)@5HEPM)E=_#=H#6`I+(:=W!'%[,5;2`6+$:6D6",[;$R# MHX]55'[.JQ[<4$E0<8/8^NV3G`$5/4DL98J*%O'Y%>U82\UCJ1UOVK^WE212 M#6<\_`98)MHP=-_;;-&TW")H7GZC?%+6H5 MEW-^JIDY_493;W;Z=8J70+(RTBQU5$%5[=C6*3LHPE5 M>''!$Y@N^+!2$:S;9'\'O3U2_%\E_SRV3(T$1[(SMA`.ZK`B^+5FIF_^X-6CHW+\V M3#E&)#+")BSJ%/)0$DL=>EK%>NRHP]FSY"2C M0SSK7OICP1DD;#9.7(I_MD[AA"6#)0N^+G)D93?1]?3?@21#001>[8&E9%Y$ M56\,#A8!5=U:+-]C#..G4M>CJSN8J%]=CV5ZX`R5P-.IXP^Q2PA7RI49+,+] M%M3\%Y4J8JKJ4H&AR:A,J4B?&"-LMU%$;8>F'3'^/,&Z0MFM$2YKC'0%Z2@X0C"#/O^V7;)K]E90O4=GT4WA@I:#D_58FH MRP41L0S_E.94TQTW,_G7R>FQGJ)MW(D_M@A,(Y!$WJL11;]$[,)Z3!PG['2F MVB8H,ZOFRZ1OA+HOJ/TY!U(;BX(#D>8B:#"?1.9%ZS M,]5]`UFQYAS0IE:'TD>_%DQDGSF9'%E8)025E/#7I7A^O'?E[B^=<<%0F'WZ M?J)#IR)/2:['J%)BJ]M%O+(']Q&+@9B*.!4*VQ72$0;<8O&D0W?#7AY.7&Q< M?CEB:^^=W9K_^:6M!6^.R06%;S`U5HX:9?QV@$87S`MLP'!F]GOW>IK@;"A= M!15,=#UW+<%YX?A'6.H:NV-U9*:$[S!'AD.!$^KE8U9K<9"/4.7!.7W9:S44 M'-5HK-1H;#HQ%)4'@@'-X1KFBG3TF,D)#1T8W45I5,WG:\P)MX"\>Y==8_E! M"\@/N@!VGU/R"E+5H^+EMC=$'&;[GE"$O%W[OM+26\TTO8IDYP2C:+UHJP#3 M78I6%N2R4Q`$9US'9!=LW_-^@ZD$RMF")A_#LZJY[B@!UO7C3<2$AD:_CM^0 M5R-RT7#J%@S!@,4Y#**22"J2W,-A=NV[![&K$ZE&#%Q9O;;`M9GY"EWUV\P\ M\<46(Q.E)9&Q]%"@6O65,75@VH0ED='`_!"\@FH='8G3KAB8#_,`^!>:&H&9<.LDS`%+FD9""-T9.,GD'% MAQAP8!#%/HUKZ\EDOZ;G]MG/#?,!-V8B733.QI>&<^[]=X>SK&Z;&R^,)25V M)`-3C$+FC"%T(ZZ<_SM;VR^T!=.2/?O[IWE#.8VZ+R%W[&2GN#191@NC;0*Y M,?>+CP\5N2\*UTNW!5].MX,OATTO^'+5NI>\&)R.C@L:Z/-[&)#G*/XNF5!, MOE+A$MZ`2Y>B;@H).G53#-S3R>_7H2C8V=_\)%*LZEB*FL5FUP_/2:V^JCN' M;4VPDD;-['DX@VO*0U16!6[<\^>U;PO^ M)T`.GFL;&]R+H^CNC*SB4;L6"-QH0O7DXLU":S4U*B#E'JKBGJDJ,&Z?$FE) MZ?Z4+^1T](12I(5)NJ')?3'M/M6*9BWLO M*`W,_S:,&*OQ'AKF>C!_.S^"$)#MNE7!7AQR+@4EC0>'''IWK%I#DH%Q$!!?H@XOA/H)[W*(@_$(Y1SS`1*ZI1N#&=<<\V&S5O, MX4P7-G==_FU*40_^`OQ@CY`D?2"F%0&=(G+3-(V\5.@WG^>/5J)S_>'A6-&3 MC\],U(M&:RIQHSYZ2F#3'M^EY*G-?,R@3HY&V;U%A3B5W2AQ6A(PR_UOOK[O MN6/T/IF3+^>#_,#\?]QHT)8`'@5/+BSJGE1=<+KYE:7NBW.NWW+<&C:-Z\ M[)9W#$9U_#W'')`O@$0@TJ&QEUMQ60+"T3KBP6'=.89,=WFF%H-9E6]!53=< MS`:6&.4I:N1U,R:4RRDD!Y(>$TQXRI.%SU%W-;]:L4%M3!7-[TLJS28R MRW]-TNS,;6W2+#&O.\^RI!E!@37_H8B<*A5X%NV_AOTQ/+7P;]D%U-GAL8N9 M]Q"_`-/LU_^4+,ZW$.A$L)=]_B>(AUZWD0'HD4#/H[);CI2A'0MGL]P&UKCD M@[50X/8<^-B8G!6A]O^'*+1/W8L4A1WO@F<4#BAB";;V$9;@Q"X+*&\.+]/7\?+`XITXK_F85=/$__)V2P.'+;US%0=GAX:]?= M=V.@[,;K+K),OH-372C)J.7J=.0B%T+C_QQ$,NJHN;KZ4'*T)<(#ZZSMNB+A MT#L$94?!@15$?[)[,@<#M'HB73AJY-(D/,2+'SJ@#&V)AP[J>NB#F(O98^YO M%_^'N$T2]YT+9__M\[H$)WO,M0<%84XE3.7UN\7\UJ$1-O%Y1/;%.+FBN$9X M#;CJ'=]X:9L+>H;M@AX^/1?TEJ^_M/G_SEI#'<&$RICF;F([0W5&#GHYOTN* MA*P]VFJ]2JO@5.44_O9/)+,/O:E>G/A.X+(7,^W%(5&+Q(D.\HH3$+Q^2E)03VAL%DN: M%TD'"5"6J&F(+6=(3KVB8`-?EOMDL$"O!U.WA!<2,,/C14+I>P][[=, M2QX3<@U<&U)>\.,4Q9`MLQ,%8X[!G]L=T!!S42JY)=7:A9:'(MKD[%,\@M*< MD6;D3+!B]W)I.-`"JX.=1PN?1]\,@'=8%AS-^^!Z4\;F<)2\[7-'LVO_Q MEHXNJL2F!#V16LO+=]Q`/%$@R#Q%E>3BHT5>?5F8.69^LD'#G!YGR@91'#:2 M]#2*>F%*Z-5Y/_E<.!58J^'WNOQ*8!6(U$(QJDGANI'J!G^3XN6=KK$L-=:> MVYG`]4("VC6S/_^@`J%,,<5P!1,5$\WOE.RHO>&L\U^9[#\BE8?45Y"5D,1% MG4!QY)B5T>P_JD]Q&HTL+!R!79?4D#T;CE]E$5Y"+RC9M]AN MCC0O3XT"N'#=*B?7.5Q[8\@;G.[UN%S$JG>$@XEN:;Z+'+& MIEPW5>6PA_X''0Q%IYDL'5-T=B_P$ M/!&A76OK;*#!BR[=2&W21;D!$=U!HXR1."X`3UCF/]YWQ\!\VS1_V?1,\SO7 M_0F:)B\BCM;-^/!(R#INT;$.DGO")3UN74$1234J=E!S%E&)+=UU*]G9%L5C M_RYXW`]^[=N'<'F3:[=+ZLW"DR[]&(XSS4%PGVHG81>:Z6'?ON8DUSO*"/A' M0@?:P#SC/O28GZ-IKW]N"FP[W(R>%CSJZ;^R]F+YK5_\$QL?!\MA\F7VA:?U M\.K>)=V>H+1W@S"@#PU3(JQ5)%'Z0EK*U:: MH=B"H9.WWFZ]8QMDS(Q@?BKM'B4HKO#<>'!MZ&+40N=+AC[]T@]WP`^JH57+ M&#H2*B.FRP#T@TJ=!8^X?-\UG>M(IAC6/#X5$JA!\V4UX+I+WS?9#E],SCR. M9F-0#_K.4Y-*FG$[G]TVELE>4E(6*C<2HDES*TWLI\;NE/9)\-6FQ80^=2_R MP&`:R/QZBD-"Z964JZZ&,=DD>R=WBJ-U6MAT/E(-RHG(Y/Q0KB,U/QTS,!04 M229>_@<35)W&!(7M$_0_GPUS5XE0FQLG6FHD$DO6I'1.+5ES6C0CKEN]1>^H MH&V+U%N)4]&!3_,@A\*.X>IPN)`G)@Z%L%^:!Q1^7C6R_)BT!5>^*M!#A\&8 MOM50"II1;55\2.UKUC!)DCB%\",&AL3LV2KHT%N/B[C;1\E9[W`097:PB#NW:9&4JZ(31W.*=1:!V)4?-@V*D@9^'\L`53?KA9)@THQ".QC*"7V MEH0W?4N4BW.S,#0FZ#_,FS.ED!XAR4#$$\DD1/J1+!(B:P:9[4>/PY0UB5VD M!DCR_"#P1MGSTUO93B_)&)@.-)&1H=3#\CAC(?P/UT4HN':UV_4#MET_;WIV M_>=^]B>@AETDU+#I0#$U>L:`$UEQNS]50Y/_J)MN/*3)G[+UDVQ\8#FVENZZ MZ\CSAD3>@+CKM\UX^%L9AN&VVSZ@_LP5G7=C;`,<3`PM%R[67^N%NK:7FHG1.\]!"&>IL6Q=\,U\?@UCDBL9I!Z3W,[OU08<6ME&2#OU[97G6K-UDEI\4QOD]C04P44 MC MA"K5M7EPR M]91>>MK8["799_%O'S*99"\>R"RS'7$G.16Y"?ZA3PX\`X9TU/W3<5`S8KZN M!V@1'Y&FV`:9OW?%EO#`TD\.KH]:9:]6DR:8UO/`N94?V\'40';J),X@'JQ M14[+"BS9[$VVUD\=DU*]XNX,3N4XY^2I(H&LER$]+EI>+4:M2-=-P]BDIYJN MK;G',@\5C[QD,#K[8#AZN3CL^]L5*2WB:.5[W(Q]PRZV,P.%U+9`EJM"PU1A MLZD1G$K1&VG[A9EG^)>Y*<;Y'QK$4W,.'!^0$D.5NDQ&H9%G#1;]%*RSMA/5 MZHV3=P#C3^Y`9F!%CG">_P)=?L(_/"=1L,%=X?PU;]N*C0P+*[BW"W8JJGI8 M&[SKUE=]^6,).`0K1"G+!)NQAA21;4W^D@E(L)2Q@1.\`'XW52JR4RMCNNDK MKK![=R(#YYB;%]X1M>A+P^R&/U-=JNI^[',C6AV5)KO)I7Z`U-M)<58[*AQO M]R&`R7K'-6`$-#.7_(A3.ZK^%/Z="[,?K`^&F4M^*.U*.:E#K83,@U'I5*"` M]793Z,@IU?T1%U-TJL6"='V#!;+Z*P\3OR_G3F%TY*0NV]WL*.QB#!/%;T%W M:E$(V.IZW=[Z>"OU?Z:*:G44P:!3*Q*M`\JB:(MHO>@OF39.0N9 MID%!P@+3LU9JYYK9U_43KK>SS%;H46G>U4QP\+RI$O$O<'YSG&Q;8/=&]S MUME7CIINME@,AF-+5^1($W0I'HQQ0Y6AYE!C]H9@;P_/@;U?(=G.HF?OT.8- MK;XS%B^>'Y5=MQX(J@N1E2*AJ?&$ZFY79(JH]B0L+0^1%?AQ@30*)]-NU[?6 MM>_"4.R)4*4J+B>/S25IAFBS,_)#W!W*N:]8V;<)K,X-ZUJ!8.BM9FYIB$=' M7`W2&XO^A%_+ MX<)&F6S0N1Y#QBV,;$<`L^ MA,L=9FO7MZCHRSQ5-#G8NF+RS]!YG0__.`,MO(\_B.-1="(`GQE;5Y_PF[6( M#E9S6T,&V69V^ZE@W=`HJ-?AQ8E2)!?.N6=5]Q:UQQ3WCM7XM.R-N84^8J$5 MH:$;G288^:]\M*T+C\7R`EO]4*1:L>&89+!;M2ZMV.`U=]\SG;YP,$2GG@[T M\&S4<1GI`'$"*_8&8JL!#\R1S]'\K#J$@6:^+ MGA=^8+8^\<-@.>#.F^]]RHG&@PGX-1=71%A'<<++F=C8*U)!-PZC`"ELS>B1 ML),D,DS"`ZNPQNJAM:O6#ZY;E8M:F/#*K;IH2ZLG-\4K+/P>M5,A$V0BL_`I MD$)EMJ2P]FTIM?+`,G)\B7C@BH4+EBQ>`D9I$#NJ1MXMJ+ISY%[63]:K*7`+ M,9D/L:,+Y\M>WB]QT+7MH>%IEPU,\;P;8%LVL^^J:,'03LHBQ(,D\PN@YV[_ MM9%)I/ZXM25"Y;O+/C;O)QPO7+N@?^W"_K6+^M>>UK]V-Q9SRYH'O[>WR^,%D6G18NC)='IJ@6.>&+6[=DIH_L1>3L?X$`9 MO3(YJ0?1[#3Y,8LB+L70HYZGB<\3+<0G6A2^Z;V_I$=22'EFM?K%%Y0N@_,$ M4H/DN@-VT!YIZ:L4$H@U:Y98@X39HW:584^1[BA51QUD4?'RR7($4_A=DAI- MDF?D.-?<,A(BP%;%NDW<@3'O93JA`3<.J3E>"2]!QA`\M('XS5;CWN7@#F_] MZ5`R#PS^,!RR1J)CK^KEM7=$=QLF@T6S$[#)MG<-5^'6N`"9Z3D+V-`.D_(U M:C3`1C*(T9H`M:C]"+(KU!$S"1B.A`RB=(>!Q51$\LJB\WTUBGVA4JT4N M$=`YP79\H.=^NQIIL$J*'?R&3Z@FD]KX(HN`C*0*L4^>L_04)C.;D+NS\\6&"8 M(28R!-?]#1C9\A946ZZGOI-JA.P43-\O9@)^ZN^8#\!J/UHNNP6/=ER-+,S= M8F%B:?JSB*T_%+PN,(!X')N#N79W4VKJB3WLQ+HG'ODCBO@/\B2FAL[(O.]$CX$LKAHWI/>&"13J=17)WI?:G\4 M3*%_LU^:N0TI35$JG3B1_=*[C$$!IEX`'C$EI&!PM,)ZPUG'W@[*]N6-8#0& M'R06=@TX7W,_]2-0"S'+\5C"-JJWH\9$V_ADRZ685\/V%76WRDXBTW;$>"J5 M\X,,B,A73,=`7D&T`)-#/?_992*TSQ7"O3 M7-/1'3_$2!PQQ!@(MH0+JDA\`5OF5V^E69]"CO1IJD.1)\W,U4_3QH%#$C6J MJ7N2?T#M7V'DFW:A6^V#+3Q<(H8-55N"\D8',G!CJ]E*M+._W;"V(#N!RY?3 MO4L>O3&,B@>/G']U\%0`TI7&T/YPS(02BC3(KQ"OL=`6JUVN,-:IC7Q*,_-O M_TFYHV5A]DW+DM4B+]P,"E/"6(15ICAVX)=0RVX`2^/?_D&:D%J911,NSE,# M"AC%OD#SAA"2O):^7(E;X;2FEA'L34G@7U=1P`%B&Q3C+('%SCE8K&.#F]4_ M)KHE.>,%I&;$`T>BCVA#AQX9Y5G@GJ;*!BPS?X$3FR^,DU.#*#HD*7!N^@Z%+O?LL&IN)W)5-9;IM M,(L0]HU7)4^)6#O.L24:\9@@&ZL3)Z0$O$G;<'?Z/73C*2(TEPSW\]I]1AY'097:,-+!5@$S M[/C8S'S^&Q12Y]WD!H8\JWTJ<;@8C(QZ/-ZD^\V*NK66B9$\"YEU?H81.QA6 MF]BQO).]G4!H8T$$V>=J0]/BP-G`QAK9=^Z!QZ`B=C)[F?:/5P`GEU_QG5M; MNLY=!7+HMK0-A4(&_)3;?@X*A0D'^$3DPCDWW-S9.C+G_&;[G$]T/?KF43`@ M(C6+BQP5QPAE'"Q%Z:^BWF-^P-N_ZC'YT9-0`_(O@VV"B"K(*@,3)" MIH?<'M^/P]'=N MOH3ZPJF#I8=H9FY:@'@XI[;1\L\=0YAU5O%KF+R_8JI>!E1HTL[_>2-U(")N]D8KW#4 MJ<+.N.KO2!QR^I(I"ZF"D%ULD?".(K)5\@#N;=)+1K_"0`I"R:VV-8VY`%F0 M':A1E0A/;;VK>!YX[06B&>>=,X%6/FCY4BE"`[A.G_/I^!0 MD3]8(8Z(S;MD9N,:!H"5R5A'JN9_=`FPPO_H:Y$\;*:3DKFL0CC!%T@]5)A]K'SZ:Q4 MT%*$HZ4;9Y-<@!FRF\XI@Z*D@E"H%8Z-,2@QD7GV.O4Z()NEN2W*98]+O)T\ MVQJQ8A:AWG5.G-S8D1'_4EZG[%/6\V'F;R<+/M@J?S^<9$95I(I-N,!@'.P) MMI=7=CG-`Q:]]Q7A]2H%M#XPK8]27E-4.E4XG5S/*Z7:XGT0NV-4<[@#(^;G M6<6 M9$?A'4\775*&-KF?38$J4"26+6V*M).F$TU1!AL+'TK#^$$)77H$;!8385$0 MK:ZGW[=WY:H56\%M?KK8:D^\4/[O@G58N+H2$??=V['YR8&CW'(J7<*T]=@# MI:9B/SW(SGS41M2L*W#XY"]Z(]Z/PPORO=%%A1T>#FW<=80<7?R6BSN$WNYZ MQ8K'6!>QG=_L>G*QQQR3G<`!Z5K/)/,V'LP23WN,Y1_V<15Q1G74V#6FZ[DJ M2)C&!-R/6'3G&>Y$V!*/_51Z:-R%I&*,$M@?:BF:QF/-76%&3[8L* M'FAE$EO2[#Q5%X`6#!G<'D@?DEFX\HJ2@M!0B9+9$TY2Q+Z9$U[=1NS;41_M MX07DT$P@"5:0TQR25IR8$B=FVE8=+R>/J)F]_1ZZA`M)&'U0(X,881##L8^> M:,4EWPPUPJ^_;K=XH\Y1G%5";A`2H+BZP4=7!9N/]_FU$0=GJ*`*T%58DV/D`><);!;0 M>T<,'&4`-N&>/PQ996J^2OQ6,*8%^Y2L8FU^N951G!0Z<('*3C#=,_8MR7L8 MS=+!^-1Z-3/'WIU8,GP/U`=>(6(+54^Z"J*`)7#R/W`>D++'Q]XMQ,Z.SJ'F M<26-K,51N<0+.EHF>J-%ZRN)Q:$<$C]6B"5^UU8=2X*("=[IH;I^:%,5CBAP24'MZ\L+$^!+B=#.#E/ M9(;%#>/*YG-FL+@V6__(66$!'%` MX6G4X.!D#IN9C6TI&^N&!SJ4\.3]0\QRCA-$D0$*34=4XNDKFUW`P82<+R&[ M_1[!P?1*^ER0O`1%L"2P=$\@J*R+$B)"F[5D=RHC\6SZ(9`>7`JJ_JS'PQV> MPR2ONF7KY)95%ZW>L'[+YG=MWKI\Y="FJ'4(\68&3NI4TEYXF]4O&YRL+]T& M&[.R6?RV/UFR8> MI/3QFF6GG00K5*P M]6<^D2SEQ4J"S;N$B@4CQN`17?TI"V+WN1-9.7[N<`6Q4RY$D3M_I'R(!.7& M%"!+.-"/O`I='+I6U1605-(Q"\5=BH&=)^Y!/]R=Z/KJX9K>'S<['9V"6W1` M5L7B8*YBV2Y%%L12]V1^+;RR_$QD;'^-K2B\/?XI1*)%LL*B%DVZHCB/FEM M*+`3-\JOP#JXCBEF'1?1 M(:FTGVH@V9=.YEJG,/ACT/0FX]X4U$V*J3>%-",UFL+DP"`XBNZ2@/%[L#.1 M7E%MX4<0Y3JP*SSCM3>0N4UB@1=7).?PI/ MSA$G7F1MZ:%BLZOZK%/AR#T*@HFNZA=;;?M5N#^(K8IO&[$O$7<@;Q/(CU/# MO?KQ6P5.8PYZRDQ7P4\OA9B+K+X&R#].@0+A_N)=PVV7U$E2$*$=Y>!=!5#L M@<5C+")(%Y@@2*EE@-M/%)X$?@ITMVQ`6\'4JED?G M?@&=^PMQEL&7QCVW)#??BMEUKRH[7DGIW+[M9^>#7*,\G(/[1RWN/D1B,"]- M+0R87N>W4XP32#$_&Y,8-@]F:OZ/M)<=?WD MPU1`@-#4''->PC_*;KG50\@)YH(24*#(ZH2L0%=X\E>ZF*6?2_O!`'_H8ULD MIVH[H')9+E\1XG:+#)&2X5[!0W31Y#IGN[O%O,"5>:!09H&BUMS3DGUBS%W;M&6ZI-I>@ M;19>=8Y'U4J.4&/;6H6JY(@X9MY8.'/1RGL]]4+=5@41;7R./\DL]TBV)ZDF M;8,B2:=XIU64E[@=%>0Y^_ZB9JK"1WZ4HM_&L3-9(@HENH"//[A!>%4W?K-=[.C^LQ$^L#HK2Q%@_!<%OG6\#/R7(G2S?Z32Z%?;*I.B65"=JU$+%"XJVOPI`* M)83668V2N?+XL!6WOVXPS`RN10MN(C.XB>)FX+TQ'";V,0M9JZ&I2HAI=:*# M96'FG!?0/C40AE6;ZGY<;=1C"E>SB1A3`DK=FVKPV7^P/&:++]TJD.-*MP1X M<\6NL/\/ZX>"9O:>?CJL<'R&L:R1NC_NO'GB`7CXLRP0YTI."C>S5W_2I`^N MWM;2Q-^JD11&9&M^&7.BX,_.?62Y+R8D9X;1(#5Q0L4697*+=J>>'_Z9":DE M(FW4N!)_7I/>"&"P(KQB7H7PFH(L&*$>;](BC8./?M6K*'9V'67[QK]@&)<[ M6Z)*T\-SB%!2.MWLD3.P!SGC)#-6=\%R%E"2A!8+B)GG$BEUF2Z7$:CF.,B_ M.]FR<\>(X$]U>"A(0L7'&%?00^/4W)$&^?DD'KKI2.#;56,R"+E&D@H@L6>< MVI461R$UZT(<*`'*`K<2N"?V)%OM7M]GP1$HYE)P'97^,]A$A]BKX%PT7&6* M8E@3EU7["&WA^Q)&>I-MF-#$U7!6DPCH6%"S$7.N]=&)KM_\VDH4D;-6\TNQ M4R>WKUWKLG<.!_/\/PP58X/`C>I!3.\5J_*E.!5[LA)2JEK#;V8_=[O3%IO$ M%J@T"112%Q`NF]!CN"*H=@6X/6ON/7:Y%`:6N-=T!=$FO/7A3O-TR^]_OCYO MU>(A!&7,+>B:/-Q%4;?QT/S8E["HW9*2+#],8_SG<>JP=01?J#Y]*F]%$'D) MF./J5USV/;1\5G$QOD4G4M+6.I!N'@49_JFGY(_@&4D4^&*H\)?+5=#?2+_] MU.D+2X95^8(H8CQ7W9@[ZB,^,ELAXW.H]Z!E:&:N?KN$%J(O=$53"I!)H$89UI*G@D59(4I!B_LZ-O4(UTG!+R']D)"/(72Y*.D@$%.@IPY`=03$G.V32@-!1)X M40D=DL2SJ`Q_I$&!V-K0E+9FWOM:!L-*[JQ1%\"<+Z>)+#>$"DNNJYLHEC%) M\J%KVYABR(\-84P^R>1RXI^Z^9,4+6.>AN[*3%5\/Q$<"*-Q\Y8I*%#E&K?9 MD6H6B?3$;DEKV/6R'BKWI4ARIKG%C;T$KUT1K#2H!LXNJ=Q61]6)LNG)RS"! M4_(#KJ!A-2TMXMB-6A9F3P&='Q7AS]XPFX5+V5;KC#N7(_ODJI8JXU3=^G`J M50FEG$BL4-UQP.14=_RV->K!V"C=8DE[9!^;I.VACU7LJI2/5/MB808:<-NQ M5W"%@Z2P?)[2::J+DA1^%=V2[I]$>YTJ*<#JK[M6](QTIV[SSF8PW=9P(QC$ M&5;[=*Q-($EV_G$IF9#8ZEX%]4@@Y8XIG+E5:&?S]8>9\W\5^%H8Z5X`.+.[ MA4'@EW_.I@'GU+AU8X>DODHPDG_-1XI/DT!38T0>YXH\GZFMJ@1(:P6!M%;]9/7N M3]6D4Z)1&7K_9?]VO-T,D9&4&D(@%Z,(=4#T9H(NZE")45O#H[* M/SZZ13A1I,":$K8$[H2KP$6[>`:9K1<^#.]=\HJ6H86@.4-`+98"K:_$OPO\ M8!W@&@&["-QSTFISHMO=$@]6(C"JQAE:&MK#<*JC,-<, M/7<1UYBS0VNP`JBT3_]N=36^3$5YWM1_=P];*9+.4:6,JJJ/R+L4281J[(8$ MMWU4XY)2S\I'8(2$G&P+4)CJ3,&5EQTH=M,I5[48>6S0K2,2Z( M5A]GR6[+DG?$1#3*&A'%QQ_+B&(.[*5RY+!:>21OA"/^W5>D;>^)[*9'O(JI MMIQ'=O/DEM7KB.2$N$P$/Z!A^FTQG(G,)S^],Q+_BJ(#'7RSNJ^D02PX3YI? MRM\9**8!?=,]U8,M@/0Q9/2GW.Q)+RBDE'2]JP>0Q2(ER6]KC91%,,A#VA%H@ M!84@U`S('R\HHX2_;74`=DXX-)7U.`QO`WNG`,;=F_]*UQADPJ6MI"7%84@^ M?9+*PTUCV5*7?U0YD>R`LA7'?B,E,X5(.B:+8AZY81_X#]4`&C3TDQ,K9./` M8R$@*E*"'L;$DYHXPAPAN"]$-NNR-&S#0K&`$)Z9.[B3X\."` MVW[+CY*[7HU MU^0CP_M^?`.M$FU:QCAV3^I^M-52U!+J45X;Y/SX[`V3U:*CKBBJ-FDC05%? M#*K#'6CU*`3[<$P/8JH:2P7#VD2V3P>W?(GMEA\U+:]\9O;5+[U;3CI^`>GX M=80S=E71FL7\;K3\7>E*Z:2B'W6H?D.X(HCJ'.:3'2#N15?WRR8*18T:J?F# MIL%*NTM`<$A\D!W:ED2`>W6\PD,. MAB/RF-W!'JM(071P^*%(36H';KI>DDMF.G6)8TSM'ZB-0(Z;7EB"BCW`BBVH MRGYB3E.D_;!)JSIHQ(8Z/0?I/>KNA<+6U7#TCI84SW/9;U(K!&L^K2F<>6_?RR]"M,4H--F8VM]G-+.+Z3Q$(;HC^"C0HXA(9.\P[#>@BK@ MH;7P&0PDNJ5!@".8.14\;;-N%\K.I^E"VPL71YH7)_I8]NYE)=O[_R1*(]BY M8I"YYE2G+"!O!?Z3LTG88-DT+-8.)M/(@@(%^!$KYCU#] MRC?.J-/661K.?F2FP80K=&3)09\E65*:YLZA4:H4R1.#S^(S<-[IC M6/V)FFY9F'7>SR4#D0X3(P&(7Z^IX)//$+E]8#*!AWDA1UV#>KSGC7V8Q M!8^2IX92!))'_B\+%J?O23`/CB31?:@(W*W2T_,Y4%T^1$-0.U.)>>C:&FY8 M(*WE83:=(&B4JZ:?8+HY2/9DW\88V,T?_DVIQ'F8O^=60@$3`-,!6F7#BP=S4UBR7RA4*E(<; M'H8MXIFT@N7G43@*[RHW5=QP_W66`U;DQU^)ME^YF!^+6CN"7#0Y-GXY_IOC M?J.JX0LF(CA&I4:]:/SRWA@[6ME/(_Q[=:],'2DULK"9O>4QJT-EHEFB%LR- MBH=F96E@')_?*S`._;E7EDQ M%4KS2K+7F9\2=*H>+@$\#+QZ0W>.)&Y:(J%`1C]BI\(M/!HG9T9I9'5P1"2S M\J7``Q/24;33)&Y*6$&0BE`MI`A5FBA_JNS&H)[89O8S_]"I[QF=>AT^E1)7 M544M>'\'>9V(5H#KJ$=IQ7/U&5=O--$#ZMG`NW[\17U#19%#UH`03*5_887E%K70/]'!6A5$.?&&? MC@;8+3>/FJ%M(%SR[@4]*/`P$%XGXPXIN3#-`'=$X"]!L(Q&X"?16-MY$A8W MMJAN5MBQVV>=>%2(G(,2:!W\FM-MO^;HZ?DU1W_Z3]"<;N6N<."-_B;I'9:] MIU^3_>6#3""/,`<_<>;3B9OD1HP.+UL+8FAI2.6'^Q M"BEESIQ)>B')'`1;=/DG[QW=_]8'+@OOL\')=>^,Q["J^;R[!]<_M#2<<=/O MT1XNNT@706@D/_:%X`O^C_@=Q\L8S"O6JZ8>.LR\_;];+)&SE\U0\6NLT!I% M1>';*4[5\$%EPFTKBS#;J5"@=A_@CKF"4ZF[N8*[%*%$?0Y62N]0Y'_X?3`: M-!ACU?E[;,GAY'.-[6T7X-*L1@Y8*@.G[@%GVR,JK4>A!+?.=B`5N%M%X<0# M(_D;,A2HMT!`>M"OE0J8XU#'_5R,D%(8W97",+59.N;/*.?P?8$[?3_7*C,O M'C^&JN3!>#)>1:1:HD3J-6$6*1!$!->-A->DGJM+ZCM'^NJ%X!T4B%#3O:,< MY&JCPY6\FC"9K*`?+L_5$;36ZDR1)7WBJR45YB>'&Y?VWM&VS38)(QUDG+Q? M*KF:*>E%]ER7EH%T:]H^9;33&W5GU.#PD-@?>RAV>H3I-NW-/OWKUC`V"D=Q MCTV`P2HNQZ;_[Y3O7O`M%=Z/6XOOU.<7^[:X%[6F3O-MW:I-H_G1WI6[OW0& M=B$M$`JMIK,W4]]XA[<3(9/X@SYU=3\,Z9;ZYG>>"\/8FSVS=)".,.&,[Y[0 M6AK.^M'8H=]8=9T!OW+VQ[Y#DC%[Q&<2W`M2K!$8*E\N*&&^8=W#D!).R0Z$ M8L!W()#33);4'4$3E)`'I-#?B2F<'*W7JTO[^W?NW)GS`C^7'^W'8"+^5XXZ M)4_%U3I\NI(7SBMMZ!$V]LJXC92KDVMQY?6B&J"U:P_])P!=R`)M['YJI)I26=)"CC&;5& M'6HB0+F<$O%H(U76,HL:#1'MI4BL+O8X&+*B6(0$YX3\A8VRZ5<+Y[?N@5.0 MN6/+)H29M"Q)=$)21$8^K5-+]:S1M!WAPN+R&MRG-5,[#K8:<&_^?H MV"PVI0I[GKIRC5,K14') M-%?9,NJ7'3(75@58VI)[ZIK!$KS">>[+:NYXN.3UEYWWWO#W!P[XM9%H3441 M_(:YTQ_?"*<"-,LZ)[^&:%WUD)L\#:U;YX/C'BZ]]PD][1',>5R_/'SS^ODH MQV*08]%F^!^68^%;#OQVQ6C-XTLW5SU8;M/A:15X*P1O`ML1!2$MB#1$9R,] MVADYX5$##VPSP'6ZF5Q.KGT;$8#*I$B!2^]:0KU[NE M`/L7N"Z]23AP]:O/17`OG-SEX#7`F4:=MNW;JB M,5*"M>F^[#9:JI6-"D=[X0;SO_S\.@QN.2[E"E=/X):MC33@EN&;#OQN%4Q` MM#H&[Q=^@4F,43W\AQSX%Y*;EASYM^Q[L@.@<<12I1"-_ZRP7GN+`7 M7#@3R#`%]GG!#8\;>X+W400V1]U:L>4(!/(YEW"N7ZN$O=_J7S$*>Q`T*&S9 M"K[%J?]G)4?8"_`1NAO5\*WY*V6_KG&QESJUIY$A:3W\RG9X`8INX498XY7# M!?^\9A.]>:T0KP$I%8V&O?^\?I,_#'[0&J^V?=0IA]VO+PZ6W+%XC;_=;"J& MIXS*NZ_#AG]!>,(=5R[WAR/8O[`9PZ5W7+W6K3#H>UT#'JD")^647?,W8$7S MQAB,@@"$PG9KJ?;HM=\TZCJ%<.'K+UOGU+9'F[T*.#KATO4#@Y5"S=W)0@4# M;'`G.*OA<>>\:J7?&!$1TBCH,5>,NF[?A4B+YE#Y\L61VZ`^PVWNRQG*?7EN MQLSC/SCS`S=^Y?7+T$?)_*SKSS_RT9D/[/LKL,V/[FBI=ZPMW-_S]\'B<,9< M^&"N^O#T_6^^ON^Y8V8<#A_@?^;DR_D@/S!__\G/W>2?J3^>6_)'_*`$GY]$ MG\^3SV?CY_#I\>63'MPTX_#]"_E3'!D^?=/[O[5I,5T[3W^Z8/\;$R.K$=[` M(ZA/9837TPA'%(N)$8[[P3-O&[.OK=?AVM?Z?W?=P_J5L_ER[8S]Q[XPXY2E MB2L]N/+(BSYY_LOT<\U".NP%^X]8^>A_U&>\\IS/T'_HPR7[7W["B;U[$D\U M#K\__&6W#9]I?UK&4>>L>?;23Y&3/[5G;] - -`/[?_PM_JK98'"\!`.>L ` end SHAR_EOF echo 'gunzipping file tds.dvi' && gzip -d < _shargzi.tmp > 'tds.dvi' && rm -f _shargzi.tmp && $shar_touch -am 1115195195 'tds.dvi' && chmod 0666 'tds.dvi' || echo 'restore of tds.dvi failed' shar_count="`wc -c < 'tds.dvi'`" test 77596 -eq "$shar_count" || echo "tds.dvi: original size 77596, current size $shar_count" fi exit 0 ------------------------------ About TeXhax... Please send contributions to: TeXhax@tex.ac.uk Subscription and unsubscription requests: send a one line mail message to TeXhax-Request@tex.ac.uk containing either subscribe texhax or unsubscribe texhax To obtain the Frequently Asked Questions (FAQ) lists for TeX, send a message with no subject to fileserv@shsu.edu, consisting of SENDME FAQ For information on the TeX Users Group, please send a message to TUG@TUG.org, or write TeX Users Group, 1850 Union Street, #1637 San Francisco CA 94123 (phone: 1 415 982 8449, fax: 1 415 982 8559) Backnumbers of all the digests are stored in the Comprehensive TeX Archive Network (CTAN) and can be retrieved on the Internet by anonymous ftp. The hosts comprising CTAN include ftp.dante.de (129.69.1.12) -- Germany ftp.shsu.edu (192.92.115.10) -- USA ftp.tex.ac.uk (128.232.1.87) -- UK TeXhax Digest issues are filed below /tex-archive/digests/texhax/ Keyword-In-Context Indexes are filed in /tex-archive/digests/indexes/ A Hypermail version of TeXhax is also available on the World-Wide Web at URL http://www.tex.ac.uk/tex-archive/digests/hyper/ Please use your nearest server, to keep network load down. The file /tex-archive/CTAN.sites on each of these hosts gives a list of other sites which maintain full or partial mirrors of the CTAN. Alternatively, finger ctan_us@ftp.shsu.edu for full details. \bye End of TeXhax Digest [Volume 95 Issue 16] *****************************************