From 6c5ddd1296ce22ce1bd3f196c9deabe0bcbdf8cd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Dec 2007 01:36:57 +0000 Subject: mh update: breqn v0.97a, flexisym v0.96, mathstyle v0.84 (27dec07) git-svn-id: svn://tug.org/texlive/trunk@5960 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/mh/README | 7 +- Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf | Bin 0 -> 180636 bytes Master/texmf-dist/doc/latex/mh/breqn-technotes.tex | 145 +++ Master/texmf-dist/doc/latex/mh/breqn.pdf | Bin 377686 -> 452391 bytes Master/texmf-dist/doc/latex/mh/cmbase.sym | 5 +- Master/texmf-dist/doc/latex/mh/eqbreaks.pdf | 976 --------------------- Master/texmf-dist/doc/latex/mh/eqlayouts.pdf | Bin 110022 -> 109696 bytes Master/texmf-dist/doc/latex/mh/flexisym.pdf | Bin 139528 -> 166936 bytes Master/texmf-dist/doc/latex/mh/mathpazo.sym | 5 +- Master/texmf-dist/doc/latex/mh/mathptmx.sym | 5 +- Master/texmf-dist/doc/latex/mh/mathstyle.pdf | Bin 86156 -> 100771 bytes 11 files changed, 158 insertions(+), 985 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf create mode 100644 Master/texmf-dist/doc/latex/mh/breqn-technotes.tex delete mode 100644 Master/texmf-dist/doc/latex/mh/eqbreaks.pdf (limited to 'Master/texmf-dist/doc/latex/mh') diff --git a/Master/texmf-dist/doc/latex/mh/README b/Master/texmf-dist/doc/latex/mh/README index d41d1ccb3db..f4cde904cc5 100644 --- a/Master/texmf-dist/doc/latex/mh/README +++ b/Master/texmf-dist/doc/latex/mh/README @@ -13,14 +13,15 @@ The files in the mh bundle are listed are empheq.dtx empheq07.dtx eqlayouts.tex - eqbreaks.pdf + breqn-technotes.tex and derived files. The derived files of each .dtx-file are listed at the top of the respective .dtx-file. INSTALLATION ============ -See the .dtx-files for details. +Running TeX on each dtx file extracts the runtime files. See the dtx +files for details. DESCRIPTION =========== @@ -101,4 +102,4 @@ probably be an integral part of LaTeX3. =========== -This README file was last revised 2007/12/10. +This README file was last revised 2007/12/19. diff --git a/Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf b/Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf new file mode 100644 index 00000000000..63a388d1353 Binary files /dev/null and b/Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf differ diff --git a/Master/texmf-dist/doc/latex/mh/breqn-technotes.tex b/Master/texmf-dist/doc/latex/mh/breqn-technotes.tex new file mode 100644 index 00000000000..e8c6174cbbf --- /dev/null +++ b/Master/texmf-dist/doc/latex/mh/breqn-technotes.tex @@ -0,0 +1,145 @@ +\documentclass{article} +\usepackage{lmodern} +\usepackage[T1]{fontenc} +\usepackage{breqn} +\def\eqnumside{L} +\providecommand*\cs[1]{\texttt{\textbackslash#1}} + +\usepackage{hyperref} + +\title{Technical notes on equation breaking} +\author{Michael J.\ Downes \and Morten H\o gholm} +\begin{document} + +\maketitle + + +\section{Tag placement} + +The method used by the breqn package to place the equation number is +rather more complicated than you might think, and the whole reason is +to allow the number to stay properly centered on the total height even +when the height fluctuates due to stretching or shrinking of the page. + + +Consider the following equation: +\begin{dmath}[number={3.15}] + N_{0} \simeq \left( \frac{\nu}{\lVert u\rVert_{H^{i}}} \right) + \lvert I\rvert^{-1/2} +\end{dmath} +It will have only one line, if the column width is not too narrow. + +Scrutinizing the vertical list will shed light on some of the basic properties +shared by all breqn equations. After that we will look at what would happen if +two or more lines were needed. The numbers added on the left in the following +\cs{showlists} output mark the points of interest. +\begin{verbatim} +[1] \penalty 10000 + \glue(\abovedisplayskip) 0.0 + \penalty 10000 + \glue(\belowdisplayskip) 0.0 +[2] \glue 4.0 plus 4.0 + \glue(\lineskip) 1.0 +[3] \vbox(16.53902+0.0)x0.0, glue set 16.53902fil + .\glue 0.0 plus 1.0fil minus 1.0fil + \penalty 10000 +[4] \glue -8.51945 +[5] \hbox(7.5+2.5)x25.55563 + .\OT1/cmr/m/n/10 ( + .\OT1/cmr/m/n/10 3 + .\OT1/cmr/m/n/10 . + .\OT1/cmr/m/n/10 1 + .\OT1/cmr/m/n/10 5 + .\kern 0.0 + .\OT1/cmr/m/n/10 ) + \penalty 10000 +[6] \glue(\parskip) -18.01956 +[7] \hbox(16.53902+9.50012)x360.0, glue set 1.78647 +\end{verbatim} +\begin{enumerate} +\item These four lines are a hidden display structure from \TeX's + primitive \texttt{\$\$} mechanism. It is used only to get the value + of \cs{predisplaysize} so that we can later calculate by hand + whether to use the short display skips or the regular ones. (The + reason that we have to do it by hand traces back to the fact that + \TeX\ 3.x does not allow unhboxing in math mode.) The penalties come + from \cs{predisplaypenalty} and \cs{postdisplaypenalty}, which were + locally set to 10000 to ensure there would be no unintended page + breaks at these glue nodes. + +\item These two glue nodes are the ones that would normally have been + produced at the top of a display; the first one is the above-display + skip node (though we had to put it in by hand with \cs{vskip}) and + the second one is the usual baselineskip/lineskip node. + +\item This is a dummy copy of the equation's first line, which is + thrown in here to get the proper value of baselineskip (or lineskip + in this case). Why do we need this? Because this ensures that we get + the top spacing right before we fiddle with the glue nodes + surrounding the equation number. And if the equation has a frame, + this box is a good place to add it from. + +\item This is a special glue node that brings us to the right vertical + position for adding the equation number. Its value is calculated + from the variables that you would expect, given the presence of the + dummy first line above the num- ber: starting position of the + equation, height of first line, total height of equation body. If + the equation body had more than one line, with stretchable glue + between the lines, half of the stretch would be added in this glue + node. + +\item The hbox containing the equation number. + +\item Backspace to bring the equation body to the right starting point. We use + \cs{parskip} to put this glue in place because we're going to get a + parskip node here in any case when we add the equation body with (in + essence). If we didn't do this we'd get two glue nodes instead of + one, to no purpose. + +\cs{\noindent} \cs{unhbox}\cs{EQ@box}. + + +\item And lastly we see here the first line of the equation body, + which appears to have height 16.5pt and depth 9.5pt. +\end{enumerate} + +For comparison, the vertical list produced from the above equation in +standard \LaTeX\ would look like this, if the same values of +columnwidth and abovedisplayskip are used: +\begin{verbatim} +[1] \penalty 10000 +[2] \glue(\abovedisplayskip) 4.0 plus 4.0 + \glue(\lineskip) 1.0 + \hbox(16.53902+9.50012)x232.94844 +[3] .\hbox(7.5+2.5)x25.55563 + ..\hbox(7.5+2.5)x25.55563 + ...\OT1/cmr/m/n/10 ( + ...\OT1/cmr/m/n/10 3 + ...\OT1/cmr/m/n/10 . + ...\OT1/cmr/m/n/10 1 + ...\OT1/cmr/m/n/10 5 + ...\kern 0.0 + ...\OT1/cmr/m/n/10 ) + .\kern101.49591 +[4] .\hbox(16.53902+9.50012)x105.8969 + ... +[5] \penalty 0 +[6] \glue(\belowdisplayskip) 4.0 plus 4.0 + \glue(\lineskip) 1.0 + \hbox(6.94444+1.94444)x345.0, glue set 62.1106fil +\end{verbatim} + +\begin{enumerate} + \item \cs{predisplaypenalty} + \item \cs{abovedisplayskip} + \item equation number box + \item equation body + \item \cs{postdisplaypenaltly} + \item \cs{belowdisplayskip} +\end{enumerate} + + + + + +\end{document} \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/mh/breqn.pdf b/Master/texmf-dist/doc/latex/mh/breqn.pdf index 120e081c698..e94a3618a6f 100644 Binary files a/Master/texmf-dist/doc/latex/mh/breqn.pdf and b/Master/texmf-dist/doc/latex/mh/breqn.pdf differ diff --git a/Master/texmf-dist/doc/latex/mh/cmbase.sym b/Master/texmf-dist/doc/latex/mh/cmbase.sym index 151aac3c742..7a468eea799 100644 --- a/Master/texmf-dist/doc/latex/mh/cmbase.sym +++ b/Master/texmf-dist/doc/latex/mh/cmbase.sym @@ -28,7 +28,7 @@ %% flexisym.sty, flexisym.pdf, flexisym.ins, flexisym.drv, %% cmbase.sym, mathpazo.sym, mathptmx.sym, msabm.sym. %% -\ProvidesSymbols{cmbase}[2001/09/07 v0.91] +\ProvidesSymbols{cmbase}[2007/12/19 v0.92] \@xp\xdef\csname mg@OT1\endcsname{\hexnumber@\symoperators} \@xp\xdef\csname mg@OML\endcsname{\hexnumber@\symletters} \@xp\xdef\csname mg@OMS\endcsname{\hexnumber@\symsymbols} @@ -332,7 +332,8 @@ \DeclareFlexCompoundSymbol{\neq}{Rel}{\not{=}} \DeclareFlexCompoundSymbol{\mapsto}{Rel}{\mapstoOrd\rightarrow} \DeclareFlexCompoundSymbol{\cong}{Rel}{\mathpalette\@vereq\sim} -\newcommand*\joinord{\mkern-3mu } +\providecommand*\joinord{} +\renewcommand*\joinord{\mkern-3mu } \DeclareFlexCompoundSymbol{\notin}{Rel}{\mathpalette\c@ncel\in} \DeclareFlexCompoundSymbol{\rightleftharpoons}{Rel}{\mathpalette\rlh@{}} \DeclareFlexCompoundSymbol{\doteq}{Rel}{\buildrel\textstyle.\over=} diff --git a/Master/texmf-dist/doc/latex/mh/eqbreaks.pdf b/Master/texmf-dist/doc/latex/mh/eqbreaks.pdf deleted file mode 100644 index 621bcc75dba..00000000000 --- a/Master/texmf-dist/doc/latex/mh/eqbreaks.pdf +++ /dev/null @@ -1,976 +0,0 @@ -%PDF-1.2 -7 0 obj -<< -/Type/Encoding -/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis/suppress -160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis] ->> -endobj -10 0 obj -<< -/Encoding 7 0 R -/Type/Font -/Subtype/Type1 -/Name/F1 -/FontDescriptor 9 0 R -/BaseFont/MALWXI+CMR12 -/FirstChar 33 -/LastChar 196 -/Widths[272 489.6 816 489.6 816 761.6 272 380.8 380.8 489.6 761.6 272 326.4 272 489.6 -489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 -462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 -734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 -272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 -544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8 435.2 489.6 979.2 489.6 489.6 -489.6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611.8 816 -761.6 679.6 652.8 734 707.2 761.6 707.2 761.6 0 0 707.2 571.2 544 544 816 816 272 -299.2 489.6 489.6 489.6 489.6 489.6 734 435.2 489.6 707.2 761.6 489.6 883.8 992.6 -761.6 272 489.6] ->> -endobj -13 0 obj -<< -/Encoding 7 0 R -/Type/Font -/Subtype/Type1 -/Name/F2 -/FontDescriptor 12 0 R -/BaseFont/WFEUNY+CMR10 -/FirstChar 33 -/LastChar 196 -/Widths[277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 -500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 -750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 -680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 -277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 -500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500 -500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 625 833.3 -777.8 694.4 666.7 750 722.2 777.8 722.2 777.8 0 0 722.2 583.3 555.6 555.6 833.3 833.3 -277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 -277.8 500] ->> -endobj -14 0 obj -<< -/Type/Encoding -/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/omega/epsilon/theta1/pi1/rho1/sigma1/phi1/arrowlefttophalf/arrowleftbothalf/arrowrighttophalf/arrowrightbothalf/arrowhookleft/arrowhookright/triangleright/triangleleft/zerooldstyle/oneoldstyle/twooldstyle/threeoldstyle/fouroldstyle/fiveoldstyle/sixoldstyle/sevenoldstyle/eightoldstyle/nineoldstyle/period/comma/less/slash/greater/star/partialdiff/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/flat/natural/sharp/slurbelow/slurabove/lscript/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/dotlessi/dotlessj/weierstrass/vector/tie/psi -160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/tie] ->> -endobj -17 0 obj -<< -/Encoding 14 0 R -/Type/Font -/Subtype/Type1 -/Name/F3 -/FontDescriptor 16 0 R -/BaseFont/KCMZHQ+CMMI10 -/FirstChar 33 -/LastChar 196 -/Widths[622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 -500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 -750 758.5 714.7 827.9 738.2 643.1 786.2 831.3 439.6 554.5 849.3 680.6 970.1 803.5 -762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 -388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 -298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3 -465 322.5 384 636.5 500 277.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 615.3 833.3 762.8 694.4 742.4 831.3 779.9 583.3 666.7 612.2 0 0 772.4 -639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.5 494 437.5 -570 517 571.4 437.2 540.3 595.8 625.7 651.4 277.8] ->> -endobj -20 0 obj -<< -/Encoding 7 0 R -/Type/Font -/Subtype/Type1 -/Name/F4 -/FontDescriptor 19 0 R -/BaseFont/ZNSNNO+CMR7 -/FirstChar 33 -/LastChar 196 -/Widths[323.4 569.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 -323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 -323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 -874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 -692.5 323.4 569.4 323.4 569.4 323.4 323.4 569.4 631 507.9 631 507.9 354.2 569.4 631 -323.4 354.2 600.2 323.4 938.5 631 569.4 631 600.2 446.4 452.6 446.4 631 600.2 815.5 -600.2 600.2 507.9 569.4 1138.9 569.4 569.4 569.4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 706.4 938.5 877 781.8 754 843.3 815.5 877 815.5 -877 0 0 815.5 677.6 646.8 646.8 970.2 970.2 323.4 354.2 569.4 569.4 569.4 569.4 569.4 -843.3 507.9 569.4 815.5 877 569.4 1013.9 1136.9 877 323.4 569.4] ->> -endobj -21 0 obj -<< -/Type/Encoding -/Differences[0/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowup/arrowdown/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblup/arrowdbldown/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/floorleft/floorright/ceilingleft/ceilingright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/arrowbothv/arrowdblbothv/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/paragraph/club/diamond/heart/spade/arrowleft -161/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus -173/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/spade] ->> -endobj -24 0 obj -<< -/Encoding 21 0 R -/Type/Font -/Subtype/Type1 -/Name/F5 -/FontDescriptor 23 0 R -/BaseFont/QGRDUG+CMSY10 -/FirstChar 33 -/LastChar 196 -/Widths[1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 -275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 -611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 -820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 -666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 -500 500 611.1 500 277.8 833.3 750 833.3 416.7 666.7 666.7 777.8 777.8 444.4 444.4 -444.4 611.1 777.8 777.8 777.8 777.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 0 0 777.8 -777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 -777.8 777.8 1000 1000 777.8 777.8 1000 777.8] ->> -endobj -27 0 obj -<< -/Type/Font -/Subtype/Type1 -/Name/F6 -/FontDescriptor 26 0 R -/BaseFont/PAMJDP+CMEX10 -/FirstChar 33 -/LastChar 196 -/Widths[791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 -1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 -888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 -1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.4 472.2 833.3 833.3 833.3 833.3 -833.3 1444.4 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.4 1277.8 555.6 1000 -1444.4 555.6 1000 1444.4 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000 -1000 1000 1055.6 1055.6 1055.6 777.8 666.7 666.7 450 450 450 450 777.8 777.8 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 458.3 458.3 416.7 416.7 -472.2 472.2 472.2 472.2 583.3 583.3 0 0 472.2 472.2 333.3 555.6 577.8 577.8 597.2 -597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 -791.7 777.8] ->> -endobj -30 0 obj -<< -/Encoding 14 0 R -/Type/Font -/Subtype/Type1 -/Name/F7 -/FontDescriptor 29 0 R -/BaseFont/QVRZWB+CMMI7 -/FirstChar 33 -/LastChar 196 -/Widths[719.7 539.7 689.9 950 592.7 439.2 751.4 1138.9 1138.9 1138.9 1138.9 339.3 -339.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 339.3 -339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 -506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 -1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 -594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 -530.4 539.2 431.6 675.4 571.4 826.4 647.8 579.4 545.8 398.6 442 730.1 585.3 339.3 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 693.8 954.4 868.9 -797.6 844.5 935.6 886.3 677.6 769.8 716.9 0 0 880 742.7 647.8 600.1 519.2 476.1 519.8 -588.6 544.1 422.8 668.8 677.6 694.6 572.8 519.8 668 592.7 662 526.8 632.9 686.9 713.8 -756 339.3] ->> -endobj -31 0 obj -<< -/Type/Encoding -/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis/suppress -160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis] ->> -endobj -34 0 obj -<< -/Encoding 31 0 R -/Type/Font -/Subtype/Type1 -/Name/F8 -/FontDescriptor 33 0 R -/BaseFont/UZMPRB+CMR5 -/FirstChar 33 -/LastChar 196 -/Widths[402.8 680.6 1097.2 680.6 1097.2 1027.8 402.8 541.7 541.7 680.6 1027.8 402.8 -472.2 402.8 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 402.8 -402.8 1027.8 1027.8 1027.8 645.8 1027.8 980.6 934.7 958.3 1004.2 900 865.3 1033.4 -980.6 494.5 691.7 1015.3 830.6 1188.9 980.6 1027.8 900 1027.8 969.5 750 958.3 980.6 -980.6 1327.8 980.6 980.6 819.5 402.8 680.6 402.8 680.6 402.8 402.8 680.6 750 611.1 -750 611.1 437.5 680.6 750 402.8 437.5 715.3 402.8 1097.2 750 680.6 750 715.3 541.7 -548.6 541.7 750 715.3 958.3 715.3 715.3 611.1 680.6 1361.1 680.6 680.6 680.6 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 830.6 1097.2 1027.8 -911.1 888.9 980.6 958.3 1027.8 958.3 1027.8 0 0 958.3 680.6 680.6 402.8 402.8 645.8 -402.8 437.5 680.6 680.6 680.6 680.6 680.6 980.6 611.1 680.6 958.3 1027.8 680.6 1177.8 -1316.7 1027.8 402.8 680.6] ->> -endobj -37 0 obj -<< -/Encoding 21 0 R -/Type/Font -/Subtype/Type1 -/Name/F9 -/FontDescriptor 36 0 R -/BaseFont/JBJZGS+CMSY7 -/FirstChar 33 -/LastChar 196 -/Widths[1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 -1138.9 1138.9 892.9 329.4 1138.9 769.8 769.8 1015.9 1015.9 0 0 646.8 646.8 769.8 -585.3 831.4 831.4 892.9 892.9 708.3 917.6 753.4 620.2 889.5 616.1 818.4 688.5 978.6 -646.5 782.1 871.7 791.7 1342.7 935.6 905.8 809.2 935.9 981 702.2 647.8 717.8 719.9 -1135.1 818.9 764.4 823.1 769.8 769.8 769.8 769.8 769.8 708.3 708.3 523.8 523.8 523.8 -523.8 585.3 585.3 462.3 462.3 339.3 585.3 585.3 708.3 585.3 339.3 938.5 859.1 954.4 -493.6 769.8 769.8 892.9 892.9 523.8 523.8 523.8 708.3 892.9 892.9 892.9 892.9 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 892.9 339.3 892.9 585.3 -892.9 585.3 892.9 892.9 892.9 892.9 0 0 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 -892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 -892.9 1138.9 892.9] ->> -endobj -38 0 obj -<< -/Type/Encoding -/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/visiblespace/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/dieresis/visiblespace -160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/visiblespace/dieresis] ->> -endobj -41 0 obj -<< -/Encoding 38 0 R -/Type/Font -/Subtype/Type1 -/Name/F10 -/FontDescriptor 40 0 R -/BaseFont/PMDWMQ+CMTT10 -/FirstChar 33 -/LastChar 196 -/Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 -525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 -525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 -525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 -525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 525 525 525 525 525 525 525 525 525 0 0 525 -525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 -525 525] ->> -endobj -43 0 obj -<< -/Filter[/FlateDecode] -/Length 1370 ->> -stream -xڥW͓6'A$3=M&3mmk 5:ۿ u&3݃> fq<{=8g -KRDfwzlW" ˦*J -֚:l|27>t8Tc &eew%%HOdqVD1Gͻ"Y1 Y)Ҁxãe p!=ْ4D;[ R:,=zf]l}]r#^!Fӳ+@,pr85cہU!pO5bHek|z,љW[Vr& -ƩJ -5e[#\Szk齨mG^ALj-s㈯!Ti3Ե'R?8{tj>^wh+<8fΥ6B]`n$~g,?Vdy"9 9Ӌ mjgƾS~:Տ/J:&ɝM06+\h$B+9cMLluQ~JiBz3V,Vr&Sp/"0}dpJL12gz"'7.:a -$(9.nKFd$MgDw)5$yBSY bǜi=9$gA5N3PАgLT?,c$܇&<4_#x?\X"eJm2II`U]ө,py6n0`?5hEh،fwr=aOyZnm7تu}(<<it!ꪷ#`xKfx8ܜ@{4'CW[:y90^_}Y)5<.$^\_IV?-!dj$[h19ʮy|kcA)fi{|e0+jZmE0+eo"D0|s|ϫTAp'P csp/a<փxḫ?T'X4NKun0-B0p~"͠wWVW^m 9,$u -oToeUz5xC]w>V͌ -0Z: {.ղY$_D;rc^)^;5w܃܄o&-ɾ[/!ސT> -endobj -6 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 45 0 R ->> -endobj -48 0 obj -<< -/Type/Encoding -/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/sterling/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis/suppress -160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis] ->> -endobj -51 0 obj -<< -/Encoding 48 0 R -/Type/Font -/Subtype/Type1 -/Name/F11 -/FontDescriptor 50 0 R -/BaseFont/BJZUOD+CMTI10 -/FirstChar 33 -/LastChar 196 -/Widths[306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 -306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 -306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 -525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 -743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 -460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 -460 664.4 463.9 485.6 408.9 511.1 1022.2 511.1 511.1 511.1 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 627.2 817.8 766.7 692.2 664.4 743.3 715.6 -766.7 715.6 766.7 0 0 715.6 613.3 562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1 -511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 511.1] ->> -endobj -52 0 obj -<< -/Filter[/FlateDecode] -/Length 2398 ->> -stream -xڅYKWرF"d& =ZQ_zQ/*U"YUDam7çjSey8mrjT| pK(x۝ʓORi6uLAF 릪l]U.٪oUDGN b-NjTjU\[X Z)|''2R \#W.xg> Y=D{``k\!C35AzhV=5"u&s@΃9"d4(>2n 5CFyQD/;a 5Ct>{;+VcdƦ> @Ic5X Oˀ8[e*@eZH_(0bǪ,P2vw{0Gkx -#0 -~})dY+_Empש̂@ͥN>Y %AAo \YLv֙{xvU7«gP m}觮b,"r8t6oq3U Ҝ4;k8 N9%`>THy/ 4:-SqT2FUMן *䒸pWNM']dYA 7a }| X98bz08;ig+K g,gZHg -qXג!VUrm\MŒCc-~"| -a7uM7{Db1OA!hbfR1,s֫`v4'E$rnh!֙PYrweG}CnGP|u[@ 娏:g-sJ%R \a'\ȉjRq=GfM{bsS}5)w]Pb$K:uR92R[|!H -AAiNj`Z-;8Oğ釰+8d焱eD\ZZD23vB_ J@4:)Wq+:Ly8.IH"ԕZ)`%}t$C}WJJƀ= 98Cub5@>6s"UQfkΗ -Y~0̅4SK!ouh>VIBLM8JuSh\w1Y5UAj_DLbI lu}8gnZGFBLG[+˕ݧ#lFsՇe֫|RK0IָzZj5B*s*|*r+uGlw}]W{" > -endobj -47 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 53 0 R ->> -endobj -56 0 obj -<< -/Filter[/FlateDecode] -/Length 428 ->> -stream -xڕMs09&cY L/p3=hM[F*o ~Puʁ ɻ/ 9 mx"wi0H@A"-`Hz?`Kb/"F"%τLX^+xVueޒ+x]r(ʋ$veEIKQ9 -66-Dj'eXVr8uy3*lyV6v}W>nwYd &CD 2j - ?\gya#4Xx@άr+ %TKz7d#$ǜLo)w9u_*+`J)i#:eR ӈom`E>϶Yש^*Wz:wHTI f?7L4 -endstream -endobj -57 0 obj -<< -/F10 41 0 R -/F2 13 0 R ->> -endobj -55 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 57 0 R ->> -endobj -9 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-34 -251 988 750] -/FontName/MALWXI+CMR12 -/ItalicAngle 0 -/StemV 65 -/FontFile 8 0 R -/Flags 4 ->> -endobj -8 0 obj -<< -/Filter[/FlateDecode] -/Length1 714 -/Length2 5296 -/Length3 533 -/Length 5848 ->> -stream -xg8 F"QH%zoc )D.h=z&QC5쬵w>xsy゙M[_eUB! S -FP`4ʹA" !1rr; -<$r+ F5h(w  0(KÁnyԅCmaa- @aHLH;Po_-w\@ߜ<ߔ($ h j~?P3\ #sN F^i@!PW&7&gW rH{8({j -EBԔ02V}' !^W-_ǧ'FM#3ڀւ9tcp|Yǰ'9ܬë^kJub, nOPך A̪X/栝{]Mn-5}60WތL+z?δYIU5f|B 187Qq0_3,d%?gSEŚo/[\g^@{soh2i2H׻()^5V PM@&e -*_,0 (i0\KLĘJݛѸ @Y Bʕl5[l8Bǽ7!$]YvzMW]:?z;u8_?g yUlSٝZv05|n7ü{z^lxKI?큌QsYb'%)+?E;Mo(M}.!ץDWJU#9PR3Z%@0N]53k/fsįylM$EQ ŸHސcBzU{fNtHm`(9פp֡^] ]MىrmzKY?3`3$[ݲO`# l_䪙e˪OWdtf5lZ"+Tn5_e/??/TExz.0zs[b#èLG?09v~ eq\$&ī4M&E2'}׵ }M٭T՟ßc7U9Zgr~Ds -e LM^BZ ixqUJ$T-Z>hY[ݷ!s&.T L>iﰺwcsGzDc=H2vK_S -Y=BPE']>Pwj>kр:'I/ Q}Nn÷ÄR oG=k !`i9¥#7#K!#J+Q.]Hoꛮlx!St>C-z/+ͧ>a.\_A ;Ȧ( 9AimG#[_HJ}ڪ^;8^<)x-v! -M!3 65Obi,5Ճ9956sزƽ&b8 ٠3$5Hu͎^L>?\uRKgHTHK[KnWm.=%̓HDH[ФYշ|ۨ޻gQ(/gҜQ„۷eҝ}2s){l(rs)lѲ.,H j$fs9+el|sء -jFcJ&nJBH2D]9&RgO> hl<#̉*d$:3E pH/5UyiƋMC5tݬ1 MDݙ,?k'lۡ1Pw*.3k6YuUƫ2wv 7$W ɥ-ݲؠM --϶e3=M*Zw I-y}x "Tl neٵM H)[%Q?&N. >5|MfQ^%Źʃ*ԪueG~+{"\xMě{Ogҗ4THJdr}'4?m`I3u*9w56UѢG_Y.(/2xK Nj~%~54RcrLvԋcΙ: Z'9SHQ Zi֠q4.txq"E1$@뻻oJ&tqR*̦0 a-48&ٰDn|aKG't)l^2 Iw6v-ep7=٧."4rKel%D׻/[Gpe& +;_3]Qgh#$<"VyNyBm}2A,F(MNr1^ۭwmqXC?yaeeOJU˸BKaVLc~oJ`R٘DۼB4s:Ԥ>gW`*;\3`:u$C\x0UFЅFq3z)L 5 ]MqВRJbU}"@@ -/͏jA۽f4r0ήl޵v`_'4()ZuǪN/6bgT[*gYz;a7?!rMĻuAb?>Zd9JKG!IuƵbP_Xb* B uyQ -TG@TKx$Y",Jφ -o͑l'('a&+mmwW ͍m> ;Z}Uݱ`Oih>?'EvKaAGGʛ[\N.os[¾GW5oݝ rLE|{ʆSίYr| J5/f۟9NPlKhd?}}L>C cQ$ Hn44ʦ/"xhP;=T/#Aqe-2˧>;S])d|f[WĶedԭ0=0{X+2?ivR>@%E_o "heڤn˟{oī5%PFv@| _*_0fi|K9hJiI~ ~Z{2Ei|Z`{!̦+3;z35]D}T ht/A!1Z7dtCG^l?^võqUF4H}3Q$ !E[3o mƊ7ujaHYܤG6MP3ىj^Q=SHp9y"~F`cijg5whw}eX7Pe8cd$9{ղB,; cQKMf)IgKȔ%N)ٝ}d)?sWRm\=d5(d)~n')i MJn8*3M`ιɦ?؟u}t{qM70$T*(QL?V'ɟPoMS#R7"MVhp8ڏZ/]&)׵3ncO洚E NTbւt4U3 >8 WE?\r0 ύnOor]ĞC[_z:/K%wŽ1~j5I* uDl'FX+-9nvf<=̧#0 -&7gKY^[]k+դ?Ǭd簦z@k: ISѵf%_g{!l{9:A61Tѭ:瘛d^eJc->?9'8XGS;'֝|`7\#kQq;}-Sg܇,z ɛ1#t^vd:/Sgg؊ɸbi#| -7rY7|Bdy7S -( l\#w35L4jP}ZדWH}|O8F!Nn -endstream -endobj -12 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-251 -250 1009 969] -/FontName/WFEUNY+CMR10 -/ItalicAngle 0 -/StemV 69 -/FontFile 11 0 R -/Flags 4 ->> -endobj -11 0 obj -<< -/Filter[/FlateDecode] -/Length1 720 -/Length2 11506 -/Length3 533 -/Length 12059 ->> -stream -xctoM';m۶m[m۶c۶m;9<r֣WF9uկf - =72#!=#04 NŌP?/7+7344҅R_*B![3'?&&F6*&3OzBB!BLllffJ Dh -0q!46A3Jܞ?iSW*99EHoR*8Ml< M̡Ymn.jc#od/)lR] Aoa_XY?a gcy_5}4\B>(ZHWJkM҄ZDm7&62‚=d_8@``\!ļ}] ۟<> :߶[; -҆4{noxU]ԻW)" 6?S١5zk?3~Gt^͎ \oQL;4ᑧ" -2OqB؃0ƺd119~WVkH -YcɅ7Ϙmu }GLJ6ጕ|z-Y[?rUYKT)&"--hiz׀]c=U60bAZX#H D LHLJq[^j!ebZ4iC*iVT:K?C, H&LTq,ChvVr(^}oE}^.iAHʺ*~hdAگ"| +k[F`s:be&5pM ͐D{TɦUs]GaeֶB 5hU}#iX_ `1ΑеkR5o#jFFu(;au3D>o;-`TyRDKqCg`_+аpia^![TZ&޲I.i/#n -SD'фйāy}%Dܧ_Q4?65BL|>/kL5Ҕ&olU#8tx5hRi̅LOe͸94^zsw:FR/-V=GNj^ڰ_9*՛%=cg"13"Z=D"*Ͼ2Q! V2cMvX}o8bfD[1mFFD}O.Wm){_lM$2STМF -<aY'# E -ݵpQ~IPQ5"Gu - JgI8j3[TRؐJ|jIfv:{}@g}︪ #ja:^av Ȟ|HSȮA!rȮ;1tN V2'C-U0"'ҏYnuE6qe#>EiW,~Hc]Izބ7bDc\̋bHgehUaj6hWD ȉyp+RL*(nU=@rWڌgSQZ~؅QVp>2(nG2%hc fELR/nPᎵex^`I$:۩܊n$[ոDPBt@|lw<eBK9Ǫޟ{@laEјv{,gľ+ wL%zn V#jPۥSn'ǻaܒb D8t<*TOg$o6'yqsImwF^T4I p:E.a st2*TiG&:IJTWFGa?]d)ⷌ\\LRlj$Ͽr#:.AenxvS- C:˹{sr-e; ]CNX@C njU]fM!LSLܛCousv/Q*%y U伎(}T Ϻ(j' -xVg&㖈vfCP59l3&?< PZ0oY:f_o{R\._qS$m8opp(\ⲻc)dEs%9McImU4 -u2iP6-VWmL?9lU$~{x2>GCpIhacų&Y%c=b4gn^X4.X]c;k;39Ѣcvi11N;[bFjY* GXBfNN-SlpR#Lо $u"j>+.4`lٮv۳Q@$Ǯ9KNZ~8/mԗ``bvy3 ީB4R ocfY7:gZ¾D)_o}sRop>W(؄J+vs 㵒^ߤyv"è\%AI?Zs/.,hSjrS7X5H3P h ayrh0y`+En: -j2X:hK#%ٕ'&+Fs_l|^\#9iڡ d%vQ5QJ[hq_eԈoH#ۉdvB ~jg՛T3uYϹ9;c#3{wx"B9]]JFp)oƵY۠ gkTO= 钵nj ē+xɫF4GFZw❥Eƨ#m%.Կ:A1e?=Jo5 [\n @ҨuZT;4ܶ#ZMF=an/v`X_~ y8̾E"rw.r9nG8ud7.O |'Oek:-RԁNJqY:7LЗRR8t%-s/C8(o2+!I34\<^ldZea cj~PD1TwT4NȤSyZש)JqyD ՛_{T&v0K6嬰dw`~H?}rb-mq0wcQٶ/i.d?fB*-n9jX@] -sYzs7đ4aM0K\~ݨlĨ+~cr+/X^76y6p;Ҕ97@>-3MpbЊ 6Hv'zȭIVq-y%Op`0 4sOЋ JS\uJ=,ˊa= )}(A?U {Ε]\Nk  o|T={E9*ž̙w -`x&n莤Ӈ[- p Ύ|&W~" dOADaԇ "XW,wb|):حuRS޹8E9~}j ^j7_Z\JO{أ۹|< ta#~6e3SbFkQkr:pI<@0UH&*!N)%LNIxDīT0o&^cZy YPY?-#y<ù;_|]#;"1LCBfWXwZ|';LHX.{2/0Ot͹Ǣa;5ްD򪎵AWpddZ|c&dž!O9 <<\ط@%ECn3'GVQ-:x5{xW&y/tvQni95C|YEJʍ$(>JN<, j46CNJoD1 k)ggg<rauGO>۞>3!c c/¥v\ -.h(Wr ,2ˎ6&X 05HRZC2V~L7|qRg1*k<3 lOAzTns$siݎ$qĀczKXT i/V>N?{#mfts V.NMgXtaV'*L~(5gή)1,t4Ȭ{?r3A>/a錓 -۪b1fmjjBWGw^* (&:>LoP;CTޭHr^4'5';FSsk(ՇamC_MkyB$hL8iƿl%naA/AU9ae7(U|pEX1urowm1='{yk)6;Yz2o5kQDrScӥWz e.0MzO2WAXWR8n,+?R`cHܲ *5{`n'E{[#ְZO_Htȇ~*ift\d:.5fv -wA5xn0BGx* @_/eLJE\WP JNT(lID使v#wwOk.Mp{ H>$2m,X슰as`,]-QY# -rx1a^M~ج&!< -02Gv 箶hrubKC?Φo]B>Lf0C6VC6P>p-cO̤? [KlP-&,{?PeƻKxr|h33yhl~S\06Iݴíei *R}ӝIItFTbGO539[}#70b2ÄORWp Dk_jJ8-'D "_UX}9IͿ3P$&͌S3ɪuGg! [i0mdm6O2Wq}LDŅvQm!4&m܁0Vt_?oˡB싨r.Jwn%Bu.@Ymsd(Jp%#ZZCF#Tx"}R_z6YgI(j1D4tkV(p0>\Q -^P(9@ -gPIҩN+ f,ʤ{agaS ABi@Z0dΫ!2eZ2WL68+`*"(7GΔu䆚|T JT@r&tdVClGƭYޞ4+\}9-e1 Dn -aˆs1DAaJjc+LNLöJ z1<1:#i#xTJJǙPe! zT.a6zv烰/R58tw -[PxW'5*֪S`^3t %c]|Dž297n<(A!ox }T _g] -~4P*;wFSTⱬvf"Vn,.%3-6H'IN,RV4&~LAsGHq@Ejqᘒ-[ȵ"='T1z{GL8V`&o,Y9$+4->4C=ܔ^[ZeCAaRדIP|T/"p $5eROZ `2S]o:7?+5\JF2!133[L~LCƿڑ > zc{폽+U.Fψ -;֓)Z!nDe:1}b},~x̋6|o]iH@ރ+ -=.ȇ⎽=2R[즠ġq`B3!/m'^x>t( E8ϥ\[YI庒#K|uFhxuK -Ry!@HuހFgO@ ȦOV^\޼W{#޼v8}`rD>hMr=/g{wM,wj֑篰t[D6v j9xQ+9RZ,)op/0,/_!3ktyŎ"qhyhNjl4m_RW# Nl^ި>k{(hՠ߳Y/.OzPo4m `*j_NR[wVUT:Hhi(PC6n>t;Ty/Vn;*pQo܂6`zj<_~T/ -wh0qmUSc-]= Z*^;(:dzEL$X*FMBYf o&En0~;I)\k܌"ܜ"2UX % f H`)vv:7PңG%B!%DA͕X2cUUIKK+E7c?awؙT`NuOQr)GjX LcQѫ 3kX3W?X11'QL*K~#&$څHuL_m8QZ-7LͲ-3NY]TBX;Ċg, bƆ4H6a+n\/r_2|~qt Ƶg4M%ҶfNA= )Id6#.vNsOC#8Ps%u{3oߩ/N*"/:-qT-ּ$nZt}9$YdC6ݲ[垊 K4tre Nu@r+K9bc2z"Hi͚#."p -7ؽ|forZDEtA挫RK!F *AvO#*qGVZГ>Iē5-{cA̗fR~%i\5ְ~ԁ2cgu(}깖ՙWX7MnlH;(J겯22l Ci-b /)ğg+iM%L"ϒлARE[Ц,Zqkw7|&$[bxxHF3+>*َÅ[ Dm7K>̮ϑ/Xg~/O+!G2]/ - _D.wi h`=גP;}Ϩ>wT -we:`|P4<_LJ8s( K.e z, ѐw{3%^=׭KPM*,:jotMU_iNށ4 .y.`Š KT &:B`r -њ?m{MN\̖n+k0k()>1;x/ ]˄p=CыN+e-{ e7Ә0EjǝC1F㛇gF5 &\~?DNKԲtNsZPgn2OH -X5n8{)N*ӜэȣdH^qQ!dY`,g|U96Vm; 1H}4q,ܴjui AULm,JbCK>f{RϙΆ- f?|Oؘ99YCC=ﶩ -endstream -endobj -16 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-32 -250 1048 750] -/FontName/KCMZHQ+CMMI10 -/ItalicAngle -14.04 -/StemV 72 -/FontFile 15 0 R -/Flags 68 ->> -endobj -15 0 obj -<< -/Filter[/FlateDecode] -/Length1 727 -/Length2 1844 -/Length3 533 -/Length 2389 ->> -stream -x{<DZD$al ff m.3q˺dӺt D,I=eS[l*ΤݳӞw^y}?{?WsuCXQ$Ў`#P(SǡhDBpHdӘ ["4P&&ƀH6H-hvaE#Ȧ!214Vt:p00 EA -H`  `/2G D\ Rm@Ia2 sfE41ؿ:܎C;C>o /}ba,Ϥ,VRh86N#[1 @/:-̎R\il2 dP&oc !+`GOFMEG#(Q 2Bcnl"BdQ)ښ04FۆDc2_ 1X!hC%sX,޸/ LjbGNʠP{. N"mZ#BlC5垎?5&Z`}{FSP2QSߡàE[Xe{ĜYj[a-c>egį,ʝN.>_g8#jTddňkJ䛟*m}eya8;}?#=%Nu619hmZ6c3zc;QVE7Kzs6/510cIUOBMvRUBX99$#ѻkmz}n1-u˜Y.{wǯ}/rp"1iN[^or%:%e>JK޺tW6ft}nSb^@~f`=jMBcVeP>'N~kqg$6$_ ?5(wv>k\pQ#<Ҩ-Eu/'84Nۤ ȫ`=?exIy(Ku6eִO'V --p6R52kuТoJcDPY֟LTπ4_Y dhrzL֏Ujka?OT +> ;&UL[_:C)PL,rKjlY77=Vqaci)i."j|> GE]~u$A/"u)庯2p -̄dl)w(iiT ţgt4<[~Xc&N.|Ôͳ0&q&|?4 6-y:$7 -^/r-ޚ|V8k,vx]H\36|nF?v'XGpBxIuSX[Iץ7 YKCnnȜy E =ョw4'>'禟YN" l;C#1ּܥ ORO-n)aڞ+ -<ۥc{z 8}w陳jޮ_7WqCwnY wth{&/u5[oN> :|E~c듗ߦ!^?a%Bt9 -ݓt6ډߢ"U&rY\1_z^WBhakw0Xl뎞 -䦰+»N8Bͪk@ًMJs{'>\uLJSQݯŢ9iw -SW ~X?5F lwH!Q5m=Pz.o>ŧӿXW[Ӱ5 6.Nnerg?'`AJU{A5 VyLE~շ*~0Ҳ퀻%̩EOy@&_P_>O fY?eR -endstream -endobj -19 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-27 -250 1122 750] -/FontName/ZNSNNO+CMR7 -/ItalicAngle 0 -/StemV 79 -/FontFile 18 0 R -/Flags 4 ->> -endobj -18 0 obj -<< -/Filter[/FlateDecode] -/Length1 712 -/Length2 1837 -/Length3 533 -/Length 2376 ->> -stream -x{O5柵b8\F$FQ~f-Ʀ3 £Bt*gLȃր%Vq05F/S8 `h5 %-!K:F4ŬUE{7OwW6aľ}dLJjך&R'o85iouζ=l>uZ-ٯh*>pJt3r'g}.UY'>7W)7!G<gߋ:MKG)ģB+%2cUm$j SҸk7|1myA9@ZHd?2GʰIf^>kQ/jF]טv eIt'lZUb3Vэ .nfgR\eER~Vu^|GHՙP\_5#ZlVrR4|)Nuspo 9ءOFiRW{kH}v`Rc*jG#j?>O*>d @HnhJg:T(a둔':\JN?CJ)ᔿGiI3ׄjߞ='N_nSU+NttDzHE)VzЙi<3Cok+Z潆,{q\ wAkN滣z4iT\;╕rua'6#|ho#WeN\I+}ICీ7Ժt6r͠^ټ! GQbU 󐪒4lX¡`qIDr~*M!"zTN;u txP•إèe%mB%XsIJB#|`1A*fQ0 -endstream -endobj -23 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-29 -960 1116 775] -/FontName/QGRDUG+CMSY10 -/ItalicAngle -14.035 -/StemV 85 -/FontFile 22 0 R -/Flags 68 ->> -endobj -22 0 obj -<< -/Filter[/FlateDecode] -/Length1 724 -/Length2 826 -/Length3 533 -/Length 1351 ->> -stream -xSU uLOJu+53Rp 44P03RUu.JM,sI,IR04Tp,MW04U002225RUp/,L(Qp2WpM-LNSM,HZRRZZTeh\ǥrg^Z9D8&UZT tН -@WT*qmKdgaqn99~ !S U[PZZZ4<8Ԕ\tYϒĜdǼT]C=cSDf[fEjJ@fIrBZbNq*X<5/);D?=%]ـ̼ʂTr0SQfB!P!Xh%d+$$0]_QkdkiLjf -榵 -C2 KS=]L , L.-*J+'aL`(V&s͞##5ˁJNaz&CIMXǞ;w\[Žg40њ3;nY($ǝg0eXWҞ1Jԗ]aKuz]XU- ݣ%6 t6,`N|+Kgdq;)yAWpq3z]K&j؟u~x?˰ *wO٭\vwv%|3:YY}|v߿Xd?/ya^:-w^fys[Ӟ|g;} -[ף~m7 {?hr=<ɩ qKݮ<:w}Լ8wÛK3?'lqfz#]>bX8eEM^?Q[Mcnێk5'+}q%HzǧJwZ fK_y(nb:d۪>;7eF롟~VܖȄ7~{^|yeՈ'_Ťئ|Vbά. {cֹ?zcG }Zh9u[^\]gc]UA33x{߾vkI:y7Mnk:/&[68]=:OBJ:X!-r\ih.7L٩4O\t8ŷkXmRgG-5 (n߼LBnw?0Y )=r*:a_O?ta[fc96n1os''+:4|.b7sME4ߒ jm7ՀB5j0 9'5$?7( $ -endstream -endobj -26 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-24 -2960 1454 772] -/FontName/PAMJDP+CMEX10 -/ItalicAngle 0 -/StemV 47 -/FontFile 25 0 R -/Flags 4 ->> -endobj -25 0 obj -<< -/Filter[/FlateDecode] -/Length1 809 -/Length2 1313 -/Length3 534 -/Length 1905 ->> -stream -xR{8Tnt9{\vnc.lktDi̬aif-C.'C.H-ܵ7ν\*ٔ]1cs;Y}{wOg5%Ȁ7x-r!rA2@07'yLWH dc34ZEl? ꭲH5 dC4* P K"B2# |#f2# &:D~?q`>鼠/i͑tWtf:@\8Pb?olw1T֪ZT©,@XA<.\:ȆSO\@:cGT&D Ԃ8P(HwAer>כ$ffrZ?nTz~]Մ?jI@l(8L%4T>Zr$ N `2F#$ѫ+%\ LW3߱? %Xd1@"# C<0$ZcKp׮$/5 m?Wfn )T"+H~* fLϔidRT4ǦMPXEԤYCdfr"4^c&w:)UȭO?'^t|Q&+L¢Nu}ŸeN&,sOTfhwcj܂CVXG6˴ f7>Cvڶ5f? 4kqw#9˕2z.S z ݋%*/8\[5Źs)`0${9sC`¶;#Z(ovc={~LY9BtAC?޳>QEi o6S@c231⎞K;_䨩86_)muOᒽ0L.,3ZlYC 05 接kgΈEEc,rvZWeKxff0%Es5j7#fLuΧ'sZ]oPi&m6-٘_mc흅KX'i#uZ.tT$CV?iWofYiFnz~",UPا+[wC\QEgJ|>hU-iTCIiY˷˭R #S|\d [+(X*xSL7!+:HV -]L[tk\reEIP^yAbKrk|۫C>t-}v)?cY|%2\FL-}d)JWy-;ҼZLǎ:aw6*ϸ.g@8wSʼs! IԪZ5&~xQf6SN -WWf_^?Q>$-@ƪ Wc@:6Yo_}{xdx_ITeZ3+Re=Ţ ?rajc)L>C4[OJ:ECb;K鈡t乥[=I-d5a Zn?X^O̍]\)mʚ4hBjJ(|#Iht*9Q9U}:ҖZLҪM< =Gu3 J9{b}S9C]}p&U~:PѫuoRfƥSJ y QTmyoz>5U=jW=cx^S8*P1sL7h5<>1%5A+ -o' - 5UL1A*Sh?* -endstream -endobj -29 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[0 -250 1171 750] -/FontName/QVRZWB+CMMI7 -/ItalicAngle -14.04 -/StemV 81 -/FontFile 28 0 R -/Flags 68 ->> -endobj -28 0 obj -<< -/Filter[/FlateDecode] -/Length1 722 -/Length2 1452 -/Length3 533 -/Length 1987 ->> -stream -x{8[yǫT[2:T\%PƸ_H9 BI^ԴZ:tP>2eA6,۝g;>>{~>=?֎ -YLȖ `Hl ,āpS$MeHH> q᪋1`6Bġ Y^, -s8WO8f`**Bp8DRa,.S[<- H 'Ť*6vge41ؿ2ܑKCY 1:#ˁـ -_Zu67p_vPtpٺD;"10Ph@DtID65o}=zBo~$ jolFl$q eUeRXTxq &bS)ޞXs x`͇Dqa`ZL-MT -͆ u" 3~=+p)ܲ9e/o)frO^Ӊԟq:wBeϋWct[tNnPҺԱwuJ&NayM)36܁))zMCĕ^tʵKyNmfi+^ݽj^ۘM7"VؔO;R2t%;kpIfRTjwTj?9,Rrj i\ _^Ւ[b6RHnjd&dܠS} f ާ#r~c_YEʏT6agXb{,uqkөF=cf ޯySћ>yCdg:WbW[FNӸ*yoj;2>yyR -U"է{<'~0=5J{Fk/Ƽ -1x|A{$ōK(OJ)'m(ja>8}98Շ_&5D?Dsm&srN -<KP.Rx3bCց URQ6{sی ڬ)aV;/W*\^oxvRDo+OUUY?GDClO)S/& -endstream -endobj -33 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-341 -250 1304 965] -/FontName/UZMPRB+CMR5 -/ItalicAngle 0 -/StemV 89 -/FontFile 32 0 R -/Flags 4 ->> -endobj -32 0 obj -<< -/Filter[/FlateDecode] -/Length1 717 -/Length2 1238 -/Length3 533 -/Length 1768 ->> -stream -xkTgKh6(,TPKn " I$D. +pQZ"͠rE",Y_췞̇yy%m ,ބ"[: x0:FcI$oE";91Mpz~LgH$XB -D7yx `(`:6A`Q -| d! a<(D"@G<%RP.8oCR" \)PsBO Kb`5 _o`1^=ߨK brk-`' a7!08q >B!ԃ[B  -a,Z/R~M]4/H2ISO6e{ BP(Я2XX>[;{:``pȔ3Ea?I1èh?CEdCLgX=z`L3ʼt uxw{7T<*T_3>[=Нhy;uAKWtm7zYq{Uvn@O~iG|םk:pɺ0сRF`Uvv AO3ي c_u6(K8Tj0!MڏjsGT.ђ\j;#^ |ĆfL|"c׍-Yq,)DZ}ZM´N˲V%Z&Gd-s$x]9\STs9P5e.`-]Ϯ1( AF'2;\dT]Zxleq*ʓ.jfxf_Ǹ6yHggbUo??!pݚZ^2_^L?/q&x" -endstream -endobj -36 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-15 -951 1252 782] -/FontName/JBJZGS+CMSY7 -/ItalicAngle -14.035 -/StemV 93 -/FontFile 35 0 R -/Flags 68 ->> -endobj -35 0 obj -<< -/Filter[/FlateDecode] -/Length1 721 -/Length2 599 -/Length3 533 -/Length 1109 ->> -stream -xSU uLOJu+53Rp 4W03RUu.JM,sI,IR04Tp,MW04U002225RUp/,L(Qp2WpM-LNSM,HZRRZZTeh\ǥrg^Z9D8&UZT tН -@WT*qmKdgaqn99~ A!S U[PZZZ4<6Ԕ\tYϒĜdǼT]C=cSDf[fEjJ@fIrBZbNq*X<5/);D+=Xɀ̼ʂTj0RQfB!P!Xh%d+$$0_Q LC -FF -F -C2 KS=]L , ɥEEy%0 ԊdsD3ud&|9pU)|׉s77Rd(wirkSsk|^1=6Zsas_y2-3%^ Jړ}9_+l5_ ?ܛ%a{TĆ6ႮԦ,؉v3k02<[RZlez_ 6n? qܸs)_Ǵ3٩F&dL淖g2)D^c]Q,'$'Z㛾 l>uy;Mwָhl49"K]9h\8?Lj#oY~8qo{ jVf4HOc_s&z򏲫۽;|]}xNezesC&Ꝧ[֭fS!ES:ZK8sJhOOʝv2+ìRZޖ(ynY҇3 -=m^un)[TZbeQ9E%E\\S\w -endstream -endobj -40 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-4 -235 731 800] -/FontName/PMDWMQ+CMTT10 -/ItalicAngle 0 -/StemV 69 -/FontFile 39 0 R -/Flags 4 ->> -endobj -39 0 obj -<< -/Filter[/FlateDecode] -/Length1 719 -/Length2 9085 -/Length3 533 -/Length 9643 ->> -stream -xUT\Ѷqww -w. ^R@Aa N]Kp  nACNsK~{=5cm&w\@W+ēO `b=kOOT  10nP'U*a  -4=@.Ml`/7 +rc``[O   - 4%//l@W/t;/1͕`Κ.g[ -W7' -pa.^UvBAJ` As$y`_w`CϘLy6'Mb -C5_N%'K/ 2}RQ3k BA9 #HW[uIJ5d428DB_Yr%n5mC-j'!&˃˪@UY#a~2O9VV^x .;#ZCψl~Mz-Fw24m s5rߛ'\VǖW^#4}ԝnE1`(J'gi8,Ra؉ -x ʙ{sʰB*d20C)",bohWzL5w4Ϗk}=1Os~R)6 % -*dోX@ s̈(lf`1(FmRDSЦ52`kXNJs.NRTF_…djOGob[5Ws' Ih3[H&((*=H za,m#8#Q#!ipȧ;_Y| A -p8Mf4̜|0"*/`LU)Ŋ`VoL8NSU= -&1rĜdVg.`M塺:]/=I' ^XnK%Z5?S\i ?4nnI}H* r'“ -^3q;Ҡ4]'X< -10{) u(7[b]}oΙG!̪qE[(2gBk_@dod!PMgkō]R&wD wjr~彎/aXϺΙ3LjD=bеi㋃'|i 7&"K+qrû`M98MzM%Oʉ6 i;5ƌ5CBz(]5,;}j1$H_'? %pK2Mˀ3x4lhY7wcz2?gxx7_NPr}G0|qHQZxDUx.׽w A`=KJo#ȃ豨) 1uK!{HMˆƒp -jh+At-c <]EQ%&wj󖆋.[4$L`!iVAoAGBjkq;<$41DQD-m=-_șx?%7\m=Mw'=o w!.5XQ0jemIEܱUIN`P// ͘TP{1I827s4. -$󰠨c[W=}MI c0OE{?`HQ[%wyD8GaX?ךdY5IdXO ajZ]S>[PF8睦_ox/Bp(m4Н1I|r1b"da\&=^HGoH5z w'Q}%8l"jF݉-mJ|nD xe O;yXVTdl^D 1蠣-\fojsܸS_*̅}~@RI5:'a ^۱*~%q$뎷VuF6_}H50-3~s:"_˺0qfu3GIHNK[}5I˔DMhwJYv9H.˔ߙXoÎKTb_4-瑤4@tc0MpLh8.V%dv úZ?g!+-VVG{r@mL)V:sj8E a_U՛ߵ< dG":+2uHs轡oF$WA{F^Eq_#17g 1P`Y<8$xDXٺKpcXnMgngKoWK/k imMkj9iEar&5&gE_&WEK.L>Hq݋f2a YCWds'gW?9B ߄5x&[= iߞx+dە_UzL2zDrGԨK`qzbdEG}xE2H׾Q&-RcgTXXR_6vJqB T}0 ZZ{l]lՓoKb,qVSJ17|Mcs鮒 -gG4_? cL&ODy0s. 4ķ!.㰺+ d5sI |ѱ߮qS` tek -:ߜ,p+}w(v"ΉY*Ԏ:vؼY(7/U/.uVǗUIfXlWCw>!ܩUeO~gãQDqڄv˂TʜZU4h$S?COsH2,>~3FWTbIg (.C˙fj$-15e7MTu^GzhtU.;t6EG o9Ig>V+?@%(W"놛^ `c'7ZOi[DOAeRᕿ պ d_i%G4r߄X|ԛ~lGL5*A< χ8[(iTo.g `)s7S]@#OUR8r{uѹwd5>Ϲ*fsc]H*Mo3_%Kz0u(4@=zq1q{7u#el*S6{Ai_%'86ʙ8 =i}Q^8ȣn?R]4 HXAJ7i -_]|adƓ؁1{Jc$'i1p8V6}{cΫ/ Hh -&g5tKǯ]3z"0@Lzjm΢_q}Iӿ^x}^"b~,F)Bl -aYS-$qDW5oC_,כ_cƋw$q"]l!%?Oc4P:R.N'Grn/MDkp%x!yfR7yUvNRka3Jzd zu)^.t>AbyP=*f8W=m&Z£!7~/&m8f!%@wh.{:tvģ8 -uGZ0fN447֯_i exP sDdW8 bqc3@FB#ݯUX:I17|+rn.xViW=lު#.(¯])H:^pfP$pVwݲS4צ;hhϟtW41L*UЈa'%vRX>ʆymؿj1\#4(MQ\|omsvilKvQ5SP9̥K\yOb-U9G =$ŻMhJZwj_>wjnݍo=Z<(BI 4K?Ohb`uk$<>4W$22((\-;[PY{->*O C4ܣ w*r3ES3RK !HG?#wNqK I{.*5* 6϶rn?[Bi - Ra7[*D#L;En{Ș5n[54HG %_I\2rE3_s"&q#.f+h /2jK_BAY{Ȱt,'ܾ&^DПy7*sdX*RTDCL<*ŕ)F t+y/5Ĵߑprx^\4A^2sBB}$N~ɉ%e؝^peȬÐ߱& uf1DQZs?5'΄m-է3 3hfzЄRAfhCPk ``M?'wl4 -k[ -&OwRU#zPt -z/yGGyDkC -=#i-Z -PC o nē.@~Sy\˝)g 1;ZR s>x 4K> v@Ke#Ynl~~ .QA(7Z6l "i 8]ftYubӜ ]'.9sB*b1’%ul$[J⢾ -* ൬YFv_(M n65)\Zo.==B[o4!O"L -wJH'ՀQmE` sx]j&!ؒϤ> ^wƹo&;_c4Jfz}*NV1.Z[hOn,A?r >.i|?g4tgU?WU?]ɰU/ ^㕍򥋲.b!RLe-O[pɯku]yYfEwV0!z>_/#1LmbLX!(;.$T$?hAsgk9h)3Q^ -cmʻ ;q&?"ir'a*)r1 K~5D5cxW7?b~]6$ )2 >_u)=+g."(jI=S0}?-R}{~B{?1nS=cNo~D~S5>yʮ||Ψd;a盹L҄I/l̔I:dkJa؇;`,0< 7ɑg`9+g61[}f4Bxs-69SByc^"-`޳8Fh>qwVqA?b赨å"2vV$cfe*|w&x~y>2=s.&OOtue4n2ICOޚ4J@2Q>4R!OPĸw-Vs-Iq6" .PbU.=x{Fs$Ee+OrJiF5„8"{[Pm^@ FCo4|AdVJ>ގMۜb1ENq>rȵ(9N Y"4δdrvUP\=j}X+jG ~TW2۟˦$^QJ4,i._BhdfJ^lq}#Bx߻V%^kR,Hً[d`䖄Sҷbkn2*(9I&369; }9j^´af{ω4kѮRBk9k!t@@?|*Z/c2-}etAq: ^:;>MzW*)>#3''I^+xrAIZ6Ua\jE"@Cv<>y*e^.v_ѵ2u4CqpB~,ʐP)vjww,:Z0"aK }.TG6*24FKDt*@U@).^=SM8`#>/~h$6׼JTS0zG :'NLmȜi -|uTO@VI[ᝑVn!}Nc%.?~9k.34 Qڤ!TO0m0,+ԣO܆ uY+0&/״Ոdpϛ } 7"/!a= gq뗉ӽL}BC99VbN~ O5Z lyΫhMε] 9T7ErѫX>}Vfa32`< {-wX۟级ȃ4-X2 C̯¹kt(J6$@}ӽ}M92DnN6K-2bcM?.QjIUk0Wc{\<@tM>mUګc4)pNi1IIظD`J{P]\vRsJ2QgVݣno.1n>w(YޞXGz戼u1nYCu4|h ѐCVMͣMr3c oXgޛDCGh$i0]g+Cڨ'hʙ{$IǺi`x< MC-L]8 du2O$HQYXwh2mW c@nNJ|.rlR)u[ƒ` χut\q$Uǚe_'I[[gF"T7_92؞>a7^.*ηQ=2Կr$1h۾:Yو 嘚~B"C&)[iNb7gYMyI?FHbT%Zu 31rrڳEh2E`O<:bKzuO8U[5^*I+M${ι~79 eh)䟢vnj2Ɖ#&vV:P:R8 ӌjڏQ~Sb͟}sKiiu _|^QOKi^nSVFM*>WW6䞈@x&j: IbŸ 8獩׈{5BOT 94ݽk j %=<4 -!kݖ0 e0W r|i;F+`ޖ\x[#JEQ'iWTI==k޺DlɌ +b>77vVf}}'%pLǐzp,2yݡJHC)MV@<t_g(lrgpo+@.la*V}y~ 'eRŴrL'>iJ{3qGs d4ΐ=x IώJK@n*@:xD:x{X%cRNΫ7baxo|ť=Mq12$t=SJy?=Y1E_Y0 k5 Tv -endstream -endobj -50 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-163 -250 1146 969] -/FontName/BJZUOD+CMTI10 -/ItalicAngle -14.04 -/StemV 68 -/FontFile 49 0 R -/Flags 68 ->> -endobj -49 0 obj -<< -/Filter[/FlateDecode] -/Length1 728 -/Length2 2335 -/Length3 533 -/Length 2880 ->> -stream -xi8UDžNbDCYl{/,mB !22e.C*E(mCHٙS:vwk]g}_L\ZGruHD4TFH т g1P@*+eo+ `01M Cn@-ͥh@2# $ b9 8hٷW3$88 D8K\@7C|'2ϖ/H$J{8@W˜G·[C8HO -HH8Lj 3q>D7<H#2r?t[q&bw$~&;Bٓ] DXx_5z/%2Ō3M% `Nq2ߩHHY@%wܐr -r:-QB)}W>d2H|?{g - jnj$9/9#T..޻KeO qYճ%;7xoEzP|]wdtCM_ItPYxڣwd?{:N8 9;b Wp+}:yz~i\Q7[rv`5\EM.y~E'_?_w̬} EnS> o]l:?M<:{\֌>8zwǰquh2㶧i:qp~Gv_2 H`A[1ghwkmUfo\3e{1hL@7+̀ -QN*{lIe^6c 6Z{Үъ҉L6F:u /J&fzr5z(kTd4Dn ;jrymĜ /8WﻐTW8+7;y:w!z;&7EjҸ9.ZL>{dt.[fe%ܘ׏ 'ywY7ykΔLyj&T;vW,\֗orءKq2CŸ0L$4;Ռ`U`6~+fs5]vD"wZt-|N٤m^T@#OL]lp)jG*yR'#[/ Sgno8.]^L\[u}Δ]w9: Pj޲lGi4⫣[Ϟ|v!uc)7~ŋy;!ඕ*/a=zf02+Tj OjNu8.R[%ԟ:ݢ]}Vao\mT9sOk(N6,䙁_-t6̃4ƠAQa;Cm%uPg$*82ާvV5&@ZWP@{9ЩPг7]^mhIÙ~ ʡh{QW")95Ss6ާ̚v++;9AԚMXv4Zvk`.S*Kꝺ"mY>0/M3f~xחCOxx;Ei7 &2elEʓYڏ1` -hNmYV󫾓 Ӿ1]X99DfjZ&OxpQp-yyddxQ)!.zJ,&xC{_]]Nkt;FO[LffnƢ/wGr?M*qﲊP5)=#^XkQ>߄YEd)K=Ө}:>+^oؒq^cFDe\[Uim=噫%3T1O_gZ+DRKOte,.}P6^iâؙ -74\+;X<׮bZkWb<_y?bbC٬ -endstream -endobj -1 0 obj -<< -/Creator( TeX output 2001.09.01:0924) -/Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks) -/CreationDate(D:20071202130931+00'00') ->> -endobj -5 0 obj -<< -/Type/Page -/Resources 6 0 R -/Contents[42 0 R 4 0 R 43 0 R 44 0 R] -/Parent 3 0 R ->> -endobj -46 0 obj -<< -/Type/Page -/Resources 47 0 R -/Contents[42 0 R 4 0 R 52 0 R 44 0 R] -/Parent 3 0 R ->> -endobj -54 0 obj -<< -/Type/Page -/Resources 55 0 R -/Contents[42 0 R 4 0 R 56 0 R 44 0 R] -/Parent 3 0 R ->> -endobj -3 0 obj -<< -/Type/Pages -/Count 3 -/Kids[5 0 R 46 0 R 54 0 R] -/MediaBox[0 0 595 842] ->> -endobj -42 0 obj -<< -/Length 1 ->> -stream - -endstream -endobj -44 0 obj -<< -/Length 1 ->> -stream - -endstream -endobj -4 0 obj -<< -/Length 33 ->> -stream -1.00028 0 0 1.00028 72 769.82 cm -endstream -endobj -58 0 obj -<< ->> -endobj -59 0 obj -null -endobj -60 0 obj -<< ->> -endobj -2 0 obj -<< -/Type/Catalog -/Pages 3 0 R -/Outlines 58 0 R -/Threads 59 0 R -/Names 60 0 R ->> -endobj -xref -0 61 -0000000000 65535 f -0000068247 00000 n -0000069057 00000 n -0000068718 00000 n -0000068910 00000 n -0000068411 00000 n -0000016430 00000 n -0000000009 00000 n -0000021774 00000 n -0000021590 00000 n -0000000913 00000 n -0000027923 00000 n -0000027735 00000 n -0000001829 00000 n -0000002746 00000 n -0000040292 00000 n -0000040098 00000 n -0000003700 00000 n -0000042981 00000 n -0000042795 00000 n -0000004646 00000 n -0000005610 00000 n -0000045666 00000 n -0000045471 00000 n -0000007226 00000 n -0000047319 00000 n -0000047130 00000 n -0000008177 00000 n -0000049529 00000 n -0000049338 00000 n -0000009153 00000 n -0000010147 00000 n -0000051817 00000 n -0000051630 00000 n -0000011115 00000 n -0000053893 00000 n -0000053699 00000 n -0000012122 00000 n -0000013131 00000 n -0000055301 00000 n -0000055115 00000 n -0000014108 00000 n -0000068810 00000 n -0000014853 00000 n -0000068860 00000 n -0000016297 00000 n -0000068512 00000 n -0000020920 00000 n -0000016491 00000 n -0000065253 00000 n -0000065058 00000 n -0000017398 00000 n -0000018380 00000 n -0000020852 00000 n -0000068615 00000 n -0000021528 00000 n -0000020982 00000 n -0000021483 00000 n -0000068992 00000 n -0000069014 00000 n -0000069035 00000 n -trailer -<< -/Size 61 -/Root 2 0 R -/Info 1 0 R ->> -startxref -69152 -%%EOF diff --git a/Master/texmf-dist/doc/latex/mh/eqlayouts.pdf b/Master/texmf-dist/doc/latex/mh/eqlayouts.pdf index 3104a4b6fc0..da279b9f9a2 100644 Binary files a/Master/texmf-dist/doc/latex/mh/eqlayouts.pdf and b/Master/texmf-dist/doc/latex/mh/eqlayouts.pdf differ diff --git a/Master/texmf-dist/doc/latex/mh/flexisym.pdf b/Master/texmf-dist/doc/latex/mh/flexisym.pdf index bfd83b1eb99..f9ef80072fd 100644 Binary files a/Master/texmf-dist/doc/latex/mh/flexisym.pdf and b/Master/texmf-dist/doc/latex/mh/flexisym.pdf differ diff --git a/Master/texmf-dist/doc/latex/mh/mathpazo.sym b/Master/texmf-dist/doc/latex/mh/mathpazo.sym index ceaad938a6a..b8606facefb 100644 --- a/Master/texmf-dist/doc/latex/mh/mathpazo.sym +++ b/Master/texmf-dist/doc/latex/mh/mathpazo.sym @@ -28,7 +28,7 @@ %% flexisym.sty, flexisym.pdf, flexisym.ins, flexisym.drv, %% cmbase.sym, mathpazo.sym, mathptmx.sym, msabm.sym. %% -\ProvidesSymbols{mathpazo}[2007/12/09 v0.1] +\ProvidesSymbols{mathpazo}[2007/12/19 v0.2] \@xp\xdef\csname mg@OT1\endcsname{\hexnumber@\symoperators} \@xp\xdef\csname mg@OML\endcsname{\hexnumber@\symletters} \@xp\xdef\csname mg@OMS\endcsname{\hexnumber@\symsymbols} @@ -332,7 +332,8 @@ \DeclareFlexCompoundSymbol{\neq}{Rel}{\not{=}} \DeclareFlexCompoundSymbol{\mapsto}{Rel}{\mapstoOrd\rightarrow} \DeclareFlexCompoundSymbol{\cong}{Rel}{\mathpalette\@vereq\sim} -\newcommand*\joinord{\mkern-3.45mu } +\providecommand*\joinord{} +\renewcommand*\joinord{\mkern-3.45mu } \DeclareFlexCompoundSymbol{\notin}{Rel}{\mathpalette\c@ncel\in} \DeclareFlexCompoundSymbol{\rightleftharpoons}{Rel}{\mathpalette\rlh@{}} \DeclareFlexCompoundSymbol{\doteq}{Rel}{\buildrel\textstyle.\over=} diff --git a/Master/texmf-dist/doc/latex/mh/mathptmx.sym b/Master/texmf-dist/doc/latex/mh/mathptmx.sym index c612cfc516f..2308bc3b770 100644 --- a/Master/texmf-dist/doc/latex/mh/mathptmx.sym +++ b/Master/texmf-dist/doc/latex/mh/mathptmx.sym @@ -28,7 +28,7 @@ %% flexisym.sty, flexisym.pdf, flexisym.ins, flexisym.drv, %% cmbase.sym, mathpazo.sym, mathptmx.sym, msabm.sym. %% -\ProvidesSymbols{mathptmx}[2007/12/09 v0.1] +\ProvidesSymbols{mathptmx}[2007/12/19 v0.2] \@xp\xdef\csname mg@OT1\endcsname{\hexnumber@\symoperators} \@xp\xdef\csname mg@OML\endcsname{\hexnumber@\symletters} \@xp\xdef\csname mg@OMS\endcsname{\hexnumber@\symsymbols} @@ -332,7 +332,8 @@ \DeclareFlexCompoundSymbol{\neq}{Rel}{\not{=}} \DeclareFlexCompoundSymbol{\mapsto}{Rel}{\mapstoOrd\rightarrow} \DeclareFlexCompoundSymbol{\cong}{Rel}{\mathpalette\@vereq\sim} -\newcommand*\joinord{\mkern-3mu } +\providecommand*\joinord{} +\renewcommand*\joinord{\mkern-3mu } \DeclareFlexCompoundSymbol{\notin}{Rel}{\mathpalette\c@ncel\in} \DeclareFlexCompoundSymbol{\rightleftharpoons}{Rel}{\mathpalette\rlh@{}} \DeclareFlexCompoundSymbol{\doteq}{Rel}{\buildrel\textstyle.\over=} diff --git a/Master/texmf-dist/doc/latex/mh/mathstyle.pdf b/Master/texmf-dist/doc/latex/mh/mathstyle.pdf index ae2163e3ea1..92071d6cd6e 100644 Binary files a/Master/texmf-dist/doc/latex/mh/mathstyle.pdf and b/Master/texmf-dist/doc/latex/mh/mathstyle.pdf differ -- cgit v1.2.3