texworks-plugin-lua-0.6.5-lp152.1.1 >  A ^/=„`*;0cA fE.>}.Wl!j,+!T0,RTMrn\D$/bT;gGI~P@Z&|9yiŅN~;zA/|k Qx['tq~iz~t߲7/ENIzf#5Jld{O Ԭ'8i,K`1 uIWjMwM 9%|^n4_bzAQ9ea524f2f430ea839da4c4cca6b8dce0ac3550d0027bc4d4e0c83f802bc375d417ea38d5ee9699064561f1189710e14431216a57^/=„ yd7cKٚA9kxY׌h0U Hadd#Rb;L"ALU=K2T U4|7%PO/;PjݻC~>OlRփ*gCO8ix 31VϾI>RSƨCaH&uYs6.p>3,?3d & R /8I c     $HP(8 9@ :$ F0G0$H0,I04X08Y0D\0h]0p^0b0c1Ud1e1f1l1u1v1w2px2xy2z22223Ctexworks-plugin-lua0.6.5lp152.1.1Plugins 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.^lamb14OopenSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttps://www.tug.org/texworks/linuxx86_64OA^^bcbe7bb5f519e72090c920858f5925ca01ac97807937ce703c90113360850aderootrootrootroottexworks-0.6.5-lp152.1.1.src.rpmlibTWLuaPlugin.so()(64bit)texworks-plugin-luatexworks-plugin-lua(x86-64)@@@@@@@@@@@@@@    libQt5Core.so.5()(64bit)libQt5Core.so.5(Qt_5)(64bit)libQt5Core.so.5(Qt_5.12)(64bit)libQt5Gui.so.5()(64bit)libQt5Gui.so.5(Qt_5)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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 standardlamb14 15909485840.6.5-lp152.1.10.6.5-lp152.1.1texworkslibTWLuaPlugin.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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/715cdc1381180588a666cf24e8c9f4d0-texworkscpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=781eb9e896934be70673c8bfff364fc536cda92b, strippedPR RRRR R RRR RRR RR9Fs:>hdÏW^ݓbfziVY cA2B0\HSyS+ ӗ; Twln4*]*I7a_)r vƷ aOJ6ѡdb9T0Wp%d:I*bw` qdKJKVyޠ˒0Nj d6 Cb߈jfK~~6Jc{.nd{}*T2noYb\2"o(/яIGj* z~h򜼙ImQ[I)?>+Z'kХb25yA -rGQL>)9 ,xbZ4"J9 œ1,xQODׂli^e?@iE^Pk|R6%A VNZCq;JjDFAVe-)zR-t~VqdeExgAzw1R|.捞Gұj2jBNy͍Q z{4ҺÓ%G"lfӻ:CUH;*<[M|{&U96rcLo QѨ,Yv(fMS썚|<Ư^bk:cs=>WKt֎'=%*\mmlz>G2MBlDObdr>!UZekGʴ9Dw}E?g! >VҶ,t,qؤ!yө,L$-'5rPĴ]I۴\ ؖu-`xÖ̓vlEM>\yGE9~u()U| 96ᗝP^fznqPja>xO!K8]R6J3y )OGͭE+QY蓘jRNZ+K%뙗]cƐ`GFsAM'P7F=vDyc0LSvmcLy"'LwEV&Y~ H>QT!ۆYf3yN;zŖ jO)Y9,S}40:ENb!l{v@I`|1C]˫ M?MVi {]dE$+['q/l!K`;/s>1Wp!wƦ[V HIL&>N@ޡGV =7 QGBd$u|8qԋ-?} [}& @4g,pE‡Q}xDHZ(Ɏe (SPz<,;\Z,+$ |S#FJ;Z,/J `pJWx8zw$fP@ U"+;D=]FV{7 +I u-?J,BY1hv'$R#rEtz\QQ73c2?Yܚ||V1>_aLyɳHQ`Tqޝg5_樸8t471mZ Ph‡C:Jtx AS+ƶȯ?|^kqlC +$v'_cߥoN,NM@] g)0עă)$)ls63̫v W$lz_TX| ƌy"X,Ϩ3'LYDҏlFV4~]Ӛs ,Q K7CTU6˘w:=Uhjx_Ԥ YȃQ"7p)g kT}YB%94E$1 c;B'}フE*m?]2uLG.uF\ʙ ":pbE-y+اNbIZq4 VwͿJp$eI ̏)0FB#p㳼}!OTo\ѦQ7MABnr{kWxz7pTbԺG9NTShc/dcpQgcRXi &X!AFZr.2> \k̖͍-,x\^H7`[>GI0n#䅄zD PisPE.5VZYb1AF6 }$ 0_ "|rZZ ]jk|N~$|Jr,ޤ3<@qiye.5] A~ٓ^3De0=1ƌEJh$8p6&a9 +Y\ ԋF ZKvW{ nNٕy"n+FҬEw4~s+0#O#;z/Qa)}C-k@f׉nˡ]aPw~:uό}Ә-ケqH QbUe8 {rG:heN{v/uqwj31WY2TIiSPq!LUk+'JRFw^RY/+.7*G|J~;,- w,=Z!)GagJ_w` 0R{Pǿ̃F0N]n*j$2:v@ &=Y̵1CWcdP`#p|UN2ΰJ2fbM~aTx-l;eӸzdf0Dއ ]_8W3Ibz,-tj v P|Tyеw?9;_ȈӉG`O~8낏z'yꄭk|0uuk5`~}ڡʩh.ql?(Ay$&d MtW=뙯O2YIKKEԸ'&? ^.!$ =$⎭V `n\Yr#.\4d2?1Km7CŹPȷQl IΆ -1S«юIhO0@=! *_LO`;Uxt:쾤h<>ݡHJOd[;(6ܴġa;ΣV6{-"W1UpU@ʹ_pK~/ O?$v]WfoRE s(;7[ eE>7"ȏ="ƍ 0^*b6Slo8ë{I* Dz8sN_A %"%i̮ӱ.5V*l J@$\8E*WK-@ Si^2p|xYt]?3㽚}ԐeР,>$;F0&X[uBGE@?5=gGʦTJ dXwxtK5Vݎ1KAa'iRʰy>#noaD9"?ucT^7B g ǒ [LvOE\|5UQjy*]_аg M4j㛶‹>SXj;j+1՚6R.R0qzeQ`n ވ쁴#3#sD4cqMsUC?7eP M" y8Z;`*{sJ_sE~uľNʓo%W'bmzWltd` BlNΡ-p%qZV2F (畻&M"z B0T^ NzIT CJfkXȟ/z `_]𠘳cf6 S!a40_s(qV4$! n~ I 6uG~(oMn(s.6XLt'wօ _slq6'PϺ#bEXEV[ޱ!p۸N+=HjX \}Jb=uPaUbnd]O=? ʇHF6EO~vwRȜ m5@=@ .v[$f;"X+ʵ2JmE$/)X s6jGEp?ejɸR[.XT3Qz1~B4"I@9$|52z#z`D$Q{H~yLU*UtmWjD&CP9kADݼ5ZI JK? a,lNwґe 3z"eL~fG gx5籺h)ޢ{_ӖP)VETU7z?Џ JAykucK>;O/Dls `ymZ,/qxiqTB~U@"a,#$?~8 &eXj ѽ9.{sC…˳ o"/ (C{\+wzn5e4%`@Ϡ3x Ibk4p[rM"( SC^PܚȃDgvR񼊶]e-m` 41 _}p;Yf(t2y.>]>Q~dĶp3r!OXȭ65QilgH/EOC%(U}"0khl=҇A@aBEАzijPϼB2!̕м"1{G1B_ _a.-itO۳k|*#eIUk[\yҚɟ̽9K mz$Ѳ-':j/EשfƄ4؝(dY/SJ .ڬu$!W{YePmOՊIWlbӎ"<3LxVnB9%ǩ|ub#E*A0fJ% T@"rC Lk$I|X=f# )hky-1"} b ;D]u5 "SkC= &gǤuj"5$[eT@^j}>LJib#{OBBd΃'ZY;~%y('c%SATm[L[K'#*@On+Ɋ.Ϝݝ}AVO,2:[D$ ^=ǒT7P%IC ^%f"ެFpἤjolg2i6hDsm+8ths{r[2佮Nke >^&Pw䏀Ǽ baJ (!}nx~/G)8'bL碳Zpj>TY{+Kʲ5\0ܟC8ֆ1fOwl"fg2Y=Iς\0]0-%Z;-g8;NGTvҲlw98t)a?8{/5"(^>2Y$N5ű@N͔0:Ʀ o97yiU>MkY4 t_" @]a޴K<#GP,s\Mwn|;A$U'Te ܞHVOžJLY' 0ِ#aTKoۄ]gCކY>φtjkKyddžo(%,/xJd]jj%(xY?1HؑV߯ )g[n>6z5ŊQyT[%+Q4*&I؛g샅 *::qL,:Иopmcn :':u3`9 o'ǸQmŧX9zZ"+/ u|zьW" j‰M _o.gO6֑k!L `).@u(Yn-->wϗNeC6lY|bPKM7#꫽̈nZR;ɉc 7xKBdۡ/q [D$|~q&x wJ\XĨ $g1$W371!ǢmH d[ݸtYcJK~rG;Vb9~[.(e~vJb!u?uV4_zcwoYYP=0W$.+=s*jHnL2~zQ=e2%qVG;0FU4֯ sɯ\)C~TOf+BQy)X[^ESjp;ZpJvP:oNOf:}ie ۗfWAaĝ. (∱CZ噎1;ݪ53UZ2gz{M'F `1d]tbe)oc]~3"rj9u0cC % V{Ɯ{?)ۗSt>M9 Du5d8 ץ_vO j,V %IyFH_2#X*S1lij1dੋl[}{0]o2ގX8ZӖt/u95~x"C-ʅ/g(#c2N:nGԃ{J 2Bc"׽ lV+R+ahV;LP.O}bJ3;0#,E`$+Al ՂfZϭZO#T1FrOZø?ヱ Sll]KU7r,2 &aSw_}YBl \W,xƽϴeˊm $vW:eIA-/du i(&y\0j4Eѱ-r0l݄w qZZJo΋/3Iԙ/Wk˹,k M+;Lv)9¸NU%"c^B/ z'\⮣p+?xeM-*OgbR@HMljbp8쏷[hNIbD ,hfFw2n#up\wy][ V0FE->j.dqhԪgnO Z?l&φ4f9ԌcgW EΪd(@2_n*;XQaLmIG lWp`3삡$zȲ[I(5MQg0V~|saP`5M1xPXJ$5(~ ,KLS)?uPCsgv榜YRMNS26p0i;c㣁AH_ !oE3)0s4b]_Y]FowMeY}JJc⸚nUq%D2'ͨ#O00i3hϢ 2Ĭ5"w-qemZ:R'V$._Q`Fu0Ddm,ytUEKB'XI=22ydOE q[{_3W1=?Cl?/lV chg;E?=7 Wj)xQ jJGR lO$D+_8W@Ó݅R+ɖ{HgcL&_daї0mE땤vل94,)#p2v*#H8+Px湩fVYAZGCh ~{ -k=K 4e۷߃HDnp5Iʂ¶3Fz[[i..2ׁTS胐DpF!noR`CHRBirk0o-ցUu| uFC1{.;z/0jɭk:_>dn:5BI 0Kb`bq2+ЙkU]4#ݴl׈_$Z~~. ͨ2>*OI|S&_JմVE0f\_9̝[3҃p debYYD%EPR=NɄ# FE"Qpk-_i2j¢Ap/W no{Db d $*=m & 4M&|{]PDuI=i"\vM Su'^9\WLd_ kȍЧ8w^ p.9]7|k{!ZPS80 <4E]N讜*m r<i7NaZwu$ipڷÜnPN^/T jo($D[&718i׷D)2(xU,*ˀV9UpH*&VGov繕/3w\# L,PK&&;|Xgbȑ5QQ@)L $w N ]n2SM|6~TR].7lG26C ΃C{Q0K! Γc9\-(&{a~ѝ6Y\T0$w./_KMN];LlDEfD|J{jxfz&m{ŪD)7Ì>}8w'vk߄Z%e( bn#-`F>P[9c rEa s`tOld_mFaqr5|]DcF9G,?B r%-iS42]o0.*)COq߮b l^[7MѽcA\zՆZͣfg%Iݤf <[aD3%ʯ6wTfQg_Ъ'PƌyvXIopSz$xEHhxihV\l|wh 4݊-ha3{@NOQTT%n#z5sXsXV\XO@δsjSEϽQz2#xSq *PQR$NxXa)b(޸/wB1PIti*vOA#r ss(̴wÑJoԎ@nNCr󁰗zͽf:o4Ϻ|2'ɗ1htD4J Gr6>uJh3jheϾҿ_cFE>:f W2s- لȍ|QwwPD)B.iC =M%}Ɠ}Bru.pȔ %Vjȴ)ZZ5k^mm^RYiE]jоDǟ*FonpLPukݲfYAhTшrr@)+yr0ayԅ`G_lbjؗbRV(9ǰo7UhEdzYA8jZ ]25bNo:oN2+qB 6vmkTƖ!A(E>t,nޏx%~r¥2PRi}#l~"p0ᙼOlX*r,ZFOg޳4k3rϨCXVd7X4t2sd:6fa]`R8Mg/MZNV7L xrJvKbт1 T58҂0 @޽.ڒt6hFEa&bK.f܊}X'OS>.$v؆~C'H+!?ۨ)(iE;+# {iDdf""&zn$ ˎ5$ڢ3╣M!"f:f^, Pu%ɳb􉢃c1A`try&J>`q6pHEO8?3:B XO5޾Dpwѱ nP ; 譔ٿ# w˹L^ /.Qh[F_<'jPĪP1dj 9g)ə=xiEtnO$mT HmtJRջҼ/ 5@KN@l:@1>pT}:%XP V/FQ>UFQt~P/_BX`wpO B θZ]TU.M]ùwy<$$zɹaoG8Ŀ.{8?Y mqe\$;g{ɺЍ!Xρ)vdk;㎝_doO2C(4_57<'P |`Q:f^X1-U6']J.[1d [dkJ_HjqG73H6ZNZC8Fa*,}qO;~579I[ҕ(lc< _LㇹMvT">C.{DzK]&`{׆aSG1P2)&\2lL"ZҞ[g1{1VpݭoEDP,~~‚- 螴b#M7wJf<`)'b~jMx BD.nDӑ[1|d % Ŏ}ܙ:zJ9[=!k4+e^=I37\&ωS !zj!7]y gu6^\3s DĬ+dw%2UeɒD hz&ā8>dըp5 3rOݐ ) Ѝ*X=䙪(Č%QTP\-˂f&҈*(e`E uL%<^?n@jE|.Z&ikCsg9WĵF  (m>HY족Mdž?)(0:qVh7k"5&?NY蠟vqY*C !&aN bzb*x7p|KFfl6? KF\RO䜽7VvuC)JzD%ƻ4PQ) c4VrH۔[| =;AZ<`7`Uu?Sʘ`ֻ#"rZqG̎֎^JKX2vnA6aAH heFT;:'h4DQg Ud{Q_'f3Kq 檰dkacĊy 2[zB ݺ>S"FCWLF@/B78ic[yم%@\?}vRMVqJnEEPQ-.== ݖKdJ<EfYt쭮S*ٳn49+ Z Ĵ@A7|-UɀP4MXb&J%1&5X&n'˘by^JZl^^?Uۘ^Џ!2apAt=D16x ޤ@[ e_-vx;ʷ`39B4D9#"]7X FjS|Ul4V''X3WmJXNMnG2"ꠘ M\5}GY%?ۂe'/-b"1uײgAB_D%xYC'1ݴ'Vy)o:Dd?J-&QADHRqgސ zX:;Jĵ"q+Qz=7 GpUZ:45[`[W»GR@ĘEF~qޣ$S/e};7<4 ~R@r(̕ сwz<XR~G6= vG6¯?{?i6g=mމ7- t^lа3@7>R_oK۝dƊ moe\E1)|rSi~{aQjWp1>=zsHN+ǀمR36 39Kw" t5Od @vo A[MQlڹ̻GF1ISjޯο<< yt$HU15sq8A͇ƾ秗rH ?` vى)1Ex,t:&g 12~Q ٜ @s*; xfn/yfjՃ5 '_8 T=~ڑxlte6f!tai}&b.#s$2_<=^%Nv ǭ( k tuIP5`lιF1ҝ\e8:Lg Ҥ IƦk $@x# ;hٱBxsE膑(.Wϴ\W<9<xi ~5{xnU/t&x{вr@$(}zÌҵ#`ng9 [\fѡ Yh&I[ )Mw,m"W*g !m"{QRw N_?`±͋CܖIQ}y]֌<7 >‹b˦$$bC,0r%礙,nwW{/򛡩\YsiP٪I9 oNɜ=cBuζ*"U4#){snI&Ҏ|@=X4wqgܒjh;Xb6ق?n̗}y~8*5X$(\6W,8LsLcԺMD?)D6P=9}L ,F ~fpX;Sݸ^^Iz~//Ot)Oxv1Һud`N9Fo {[?"E)%!WyM!Y65pp f,xe:|"bi.;̑[Y_PE>\dJkyuHMĠhߏ7Pq4K)W`!Gyެ\Esθ'kC;UΕQ=BFa Z A)u)FLY|@W]>c# x+İ SL9sqdXe=fͱ>;t}3ez6OcE ͔c&vܝ_`بuLp*@̔K =էI%!)93,wZlY|]D:c;V$y|$Qi܅^3nzӾAcqTc]%%PGX;4%pu:BBLv{@׌凢#y6HYfܦ)lUr;P(wK7Rv)ͦ2 UҖ7rkAbm+FskXl?鿌$ 4Ï:i5TO= !zС$lLPDT:&;_ɻH{v3H弁n1?;OB.%S ii~NRotjxA+bC LE{f$Q8[ZkաN r)PtT)?9͢pur K'VTY~夂6+O;LABoIs2 WYnbZM BJR jmY0֕E,g>?rM*b擰JVUĭ3̔j0!݃lm]CaȝۡNNw,=l~}Uϒ\(Got) ܗ!.6 GLMP`? a f~K=;OlYC*'_QxՅAeS|yV yNgUqBvJ->\@߀?,A]tYS&#*t7Wٹ)rҝz&/vDA#W\ٗt㍞- >{EwHVAyolW%φڣ ; 2dL+kH[!-YZ%2>):'w)ZJ㯟tzh B4ujvK\sZ}evFRXzM؍/Vsg1R ^z]O|G4TF Ib$&vA*"aq5KOCH82} Y [01{ Q Nhd!m#ZF>iUP>;YPL3#㒕)Kky}@vJ5 ΖPؿYɽ{qxMTKU;Pr<^83VUgL;P4l^wXl"Ê5WA̢ooҠHP!7- ֭*^}B#X[Kl|D +1'`g~[+0NJ/|7Ob>ħdso{v|u:pR nS=*N OsM Z>QIJז;ѱo^gPU"GM!!h5Zn8 eoeV%ǷZc,(mO H+#4rXu1CzJ x6~*lT;7ab) $m60hyo4'0u%4S]4=*+Ęm)vM\{ OBnL༁8C l)d^':p*v+yGo|ȜPRSGzUeS#:A:ݢq/"/:dB$-?W&עokp>*&Bf(VVpawE'pI43B6g_WDXηճ"rJKp(/8LE"#TC94F B:rz!rtLsfOMSB  0޼]r ERDs!ns5zQb[V(/|gYH/m,I}6-ৡ=x}ʫ ؛=e0]in|`',݄9d} K7ӂ^][UÏPC RJZsztKr ?/ YNR+U Z; k,ٖg3v*`YˣƐv|p)dŚ \rޠc}L Ը GekcI|I?sxmً;Fkdjhy^w21!hXI% tm:iNs"XT kQ_5]Xf t#òrJ OM1f̸'-Zc4Yc/Ɵ*.-ghZ/=?'9@ LkVM]cqW5ȼ>BMR$]JF-J`aTY)֑4:ϜE*iSa5/;;IRgвl& N : X^ӎ|r[$/w-Nf[@yKXj;U9aΠQ 3TŘՒ .qu[0GU~b7\r ^ ^N RL+cݷ2fj_jyO~ LWue߅ނ>IA 4_y<{).2r΅%@_W w) J7O4 (fӿiBuIE fy8ЌSP`9 L]/=u{"DX7B̿[\ f$WNY'oŨmx\S<<.!UNr7@O&`u"F#[“˨'hi`4'8,0P:XcVp/6I AyERC$&-FHLyz:a>ӉGt?=6`2t[SĽH<֍Vイ*<$]\牋E1Cx`nz#EN&3p,ys,Ak +[LC蠨$jaT|ʵȾNCJa"gc{毣Z0(ӷ3%:]2:04"wҟMCռO^)5*B,Z FJ P&RcDoj`aE|n|pDٺΫM{!;< 305]|dtԗfm12l# 1I*ø<Qɔ_;LQh +ǒzo nN\H|H.֟#UbOA؛!ZB-9`]  g+ Y9#fn8=< 8BɀF;Aч J:C,h+Adi[íR#[yT w 2a kf|%),RZpUއ^i}vA%@&Mu,zLv`Ǖ3CK1ޙF2F ؖpɷ[O(Y-`u}dQhxp4J.c "}%JuؼȀ a[ - 0(Fhws"ejh 1bq0鲾kך}GW^ܱC(Xޙd(}?VEv >0Z_*V!v`n+ ou=f g7 qct"03m5l}ŕq/ k2t0Bf L4Ug]Y^"=і"|t_lS 5e\: ?>bCF h*x{JS{T]g4FW6]wj%dLklUA?}jx&ЀlҮ; h\E5/Ma::; T7<I~(W|Б~*uaÄ+A1BԎ8㴌3MԔ~qEn݀f ڎI`-JwG(|۬av(KO{N+1CXTBԲ$W^Dž/Z|*EbrǺ H^*\!k? VY-ُSz`B >Ot4zy8zJ\DR3N{^ǩpvrn7LC@jE^C̭mE VH14F EknoG }Jpu;rKgeŽ2Dd͜sû(~6Huv~5ZKtXjB.">w [m sYCyŌrlr{*5%# Ctc. =,{oZ}F= ,an# J@Ac坎9i1BjYIl׈-pʆɭNf|{_z>W?HFI 9̚KK"Fgu88;^Wr@l.%uh]wܘ%k~$ؒCN_CYd8@'8KgXULʂ.Z*u6E3ng"KbE 7:Ig6>+n)57{cÃoieU?\T]2j ڰ s$\|H&tu+J&3N"BzxqQ\ lo