texworks-plugin-lua-0.6.5-bp153.1.19 >  A `Gt!M@eeec`A(},Ъ 3ϟ07xdkl,&ULܼi<6SQ/ U[;]omF^{u]Il2_yLOΞTZ^p/_M#i-+-b̿MR}#6d^t\jc~lyYnէ Z; ( sHoר%fe4/cWBCPmsr:^ VJz: >bDŅQq9{!Bؽxfon)z>7 p]d`'a۔pI20>p>3$?3d ' S$(EN_ y      (2<`h(8 9 : F/G/H0I0 X0Y0\0@]0H^0cb0c1*d1e1f1l1u1v1w2px2xy2 z22223Ctexworks-plugin-lua0.6.5bp153.1.19Plugins to add python scripting to texworksThe TeXworks project is a simple TeX front-end program (working environment) that is modeled on Dick Koch's TeXShop for Mac OS X. This package adds lua scripting abitilies to TeXworks.`G9obs-power8-05SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttps://www.tug.org/texworks/linuxppc64leA`G9`Fv89bda79c757ca84f3e3773f701604f2c48edf856b63d386cbdb79b0eb72d185erootrootrootroottexworks-0.6.5-bp153.1.19.src.rpmlibTWLuaPlugin.so()(64bit)texworks-plugin-luatexworks-plugin-lua(ppc-64)@@@@@@@@@@@@    libQt5Core.so.5()(64bit)libQt5Core.so.5(Qt_5)(64bit)libQt5Gui.so.5()(64bit)libQt5Gui.so.5(Qt_5)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)liblua5.3.so.5()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)luarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)texworks3.0.4-14.6.0-14.0-15.2-10.6.54.14.1^}\YWs@W%W U>$Qj@O-@O8@Atri Bhattacharya Atri B badshah400@gmail.comjengelh@inai.debadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.comcoolo@suse.com- Update to version 0.6.5: * Fix text selection handling when moving the mouse. * Fix auto-reloading of TeX documents that were changed outside TeXworks. * Updated translations. - Changes from version 0.6.4: * Add shortcut (Ctrl+Shift+J) to invoke SyncTeX at the cursor position. * Make shortcuts for autocompletion configurable. * Make "Auto-Follow Focus" configurable in the preferences. * Make editor line spacing customizable. * Make console output accessible by keyboard; among other thigs, this makes the console work with screen readers. * Migrate to a more powerful regular expressions engine (e.g. for finding and replacing). * Fix opening empty files. * Fix the highlighting of TeX commands that include non-ASCII characters. * Fix the auto-closing of PDFs with the associated TeXs. * Fix the PDF display on high-dpi screens like Retina displays. * Properly handle "&" for recent files menu. * Fix syntax highlighting in the "New from template" dialog. * Sort interface locales alphabetically in the preferences. * Don't show invalid PDF page sizes in the meta data dock. * Properly show the PDF file size in the meta data dock even for locked or invalid files. * Fix the conversion of Lua tables in Lua scripts. * Fix the installation of icons on *nix platforms. * Update libraries for pre-built binaries. * Modernize and restructure the code to improve quality, stability, maintainability, and the possibilities for future enhancements. * Improve unit tests and add automated testing on Windows; this ensures better code quality across all supported operating systems. * Discontinue Qt4 support. * Updated translations. - Rename source tarball to %{name}-%{version}.tar.gz. - Adapt to changed location of icons: * Add BuildRequires: hicolor-icon-theme. * Update file list with new icon directory. - Minor cleanups with spec-cleaner.- Update to version 0.6.3: * New features and improvements: - Implement "Insert Citations..." dialog - Implement indenting/unindenting by Tab/Shift+Tab - Make synchronization granularity configurable (highlight corresponding character, word, or line) - Add ability to distinguish identically named files by displaying the respective folders they are in in the window title, window menu, and under "Open Recent" - Implement "Fit to content width" PDF zoom (which ignores empty space around the text) - Disable unavailable typesetting engines - Allow to change the editor font size by Ctrl+Mousewheel - Improve the detection of spellchecking languages (add ability to search multiple directories and list all results) - Hide the menu bar in PDF full screen mode - Rework/expand code completion strings - Add/update syntax highlighting for LaTeX, ConTeXt, Lua, DTX, and BibTeX - Add cleanup-patterns for beamer files .nav & .snm - Add new/unified icons for typeset and zooming - Display paper size and file size in the PDF metadata * Bug fixes: - Fix infinite loop in syntax highlighter (which caused significant slow-down especially for large files) - Fix underline when spellchecking with syntax highlighting - Fix "Place on Left/Right", especially on multi-screen setups - Avoid 'file "" not found' errors when synchronizing - Fix synchronization while searching in a PDF - Fix fine-grained synchronization near paragraph boundaries - Fix the PDF copy menu command - Fix PDF text selection - Fix font color reset when searching and using stylesheets - Fix crashes when working with locked PDFs - Fix unexpected cursor movement when using a combination of backspace and up/down arrow keys (thanks to @mgkuhn) - Fix the font in the log parser output - Fix persistent magnifying glass - Remove unimplemented PDF menu items cut, paste, clear - Use cmake rpm macros. - Drop conditionals for outdated openSUSE versions. - New BuildRequires: * texlive-tex-bin: needed to detect and configure the location of tex binary. * Qt5Test to determine QT version. * python3-devel: Switch to python3 based scripting plugin. - Use %%license to install COPYING file. - Minor spec file cleanups using spec-cleaner.- Update to version 0.6.2: + Implement handling of links to external files in the PDF preview. + Implement a simple screen calibration widget to allow adapting the PDF preview to the screen's resolution. + Improve responsiveness when opening large documents. + Use old content instead of rendering placeholers after a PDF was reloaded to facilitate seeing changes. + Improve the usability of the "Remove Aux Files..." dialog by letting the user toogle the selection by clicking anywhere on the row. + Add support for the bibliography program "biber" by default. + Allow custom zoom levels in the PDF status bar context menu. + Bugs fixed: - Fix PDF zoom speed for high-resolution mouse-wheels. - Fix a deadlock causing TeXworks to hang when loading PDF annotations such as links. - Fix crash when changing files outside TeXworks. - Fix crash when syncing from an if-block in the TeX file. - Fix crash when reloading a PDF while text was selected. - Fix enabling of the first/previous/next/last page toolbar buttons in the PDF preview. - Fix the wrong appearance of the PDF magnifier in some cases. - Fix truncation issues and misreported Windows versions in "Email to mailing list".- Trim irrelevant parts from description- Update to version 0.6.1: + Fix "Jump to Source" from PDF context menu + Fix fine-sync'ing close to PDF line boundaries + Fix loading of Qt-global translations + Fix pixel-alignment after zoomFitWindow in continuous mode + Fix handling of changing scroll bar visibilities in zoomFitWidth and zoomFitWindow + Allow horizontal scrolling by Shift+MouseWheel + Updated translations- Update to version 0.6.0: + Complete redesign of the PDF previewer using QtPDF by Charlie Sharpsteen + Fast and responsive preview even at very high magnifications + New page modes: continuous scrolling and two-column layout + Text selection/copying from the PDF + Go back to previous view after clicking on a link using Alt+left arrow + Fix disappearing spellcheck underline with some fonts/font sizes in Qt 5 + Update the width of the line number display when changing the editor font + Show a note in the "About Scripts" dialog for disabled script languages + Explicitly add a "Quit TeXworks" menu item to the global menubar on Mac OS X + Make Qt5 the default framework for building TeXworks + Add support for Lua 5.3. - When building with QT5, add BuildRequires on pkgconfig(Qt5Concurrent) as this a necessary dependency this version onwards. - Set the cmake variable TeXworks_DIC_DIR to the proper installation location of myspell dicts in openSUSE to make texworks find them.- Update to version 0.4.6: + Implement character-level synchronization by using text searching to assist SyncTeX. + Lift hardwrap line length limitation and implement (hard) unwrap. + Always show console output tab while typesetting to show progress. + Improve the handling of UTF-8 byte order marks. + Improve the log parsing script. + Improve the handling of script errors. + Work around a race condition that causes lines to become invisible, subsequently leading to a crash. + Fix incorrectly accumulating indent. + Fix SyncTeX initialization with non-ASCII filenames. + Fix selection of whole lines and when selecting right-to-left. + Fix hangs and crashes when using "Fit to ..." in the PDF view. + Fix a crash when running an invalid system command from scripts. + Fix encoding issues when reading environment variables. + Fix scrolling when searching for multi-line strings. + Fix auto-completion when working with RTL languages. + Improve the handling of Retina displays in Mac OS X. + Fix a crash when opening PDF files from the Windows Explorer. + Provide texworks.appdata.xml for *nix platforms. + Fix compilation with Qt 5. + Improve the CMake build system. + Add support for Lua 5.2. + Move development from Google Code to GitHub. - Drop conditionals referring to out-of-support openSUSE releases. - Update source URL. - Use CMake based build system. - Build with Qt5 for openSUSE >= 13.2. - Drop manual from filelist, no longer bundled by upstream, see http://www.tug.org/texworks/#Documentation instead.- Update to version 0.4.5: + Fix "Restore defaults" in preferences dialog + Fix removal and selection of text moved via drag'n'drop + Fix default saving location + Keep UTF-8 BOMs in files that have them + Make "Goto Source" lead to the last active source window + Implement close button for the console output panel + Implement "Open PDF with TeX" option + Improve compatibility with OS color schemes + New encoding support for "Mac Central European Roman" + Code cleanup + Updated log parser (improve handling of long messages and file paths) + New script properties/functions: cursorPosition, getEngineList()- Update to version 0.4.4: + Fix crash caused by Qt when adding lines at the beginning of a document + Fix search/replace for multi-line strings + Work around layout issues which cause lines to disappear + Fix building with BSD make + Fix block selection of last paragraph + Fix overwrite of "Find all occurrences" option + Improve "Unable to execute..." error dialog + Rename "Show/Hide Output Panel" to "Show/Hide Console Output" in the menu and the preferences dialog + Remove subject and add instructions to body of the "email to mailinglist" + Bring the window running TeX to the top at the beginning of typesetting to ensure that the console output is visible + Allow symlinks and display only folders in "path for programs" in the preferences dialog + Add "Clear Recent Files" to "Open Recent" menu + Add an autocompletion entry to the preferences dialog + Add Lua(La)TeX to the default tools (and drop LaTeXmk by default) + Add an option to open log files + Add CMake support (experimental) + Update SyncTeX to version 1.17 + Update URLs to http://www.tug.org/texworks/ + Some enhancements to functions available to scripting + Avoid showing an empty message box for script results + Resolve symlinks when looking for scripts + Expose the scripts' titles, authors, filenames, etc. to scripting + Update/improve scripts: open pdf in default viewer, derive spellchecking language from babel package, log parser.- patch license to follow spdx.org standardobs-power8-05 16213788730.6.5-bp153.1.190.6.5-bp153.1.19texworkslibTWLuaPlugin.so/usr/lib64//usr/lib64/texworks/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/715cdc1381180588a666cf24e8c9f4d0-texworkscpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e60fa05ac0ed41322df9da9d114ace3da4550cb5, not stripped PRRRR R RRRRR RRLDKQ\!}utf-86e052ee176aa1b50d2a5d2c20b2e6c725f25b912b467be4fb6edd849310f1af0? 7zXZ !t/] crt:bLL œo]+=$Tߘi:]*O|g&ajy]s<͔5RwR歜|հu^㐐Qš77RpYb*f+j{9Ml/H#]Η*c@CnReW-C܍S5d71u'7[z=㷀 ߛwl7: PǤEh[2L_j&H z->I.K9CLR9¾P#pd]M A:bgQɿw}\}N1 yoat/^ ujWAWGe (O;1E$:C? S;.bxBb;[|hu,mbuKv7hK!ꄍֿ;_ JYW䧳0V ]a >"B9y'('/&Ğq a; R?miFc){'j|ӱf:LLA~ YZh"9rۡTIߨ. .XS\)cՑ/:j(EH?k1kޜ3CTKEfcfc>a|mVsZ/EĽ.Ztg{>Gv3+f!Nۢ~z~$}*;quXK<]BR ǫ Vdncpߒ4"v .?vᾨBiQQ37dsF4.Q&p_>U M~I%`e-8\\BPn9솝/| 76 SZ+.GsdL==@/0HƭI2dE;]9\^jP3YAF.J׻BB6~}v;RHU';hkA3Ҕj4\YvfOkzQMB?0Ê"$)}k9+͕V;M-?Zy'˝G7gcn< ;_g]|E{8T~_2H0rm R؉un ҊFl4\曕LtF6vwK $c/L2?-#4ɋR8yWk,`@ .QgNZY)ȐtW59iދBHYiWuΰZ)Te\CpeyҀNӍtIhw~p6MB#J=ŔjI"fF="~T/oReA$"8qg÷ %w]LܺnG06,,j7`ٰ^]ײ6bVQnUJI_Ŭݴb{i;MYM/ ji;MmcuwLlAܖ«sT7-0ڒ)ŋ mcbDB;zUNM/FfA8x@Yd{TBۿwW3qr*ޣCAg9:Sx> NdtY}~\hH;diqBtd[ȿ8'ED;s6|cx(=rmdGwtmҾY f-Zv2nDe@^<9)s\RثIxt{5kjl6%DهMDuFvMa_5[uo;]>jIɚj y!b De sDTy(J|82¥lZDxjM!-VaGbKHeܚD).Eya|]q*Թ!'xq'c!hP?zHH_;6)_1Yh{jOBx[g8LたIlGǝo^w .P,K,MhBZCL&0ȴ!Bd "uE@hˢ<̉_6. 1:3|iuuU>(6̇@#b]^r67ɞVH)}[j 5H_r@mE2Ԅdᓞ@,~\%4 "lATU#ǔl~$.Qn| Y4갴y[yfcEVsFiCOL/j ܜ+hEy%]| QT:ErV :**T[^ߑlv {VH]'>W_aU$q.n,T3 j(j O#B,_3@_h9UE4ߑ Q!BfK}wɚ,{.4⃌'9Nvo w}U!7: (+Å@ҿKV Tg1b7 I-##bLР~BÚx\}GǛN]@C-;"+%Mx]UثYdadRHIh\ ܨ bQ7l?K)^gc&Lt<֣`L> clj}"? kF,GF o PX"dWe',{vt$$awWwዦ(>d&$c,OH( WhjDcJxZ͐f:Y [nj p\pIM8h J "  oK% o* K!YP9MTs#Qm#chڔF#) 4o iՔZx n"I5ghmh/wxؙ-ԟ}a շmJ]#^y2WrBy}I4$LDJtb8ʅcQcR&RRo؍T&SOl叕+~NPPh"L^\pA;d[[iޱȰ%PM%pЮUbrS+0h^o@Q򲆗䅫ԧFVTDOB_}JW]m17IPxز.o>lEI9;4g8݆xk dH&XBwlkJD)K5zNi ;1kSEVg{CAIxR{A~Tl"Jkpҗΰw Y[?sMI*VBaVl=C7h S"8K} l,]r9]}&KWoI`ܴNr[6'eIvP֐H8{*pvo+ȴx2$iч5M R<]roiãsхRk@ i})o[_fs|32K!fݖi$nO]z3@a[ptKry( ߙ:XR $ܑ ki"7Rf$2FyeAo>&GޤH$S#[X"o58@z[Tt7(`yA2͙3_v?鷶 I~f9!|Wmc\ B&]yFUdجQxk^bT荼,K u.GZ)-b}TS"jnyXg؍-pwY=~3BՐk i>O`Cp=p .>} {m_[An% @ @ad*rhdY 1ZD6T qZx9Q ~sV2}s@w҉r@z\EbTYϼ@c5YH8 KfK"x?y3mcZCfl*mr3?-S6nw noR"p9wo]A˛Fqm+*P m2 TAVHU-ϖґڔ*|iq `ێkatm}ɽkh>53\DC'Wv;01'v:`~;]G~@FHTkziUlz@cL_H>T_ҔJj 2qe$z^#wHA4*1)Φ<&>"ط2F{m@TuD*CME:l3;ogY`> G; vegӺ\[&)( `\t!`Du\YXQԌ}= 1%>3]F-ȟ=b!IVmjF?& _jG! iuCHFcQ}N0! <8 c-Z[n| ?p-exwfĎr^9,o *] A1iHvBiT uRnRL(9ibUqTW?]>z~1g\:z+щpsQixG1pt珮:s1Oq5-;%'l/V{#:Z$Sb8cT^vR#%,8]Č)oә?YulO@W+cLm' Ge (W3 Ǘ;HB\4Qݔ&'ۧXx)5R_Yf>on"IdAʙ5nt53dwl( 9H3L\mՋJz=b66Nd*3 2MZq 4nSZ!I"ZW=#K.8=}1` x;[zd6O Y63ȅm@1B:.|A5B~8;r)Ԅ0m&ճp[PM >y0\B1s$qtD(Ji<б擢BE"L:9CsCY FlE_Vq5$Q1:eGu _3BH+z;M|x0jɪ8*-; W`Sc n܀YTkF}Po&yy gC}7$Ey@=s̜4'VO .] D˸.̵vR2` s/*3L:P&̀.*9>+*jJ`l$Mc&{$FjeA6{/HCv !94Xc/o}Xڻ1m}dDHJn5τ0ŠatXU!PJ)#>E DvD=ɊK "s&CpU-PfN`2 f~\9q`?hЦ>ٞxh(ulQ,[=+t~O[!ݰXgo6t,ɮ&\+F6& Bve!y[!$* ="u?<%A8y %k9s ZR*ٚNU1(bR(F<L;?Q\'- U*ɇB&g3qX} =6.Ev:H#,vlj8£ėF9AN[n`9 /W6PߥvXdNwXx{z4|eox`36@V+M;><<{V%G (vKĪ<Xhe~ElX}(+=;Q_oeÀTm֤\:ԧȪS~KLS_ 澉.\r̋@Mvyˇ2_›,8; -~T$mbr 1XRnOg"l]ƂYlV-F|{(_]^^$=MuAr U(bxh5+4.n*r3a3!=phnJZv{ٗͲOrCnj)ˮ`_6Bck!*4@CNJ/xhRi.Gp-K]fg?c]*vX.iby{ 7uJqxdZmYHI*+e6Ma=H8aMՐ sђSIp*tw9MRSP#3O?ܚp"{p?B /A46 \ξR2L-k#&H( )K_BC7'}f8#gZObJfM'%(t(UWˏyV>' Ǩޛ ӫOPOQ!,[I}J P Hi7Dԓ@7jPsRn4n`<ӪX'`$펊 X%x<䮑J#SVr!$$9ng:਎ɤ4G5x =tULQ6s'E.vfԳ)[HglZ NgHN2wUP1F ofJ6ϞZ5j#O/iFd xԳE qn8;d[hEyᅥ1^R Ʌ;895<:8;*ٛ51#{pVkPAXc66HI?匲 n/z`tbp\o lo<so{+m/߄z¦Bin_:Xm΋F+e 儢t F6Rs[%i"\?ön@` 0G6_UoRGLtIpdO=|7K[KmưJCP)_? 6OE0S! ȉۤ=y( $V]|(>˳kn[qpof2,+3kڼ0 4 e) ~JFc`Y鰞4g`9;A0SMocFb+?С0!E~$Hh-:fsAJ]0}oK_j[F_ ,\,5pw-GҪz^#ɰkРioVZvo`իB`,f}5u,]Zl{Q)K8GHfpS!sQxj:/mpT쬪F郒,c {~Ϳ8O7ܳm0;H^S\ lTp)9p9~yiw8.4dWo.t葻PK7(dlȈO!QE)p;TA>Ch&sz4kļmR87C{ʲcׇ"h2592Y pQ2Ԧk- 6~gvÈ8/gpܤ.#š]Ql,G/"l_ia.Mɹִ,4 iqm 9$v`PJAczZc~*S8"3C_q1)~I2*I2M~ir?2jPў AF_^ApCjf8av:`Ws~M 9y 2HRxE%^p{"oESX Py|\iP~}RRcִe{Vʅe`[; nZ!5L8KuN&1l'Q:ފ{8~bή;GSg5ihM,+r5@ۖ[飓=I^wNt`iG* pIV)k|PȘ1D}5٧b",tYH~$SODiQc: #xCϯ&DMI='V6^Pp4y`OsK7' [*g^9耮>ʍ&hYseYeЫ_osXuٲ_R&MNCM|#o0بLlX_^3L&4Ęf] b!o,j 3sI!lqK #9_ߌm|]=OJCONY,킲i=*a<8u_~0M1m^۠kÀdjZk4=79C_&8lyMQijlOR-%$hH1 #@M}l=1$'NJV*F"*͍2dm OQ_Dlhjp5LNH쨨SmL eY1qd̵)# X-'J$8\_LQUÓS#hpi=ʲac 4,v,K<"_ښJ~篽9ie(Ż0EH xq3kG LxE$&I"gD@~pr ~q&VБ}#jNMKCB1 sG|F -2>fc-6J C7uVPq Oj$FWXۗ*gsb;?U0n1rXKoM>qB':oџ}A :XIYuC 4iaCwOJ\0uiwe6]ݨ(g9l*#7nAvQyW _x/*I[-Iì?g< `EYB$sb89φ\`%;fƱKGĭ$:04\ClPDqߵ+!9FQ6`F8\cBTXJ3KzzZ$$[Zz>8ўL탻9 ݃2p_Cz^!1ܾs~~D 9!wڅ$)wΟR^{h= Ϝ4}00_p"[˪<94uCHB8=y51Ui凞0v^Gd0I*RVrM+:0;#˶".!ƫ"| ǃ?!fK1JK &AH7cc?K2KRx~v͝P3f(IxAho#6p!Z`ȣM[~{( 棳dS7I;P~ u0Sڄ<ywfTp7j9W1KT80p|u5γo_ O.W©81pqIB.y~TNO&kmY94 ķX \܋{Qa:e5 !cJX\wǢR ֱ!w%IM)UJNdQUN Ce{(CwZ 4/|lfSPͽcF!U4-QF ?skGp̟A' LDCzF%ZeᏒ JwbEc5${TUR0 J3>85 Q*w?8=WPD 4(ޞ4ݭf.x~"4yﻆj75uӝ=2 k Z{x13wq{Ęa% l#3-&_\s%'0^LI0JOn1'NqWӃB}u]nY!MF:aCW`F\Bؙ߽t߉9ͧ,bFZOX))Zf4NkZf%j/y4=:\J0B GxY&gb sOJ8n a3&#D'{ɾi}LLjߘP\hN%+b"Le@t3b<%@f:0S/b ^_,oZ[w4|BPØ٦]c>u#)3OBXC]SY^yNW; @iDh}eyTcف1tx䁑e&!9LQw }]AE,ˈԸF6a.}_\>+\ϳB8E Bo2eGD6WՓ#&LdcE07HڬePxykE9@{Dtc?Fz+w@/J-+ZAMȴ6ݙx{P7ɛjѠcekOƇ %J. b2u '$v1R*IrJ~uAi@ppn΂r5M($ (;bzf}X&Rm:Jz*1.x Rf׉B10#/E&8{]>u5eڽ;^ǃ %1Oyq}+1TKňk&BPSK*ͫT~ch jUj UllCn<Ij)-P ˯y6"uv ͸VQ*ယ0<Y r.Ҿ u=AkT *F/.ǻU!ПC-< O9dvl݊=z'ݙqTq8Cm$4VȱAs1L/r#Aʶ0}wmApV:|'?O>bkVη:IV ͊UH_/+fj?CA<H`<ܢ5=YifsB*H1KpWƿ٢8!^UG݂eB!e~ 폐>{npsZC#zfIں\Pۯ:r7m9ͩ⼡h6e(hm@9ӷo ~x{CJg};3(gs JY ömM#x)G5l,? I5W;u~Kڕ\)5*A #}AL4M7хvbXL0j)hQrZȇ$Ws)JxT Ua*mM0 eU%v!bhkcDDd Lᘜ:[3x+[xb5o8˚"_Q~7 3zawr.grQe;zP׵f,3d9;Pu!d>0Z-FP76Aɀ$!ښ>Ɍ;sTmɈ  4Hfh:}w+.ğQU6|ZE-VFg45Za=εar5S x]j|ɫ0=^bb(_yDWH"y&>n}_@6؃p$2͗Z[n 78\ gmOC=<: [zXPE2hйs*)]T@dM=N2IZw̠8if#  + GiCEBE5-k ha:{'@(ӡnlaa$U-u=Wu5'K 7qڰI]@O2lk:͵iXOvvȦH;Oj?x)rʯ֥i:\T/$rKߒ jB)C&&yUŧ.zǀw7pbj6' d)O|qܗwRyEjBW=Rp֟i2iKLf~@yXbGݠmlqnqUEX_VFeCZwJ&[PUez ` -;QѼԟUtltKCidG5߹j756#9Ncێ)n\R֚~~7w";_=HT>2vio._N-#_0 WOXT hgڎWwEزFZ~vP[^~s3%ww?78EֹFt1/AzR]4d*%nLQMwcZ@.*4Cܕ o1Ed`ȇ1N@F=2YnP)0}8xpnv֪*Հ?,:>+M|;(=Hx'5϶K&E=~"`9+VCw z{ E2攴v_&s2:e$4{S-8I^:P]l?jHޱl|dN:p^Ӏ^긚9 ׵џYr{ڋpƂw99xW63mzwc. aeeNq#'=W+U'ߙ)%[DJ\o}Wj pTXoPtݕ^e#3rag$9 ?bZ dqf}6\"^re]~6n}z;eOMͧ*$ėxcĵOvOC,0x+%*ӂlض8N$o0z7h{K":D(N8qR;PS2_6U90oMZRC:mF&EOO g`4|3̀ĚyUNWO$r_5t}u| XZP 7w[f4I0ʈ4󆂏Ip?&IpӇx'qq"۔Xe>5}tTNlk@Sh:ys2LyU) B{%eM_EA4{0gHÆy?n?鐼-=NJ1EbP+н|vA6.u'YtZw$k8ߏDkZf8 ҃%ޒ#~7GT"a<,S {d.(ʅԙ]xH:zS>>*B%)d SiGíV 0uwnZ^VX#Uc8(pu|l{6}^6)%dB!bx1}3w$~MR] M9zz!T>Aa$ee+3{ljňdڶ=Iv5.ĤnX!h}hV054;Y,o0-ƿ\ہ~ѻ&5NH<qxXę92?؀z YNrvϦ9\.x0)W 1'IO>1Z%XZ(ldVZ9̪7nG$a5x"pbz݆]tuJ,떽H3GNxDx~jU5ZrkHpd-{J}1U= R^#/\TA"*u ec;Vm~0JEIk׼@i\%,vVFq FGY\f\ʬC6znM`uIx(+<,hOc?"ܰ/N bq}[SĄSoIUR}-D.ëM L:+nM biٖf7=m8Ĝ]jHS>r .ׇp(6 ܠ0Yh+5B5Rt`Z!'R"9#[ümUf-"~UA5?I\I0 `:lƙݗ$rc10Zd#rX0'FADlR^]˃YV%l']FwD 1dz~3zl`kIk_Jb+|L^nQ]vHz@tDO='Ι0k˼1#+"䠣M Rch`kɶJǺF H chdK.ԑxު-\VCoC)VSB H!8[=1&ٯKTVY/ s28޺AK_ yzYy1ܤ<6H;@K&>'s_p9\bVȭ&NU|\nQȂRډOeWfP <w.Jf," Y-t`ĸ"-熉N|z-#9N.=Q5}"L~mo^^z@ c1{jƧJcE>W<6᳏!ۙJHqԍ9h >p .CN (Ԑث /lxOz Xu'j=6͎BLy&ԥ)nw s6=1 euEr'em)Q0#eAZNDxk~SZ*%Dd&8" %*@NL:II1E" K"JVz06= \w0 r,4ع舚e̓@\KSefyY*}}+2l4KVsVePOoh2&b `=ݢznwE4$l]-v,p?ǰ˷u"l's# ,C2GKFE ؒ1 u6AO8)ɒG<2ԋ2?9aq!$=*ߜ&i/DLSMt_G~,Znl’׍: ד5o|RVb" mb{r4N[ͣ2\WcHTo3k tQfsgۦHC+kfV7*VO./ iSҮm_TN=A)`:|s/1ia9DBq tB`袞pm:qb3Ut&3\~07D;ƲpV<;oU n%siåwE:^ć%7`qkйMf إ9Nkf;p:QJ8[b6[ǝ5Yi ԕzES׃ , קne<ʙGXuu$uyjOY.!nx0 hn㙇6K['""[Z1/]Y@Mp}ȒH<sT2Rhwbkk*)OJ9ՄOUӳ7QCe l0P7cQLnE`!s|5XQ˗ŋ:Յɨm (k}c93O*s&QoT$4̟7ٍSK@B*lj/+[ꪤ#r"m) w25}k}ESdAf̾ abۧ H 7}$@k!xl`=r `XM)bacOs=RԢᦁoR\&j/9R3W)@T&2\QvTp5sH4il`Gi+ٮ2_IU@0Az jռaH)=ΏbjD6v 26r- [ :ZjY U`sK0l[ FKaA Kg\hvS*2 D-Ӯ VY𫐼.]\m%S܏IԺ}ce&cl\4.Vob^*7&JT$ Zylˬ 1ۓT:[^ gs:i@>?.T#;왼k!*Wϟ5G,=mv(sN( ռtvMKꏖ wՠ86{*wƚAh$xI;2e4 lC^F1-5{MTC0lhZ@j޼GcķaHx^"Ň?4u3q s<1N'#@A>C[餍v$ 9ڙ m 7;{Ռ4Edԉ9/BB0y٣CBH>N%>^;a۪ѥX:LB@{⡱ ,ќj!qgz2n kG tڌb״fmLTwl0+?*ňYBxU5Qt @(&N&[0AW-sq&W [M "!mU gViQIZ?CD1V[[^6J\.~4t/pu WlXތF-t5^@͆$%kdewL*3EׇFG?$kW~4 OyeTHy/8XjGwtǢ[n_Hy8x!}8 b@\ѩr\hZ"zq|̪.w/ޫg ,q.=i6tog &|dpT_3D  ~JCp"E+_5;)Z8nΌ+q}5aϓ'7گ*{R4EGJVxfBxMD9tb=jNf LQn:dR067fg_'k<~ɏ\iQFַ[Ľ;۔Vj5GIjhL48=^Јء '~%s >=0# }h9g :R[紎q?@岰ul`i_/ 8F Lqk˥l0Q:##I)`:O+Ͷ(.U?PRUpiAh鎨 aŋ7Wsd6S Rvn9Eim[54i8n OYEp*^tXh¶U H5gF0UTitim?Rb+E)&D1)[J$B4䶡б9A3ޅq𭵅bgh~_aw0W0K,8r|Wkl-_ ݐZq7aJ31dXpu+04^8~މ5z:H(nh~Ն8 pGtúN3c0k8W4wLקC'dѕPE!8NDu WC/̮aӒȾw$hY[9M '(Pa:B腣 IɈD/L@K/I&M 8"$gH{|)^Xǀ gY4 Dž+LQ|h_Bn(rw(Jo/L r9m߰RiG؎jd1^,E]-֣@_|h;ƎkI'pݘqMu5*{g KH'AB_i_4DՐ@Cun0`!ΝsyJOnqG q+Jt6*t,BS,;$ !xS/(oVÃhK7z%ol,K%ȉv}}})V'ɨ ښ'Oꍃ}8(s&oᢁ؋ fG!-fC[Ա0 |kAƂןJuCЁfKF+sޞyo/kvp_qda밷e^Q2M}Cٚ쳵n'GZQ|=U)Pa58}hzUtlѺA̰Xݖ, yXj4({V.obW#/f"ۉ)s3ȶk I U}T1"vǼbΖ TFD~Ac%Ĵn`3|SE}LhFj%s/uӽy V9w ~4"dc.f dZ|EX; rI@X}AuSα9iEs% QoaY/Ѧ|~-uRlR)q[v/(>#@J{hJ2ƴÌN?TJJq{:#w_>n ?Uv.NpXn:vǮ*ZSzG$zVLN[\β<ӌzim#]$hrѫS!*蜽 .5?i4at*|:T3pa%POC$ʵ^Z(!pV~} .ƃ@x oE%b_A>fgǶPy>.t.o; wSŃzB"RƂw i}͟EF?8t:keod7}% (SK-e)^u=B\ҥdY%l#1Wb%Iʑ%b`XN6ũI`r^-A˱S)BZ~~MO-̊@"?i j+U1z^g% ^]- v6Zk2!ϔyKk+r>eb֑NL/K']6S c mbibݨC?ҫeZ10X@Jx 3&?WCɼ}zTIAQfmbRl ,L`^eKguWEb+C%\;(荽FۜQ~dA:K/}c}B51d@̓^qyJ7ßm s#=k6).UQаz]-UeN6C yBkQ [GHD֡G< &'~ 4[i AԐ ; w vCԜn=أXD4U])h[ߡG0ooj/:Y%5!P9(pFp<BbqIӷ)4g7j;ΉhowV&>v`x2@^KU PNom5Н@TL@$L\Agr3L4?.Թ5 Od??H"]=LgQ3?PTcG̐QY A UQe'\-LJIVG,B:}#k 4&?[_t/ȦP`۽L*ŲB l /D40+BP hGy/[\L8AD1rM2 a,^iSɅq qedBj~j7habF%R j4`PԊXFG95c¤V?A}mUtrIG%U@ S AA2u ϗy{ Fpp Q ;y3i[K 4vD()wOS 9rcP~ɩplB8,dQG&*L&6L,<_8sh3|ȯ  ilI:/rޜǠofڬBlpѼq3!8ON|/%3˵Y ni雭V_Z@Txv&'֭vWD.큨}37V'o5s۽ Arƌ![D71]DŽ)b*xDjϔh|0UeF˳*Ԗe Dn[$%M #0AH{?.&VrShSԟ(tdt@wCt-[t!%AwF[9Bn6C{YA X MV1 ^^t 7ӫ]-2iR&hIS5hz)Q n&yIdC+4r9o,ӧ[cӉLc .SQ K2vTk$U]RomL.`^ߚo`,/#%SjS{vMf{(/(VǷ $,+! Y YR{JYh~}Wl2O- b9LtuŐ+sNӗbv+&bu%(P"Kɜqq1G_8k>}1a91QU_2,,∗VV{!(< M/\>^b0(Ƚ_zQJFM4O~| * M܁|3ŮW*<#?w ^o[D\|`+ 2P48`ѩ3oWuvߜgJZˎ7Bhli#FNxd TG'k@\,ykT9D$9-܍G{ز_ [,̙oɦ͌N%Dc)%3?x%uqx%ʤ7rpOIs?-D?7OrvI=`OK64KSC:{RiO"xa5w }GN `5sbܰ"* A-n_=z]M~ kPi@d!w+?Ysss1lqԥQATXxgD}m8MEQN `0 - ]>j|*R أz:Vܛ|a!a86'X'?7Nٖv Z쁏|:KOVKټ7]m*3O%Me̽n`28utkOVy:2+RZ4wT`1 p.xyv`|5"Y0?9o6Y>dER؎f*I{a)K'䡮gk54 71AӸR}{uX#:z0VuN yI,x ,~_@4yr婰sN33cT ŹXD.*ˆ卒H+FA(/|I%b}SC'ݮ.87D?={eM>inNEwUYJ:J蜧s, ?z너qXkcrB EVߙ,dž*.ӪMl6@ȳ*5uI 4 L?nbKydʛ]^)Ғc%9!(aAR6 ۷VDm;8)\(\Z > $x'?`p Kcef3.sOPzi!ғr ]ɻI/y"@1b"u62/7e챓]S彟,$9|Z0։8)<2L-._> Od{׽F'[0j&kҀbt-G.MLNu >(7C7+-a, ƨ6fݞ BY^`uq7[]@;ĵ+1I%K3@)JߤkḠYz# ў\ȭ,UqBs#X5F@p|Ϊjq!+P-Y ڳ-ɮ0=K/5qW0wѻP %bDiˠk|fUp!1d\ YXE7Yx֭JnY+oQ.w@##v>TGpV -!5[&B67DZBY4s^5x4_8Qr+|*to~@]pG9\+&d5QQvw&j[/1T%PWrDqZ(J%z eKԝJ tkHMӳz$Ţ ZLnb mϾfS57#Avbdn> T0s$*pO5Cl!?YG_i~;,g+2ЕC>* mL9IlIӉI Q̡b~坎w82dz`I(EbŌ a8aWB`a&{>^H3;o57ոHӇzZ }k~ɸnЎLFςgqIqWA݄ =BJq&LJOfLt/)x@ PYV,AX5erIw^Ţ1O8U:Y |礗z}* 7.We@p é%Ck,d^XAݫf(!W 7y8X11 0^C (8h" ;Ҿ52qN*"~'ӵa|U3*x'P^vC:ivbJ:!Q@g!W8[hmǯzp͒rgGK OѰ,vyJ._y Ja}ŗG0P1zbI5߁  YZ