diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-28 01:36:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-28 01:36:57 +0000 |
commit | 6c5ddd1296ce22ce1bd3f196c9deabe0bcbdf8cd (patch) | |
tree | 404401d5860a4e9d9c08f3720cb92e7d145def50 /Master/texmf-dist/doc/latex/mh | |
parent | 8ebc58dba0381898ce61235b298edc2b31fbbc28 (diff) |
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
Diffstat (limited to 'Master/texmf-dist/doc/latex/mh')
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf | bin | 0 -> 180636 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/breqn-technotes.tex | 145 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/breqn.pdf | bin | 377686 -> 452391 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/cmbase.sym | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/eqbreaks.pdf | 976 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/eqlayouts.pdf | bin | 110022 -> 109696 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/flexisym.pdf | bin | 139528 -> 166936 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/mathpazo.sym | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/mathptmx.sym | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mh/mathstyle.pdf | bin | 86156 -> 100771 bytes |
11 files changed, 158 insertions, 985 deletions
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 Binary files differnew file mode 100644 index 00000000000..63a388d1353 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf 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 Binary files differindex 120e081c698..e94a3618a6f 100644 --- a/Master/texmf-dist/doc/latex/mh/breqn.pdf +++ b/Master/texmf-dist/doc/latex/mh/breqn.pdf 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&3mmk5:ۿ u&3݃> fq<{=8g -KRDfwzlW"
˦*J -֚:l|27>t8Tc &eew%%HOdqVD1Gͻ"Y1 Y)Ҁxãep!=ْ4D;[R:,=zf]l}]r#^!Fӳ+@,pr85 -Ʃ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<EثiTKa#;,!IAKm`iHOځRpw=ϔ|Co1; ii;rd\KC$;jfoT5D,>ʮ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;r -endstream -endobj -45 0 obj -<< -/F1 10 0 R -/F2 13 0 R -/F3 17 0 R -/F4 20 0 R -/F5 24 0 R -/F6 27 0 R -/F7 30 0 R -/F8 34 0 R -/F9 37 0 R -/F10 41 0 R ->> -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& -٢倉PeS#&&1 -cH_M)dj!ΏI%%C/X'YneC0 eELG_ۄmf/L -#0 -~})dY+_Empש̂@ͥN> -qXג!VUrm\MŒCc-~"| -a7uM7{Db1OA -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{" <Qo7WS|rTq9@~e,qXlb;_1+N"q촯tݔ<67qvs5.);lp5!W#_@2C%0
Wd'fH6YXfDwdW~|t̿O2VBhFu72H.gBARXnULo.M73E2huxW0*JAV-[vN/Yt3`9a0" #&.-ھu?!^Mz-q=!ł.##8}j}QZI"L\!~~ג*LQ"M3H\ -endstream -endobj -53 0 obj -<< -/F2 13 0 R -/F10 41 0 R -/F11 51 0 R -/F4 20 0 R ->> -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? -66-Dj'eXVr8uy3*lyV6v}W>nwYd
& -?\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" !1 -<$r+F5h(w 0(K -EBԔ02V}'
!^W-_<fBBB¿,q"!zh0joCˣ<}EDOĄR@ 1!gAU_ -B -*_,0(i0\KLĘJݛѸ@Y Bʕl5[l8Bǽ7!$]YvzMW]:?z;u8_?gyUlSٝZv05|n7ü{z^lxKI?큌QsYb'%)+?E;Mo(M}.!ץDWJU#9PR3Z%@0N]53k/fsįylM$EQHސ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 -<lu -=fݯj3<'M3a4rt)QQ-}O)2ӪRKY?RmZͦ"ENx7?k\O*6݀.͟œ]b*nR"xߏZg"|v< 8=<7')Nn~j~>e LM^BZ -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}8&\|rqśv-H|-U-Q7iqUΦW](&dlhZ.L>v! -M!3
65Obi,5Ճ9956sزƽ&b8 ٠3$5Hu -
S"*N'=pWLkk2ہ֘~o;1_Ιf0 -jFcJ&nJB --϶e3=M*ZwI-y}x "Tl neٵM H)[%Q?&N.>5|MfQ^%Źʃ*<G_~)D`Xl};!=堬Zܨ[Eekk6Ę;]2 -3zxde$6E0Jj*եhtzC1WCD -
y-*⺔D<]<NgllXj}?a@|77b*!RW2mR
.댊ux~χ3Do齃FU9=_m5ejvna͓*z<[,Ϛ -}T[:>ԪueG~+{"\xMě<tnS:R|#r^=B5;eaҊ~*!X] -8J~~ԞHdqxGLV>{Ogҗ4THJdr}'4?m -/͏jA۽f4r0ήlv`_'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>Cc<RdUvUHDDk_MMe[f&Cp'̉$m{=Ѵˡ|{o\sǼ%
bYQI&
5PIhQ"cI.^fjse)(_-j|UMjn&NYJ3P3U12^
c&rYAo1%,w^. -h͉GR於D3&rӑZv`#0d$jQ )Y|MRv G:σNAuqS{L3E}
f<] g`y)\ցrK9f5WߓI R142̣ !H_y<px$wŕ
\[ܸ1X)`)X)Z`eeʓ_\"c{N`j~b"ۨtCGlnioהiA$pzM (%rI 'g&'Yra9R%LdI
w>Q$ 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`{!<g"|oӺU{2
T֒~r -&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}|O -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#!=#04NŌP?/7+7344҅R_*B![3'?&&F6*& -0q!46 - Tq135r2JXË?T8I122rp;kdfώ+6333h%9KutFtJrʀҰ?j6|1Gm{uO#dlU?~Ҝt铱>R] Aoa_XY?a
gcy_5}4\B>(ZHWJkM҄ZDm7&62=d_8@``\!ļ}] ۟<>:߶[; -҆4 -2OqB0ƺd119~WVkH -YcɅ7Ϙmu }GLJ6ጕ|z-Y[?rUYKT)&"--hiz׀]c=U60bAZX#H D
LHLJq[^j!ebZ4iC*iVT:K?C,
H<q,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̅LOe94^zsw:FR/-V=GNj^ڰ_9*՛%=cg"13<M"B]. ͒daXX4ohO&UX&,0<-{ -`@Q|ۭ+hfV9+$rl<SCQAԬR?ÁUkTe8d[Aњ캕*CYriL) 0|9o2jS*Ey>"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%hcfELR/nPᎵex^`I$:۩܊n$[ոDPBt@ -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~ -j2X: -4R?"@BuZzY_nP^tܴjɦVT -LfT"r|&ib5i8'nqE-50ŗW\̌GHd3m
~ީ5)V0T6ȨR4O/H8H{c[VV#+P
~)_NTB&z
}prAb7@:%B.umq.d1t4TIxG=9W1\*z(\k}36~7JIbTF<3ڋ3 -okVÐ$ɰyl( il -q -bid¾^-4+)u&CnN$_ĕ%fZWJdJC[AD -sYzs7đ4aM0K\~ݨlĨ+~cr+/X^76y6p;Ҕ97@>-3MpbЊ 6Hv'zȭIVq-y%Op`0 4sOЋ JS<mNwhD@0 -ɵDO 9«yku0` -Wf^8?Oz51uh`{*i{4]g?P`q骀*8Pta.WEPקk_[GYhCe3]wz=ƈx0IBրVCO@ -=tgLu6v
OL#dp@jI'QMcdJQOCL6!)qGC5JWar:"`Gߧ5')"pm^ -&j˲#~8u2ȧb[ -`x&n莤Ӈ[- p Ύ|&W~"
dOADaԇ
"XW,wb|): -.h(Wr,2ˎ6&X 05HRZC2V~L7|qRg1*k<3 lOAzTns$siݎ$q -H*)?s;EȰX,I-uIhgmxG
E,2cχ&DyJ]نヲWz EW* B* -myQ*.4aY8@ãDR9%jMi"=bB߷j<u&jfJ?6mj<u< MHPX}ChBLJGnŪsjgޡ(YpTScw,1x[>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`c -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<y-)Td6PM
:5 -?eez7YB@&۹"^X^"uݑb:xa8 mzE(%9GZwfQO #mZ~2?fNrv`:p}'6f=ыeOP(4_&W@UټԩHtGi#|J~BRG4G*[xͫ {őDGƘe -R
DZA(JO}ҷA.o&Ro1eǚ*:[^~ C.w-2Š?_̄Ԙ&u{)W]J%GmY5 cwIMxouʺiԿԞN|' -)#P`:v&)J+*x9[ FY:YN24KJ@$LmQ;aM $+a]ETXhE[$:qmcdHn^+pKx;Ok4F_q\pJN2kZǽWXʢ*NeGcB!-Νe9O( ;L*/N8HbwH^vi%(ƛ~M%leu4/eFy:fau(Wف&zΚ> *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䆚|TJT@r&tdVClGƭYޞ4+\}9-e1Dn -as1DAaJjc+LNLöJz1<1:#i#xTJJǙPe! zT.a6 -[PxW'5*֪S`^3t%c]|Dž297n<(A!ox}T _g] -~4P*;wFSTⱬvf"Vn,.%3-6H'IN,RV4&~LAsGHq@Ejqᘒ-[ȵ"= -;֓<ll9X=v"&|&^ȅٮa@}=gz*dmW'EZ^/?kҕ1"XM9FYJv{䊻YvjP:ZT@,T{^\;{_w鱙Bt/`}ڿ:2֍Rv9^] !C{JOc%;z[kġ@tDĤ4F#^n,K)+<,"s_^[Ko2ڙa^dsy"?g| -B*2z#Kз'iCxk?UP*~[$b+ȡ'NlN~=>)Z!nDe:1}b},~x̋6|o]iH@ރ+ -=.ȇ⎽=2R[즠ġq` -Ry!@HuހFgO@ ȦOV^\W{#v8}`rD>hMr=/g{wM,wj֑篰t[D6vj9xQ+9RZ,)op/0 -wh0qmUSc-]= Z*^;(:dzEL$X*FMBYf o&En0~;I)\k܌"ܜ"2UX %fH`)vv:7PңG%B!%DA͕X2cUUIKK+E7c?awؙT`NuOQr)GjX LcQѫ 3kX3W?X11'QL*K~#&$څHuL_<M5TZ ifet -N-ϓ⨦B| -7ؽ|forZDEtA挫RK!F *AvO#*qGVZГ>Iē5-{cA̗fR~%i\5ְ~<HeluAo~ZD<$!Y"pJΪ:Bjdy=?`nB#>ԁ2cgu(}깖ՙWX7MnlH;(J겯22l Ci-b/)ğg+iM%L"ϒл - _D.wih`=גP;}Ϩ>wT -we:`|P4<_LJ8s(K.ez,ѐw{3 -њ?m{MN\̖n+k0k()>1;x/ ] -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$alffm.3q˺dӺt D,I=eS[l*ΤݳӞw^y}?{?WsuCXQ$Ў`#P(SǡhDBpHdӘ["4P&&ƀH6H-hva -H` `/2GD\
Rm@Ia2 --p6R52kuТoJcDPY֟LTπ4_Y
dhrzL֏Ujka?OT +>;&UL[_:C)PL,rKjlY77=Vqaci)i."j|> GE -̄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<y\X_Xi^.$44 cJ]v/ -\'f@Wmo[II)&\8 tJG4IZZV/
=#}W!22?Es]'yB9IqBtl,g37ւD:xXDl2}7jx㑞]O}o4؆qE:dx4S0CimMd;4 -~<eQNm\u[(Z>~c듗ߦ!^?a%Bt9 -ݓt6ډߢ"U&rY\1_z^WBhakw0Xl뎞 -䦰+»N8Bͪk@ًMJs{'>\uLJSQݯŢ9iw -SW
~X?5FlwH!Q5m=Pz.o>ŧӿXW[Ӱ56.Nnerg?'`AJU{A5VyLE~շ*~0Ҳ퀻%̩EOy@&_P -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{<TǕrrثaJd.̈́w&%f5Lj -I*)Jd.hԤ1nΘؑ\SS|sg=~}LplgAb 0Ry6L - -[j= zs:9uUJ%=w%*3'>R'o85iouζ=l>uZ-ٯh*>pJt3r'g}.UY'<zmw1W=/RdW爰0[K()]+l <*ye2cɱ:%.2wtzc֍M'4l1pŹgjCZjF~Өkˆv! K76@7~ p==Cu -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 -xSUuLOJu+53Rp
44P03RUu.JM,sI,IR04Tp,MW04U002225RUp/,L(Qp2WpM-LNSM,HZRRZZTeh\ǥrg^Z9D8 -@WT*qmKdgaqn99~ !S U[PZZZ4<8Ԕ\tYϒĜdǼT]C=cSDf[fEjJ@fIrBZbNq*X<5/);D?=%]ـ̼ʂTr0SQfB!P!Xh%d+$$0]_QkdkiLjf -榵 -C2KS=]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(nLBnw?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?ꭲH5dC4*P K"B2#
|# -]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* -o' -
5UL<HZ2) .j4<3K4_>1A*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Ƹ_H9BI^ԴZ:tP>2eA6,g;>>{~>=?֎ -YL -s8 -_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,Rrji\_^Ւ[b6RHnjd&dܠ<R]d=56LJOqZ.mu2Qj9Kcv"\yqV}qk]dz -`Ǹq}Hp.Pxiz6ၾ~fM:UJ54 ].)Sr#1ܩCȶI+}Jf}c`~
iJfZ֥r[۪n,haNyUt|t?G$?+qKu+:wU]/b1`^T_qgOђEe&WcG㉆x/V
ĶHZ,\s}#ؕ3-p7 -;(m -9eV4JmŻlOyMI|Tԍv'\D*{X
{TBm@<i ٱ.ޜag( (5o=K9V좤,ݐ
%GFMi;?;5I#Uhh:P98UكnŜ\jInar+iRֵd+v .V+̧*7JksX # ]@$igjx7/'НR]ڎƗҠeAb]5n]TE9I#7ۻuTG[7F^h]M F"%Ax+ES0WaȩgHRG$-}f\!_li^n5S8<_W0u_-}[q2~pXi"j7# -U"է{<'~0=5J{Fk/Ƽ -1x|A{$ōK(OJ)'m(ja>8}98Շ_&5D?Dsm&srN -<KP.Rx3bCցURQ6{sیڬ)aV;/W*\^oxvRDo+OUUY?GD -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 -D7y - -a,Z/R~M]4/H2ISO6e{BP(Я2XX>[;{:`` -m}CgE\O|N"ܰ"rjr#8#~}/[F!WBY)1iᜎȑ_SB*[)iҗ^'RzᗢL~j漯6+֪=#6pzh=P:paMgsXL<y b+W -~6 PfW^T$Y<o~5 -={bFQ:4M|yt'Yyv-=?Ǫ3',8dC^Uѧ#eq#7/ސyWf pac'ư -~֮[ohl7gy2"W0X+%}ݵBo`zuk]'),?{۸/1}8HiYkak8px+Y.Wwk,*𤦼·qP*;ktɘHLBE^lm`It8L7]Or1Byz+'6a
A%^d(|t^Z1!sv
v\XScƶ]_2 -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 -xSUuLOJu+53Rp
4W03RUu.JM,sI,IR04Tp,MW04U002225RUp/,L(Qp2WpM-LNSM,HZRRZZTeh\ǥrg^Z9D8 -@WT*qmKdgaqn99~ A!S U[PZZZ4<6Ԕ\tYϒĜdǼT]C=cSDf[fEjJ@fIrBZbNq*X<5/);D+=Xɀ̼ʂTj0RQfB!P!Xh%d+$$0_QLC -FF -F -C2KS=]L
,ɥEEy% -=m^un)[TZbeQ9E%E\\ -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 10 - - 4%//l@W/ -W7' -pa.^UvBA -C5_N%'K/ 2}RQ -xʙ{sʰB*d20C)",bohWzL5w4Ϗk}=1Os~R)6 % -*dోX@s̈(lf`1(FmRDSЦ52`kX -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ʉ6i;5ƌ5CBz(]5,;}j1$H_'? -jh+At-c<]EQ%&wj.[4$L`!iVAoAGBjkq;<$41DQD-m=-_ -$c[W=}MI c0OE{?`HQ[%wyD8GaX?ךdY5IdXOajZ]S>[PF8睦_o<s=~ $ks<^Ymmyg~SI?̳;9Sf&;
btƍNa]kn9\aw$wǜ8t4vֽ>x/Bp(m4Н1I|r1b"da\&=^HGoH5z
w'Q}%8l"jF݉-mJ|nDxe
O;yXVTdl^D1蠣-\fojsܸS_*̅}~@RI5:'a^۱*~%q -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!yfR7yUvNRka3Jzdzu)^.t>AbyP=*<!\O'"9-;s8Z%Xx ϖO? -5vp!"'@:ܕ>f8W=m&Z£!7~/&m8f!%@wh.{:tvģ8 -uGZ0fN447֯_i exPsDdW8
bqc3@FB#ݯUX:I17|+rn.xViW=lު#.(¯])H -Ra7[*D#L;En{Ș5n[54HG%_I\2rE3_s"&q#.f+h /2jK_BAY -k[ -&OwRU#zPt -z/yGGyDkC -=#i-Z -PC onē.@~Sy\˝)g1;ZR
s>x4K>
v@Ke#Ynl~~
.QA(7Z6l
"i8]ftYubӜ]'.9sB*b1%ul$[J⢾ -*൬YFv -wJH'ՀQmE`
sx]j&!ؒϤ>^wƹo&;_c4Jfz}*NV1.Z[hOn,A?r>.i|?g4tgU?WU?]ɰ<O o^vsʇD'uϰS5&zhĶѥ~LF!M{5'QZ8KDddu}LUZn*fdk/.-j !#~w&|TݒVSlhsG`&Z -cmʻ ;q&?"ir'a*)r1K~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+OrJiF58"{[Pm^@ FCo4|AdVJ>ގMۜb1ENq>rȵ(9NY"4δdrvUP\=j}X+jG ~TW2۟˦$^QJ4,i._BhdfJ^lq}#BxV%^kR,Hً[d`䖄Sҷbkn2*(9I&369; }9j^´af{ω4kѮRBk9k!t@@?|*Z/c2-}e<T!~Yȗ۟']b@r~xfFa6>tAq: ^:;>MzW*)>#3''I^+xrAIZ6Ua\jE"@Cv<>y*e^.v_ѵ2u4CqpB~,ʐP)vjww,:Z0"aK}.TG6*24FKDt*@U@).^=SM8`#>/~h$6JTS0zG:'NLm<N֘<㤬8Ai]MGOϛKѬa -WGͿw+'K:eħ"-sҚ -3om@U"^wo>Ȝi -|uTO@VI[ᝑVn!}Nc%.?~9k.34Qڤ!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戼u -!kݖ0e0W r|i;F+`ޖ\x[#JEQ<yYa闣+F5L2) ̚XAQGW
1l2wKR%ɹ5b\$o8}LD -كV#H
4lW-1~~T \SiKRc?b3cفыs>axo|ť=Mq12$t=SJy?=Y1<nH)>E_Y0 k5 -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 -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
-QN*{lIe^6c6Z{Үъ҉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)<z$E*p=$˝G
haSB@A!WncIny+|EO8xz\ZN_2_L9
Rk)^a[쏣{ذEhZQ=h{ ERw%manaRv+:JVf=A -'Mм,VB]UcTi1)͈!vI 8tqur ;3jSz -t!}HVЛ×tL5P+_w '_5xjPeh-аZWڔAAV>jG*yR'#[/Sgno<yu#n3tnhHͰ@GHZGyoʇp&>8.]^<Nۿ?67}˜'Oy)rǽ{KݘƆD.Vz]̀nSlSy4sn%߭G7VqEVf"+4UU^$wC&|#r[L~&OiRBK:_e fPnA 4
-UL=s.(E\s2cPG7/ۼIoEbR!q_/J;AUL&[kD=UNmzRC/D4Oޔi";ԗ@fQ\3a^5YSm!VZ66z1oh[mZϵ)bz@G<5/bTcd᎐hbSlb{zE
sA&+4s"xʍk-F\WS<i_ćګCw+@^>L\[u}Δ]w9: PjlGi4⫣[Ϟ|v!uc)7~ŋy;!ඕ*/a=zf02+TjOjNu8.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` -74\+;X<bZkWb<_y?b -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 Binary files differindex 3104a4b6fc0..da279b9f9a2 100644 --- a/Master/texmf-dist/doc/latex/mh/eqlayouts.pdf +++ b/Master/texmf-dist/doc/latex/mh/eqlayouts.pdf diff --git a/Master/texmf-dist/doc/latex/mh/flexisym.pdf b/Master/texmf-dist/doc/latex/mh/flexisym.pdf Binary files differindex bfd83b1eb99..f9ef80072fd 100644 --- a/Master/texmf-dist/doc/latex/mh/flexisym.pdf +++ b/Master/texmf-dist/doc/latex/mh/flexisym.pdf 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 Binary files differindex ae2163e3ea1..92071d6cd6e 100644 --- a/Master/texmf-dist/doc/latex/mh/mathstyle.pdf +++ b/Master/texmf-dist/doc/latex/mh/mathstyle.pdf |