From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/91090 Path: news.gmane.org!not-for-mail From: Rik Kabel Newsgroups: gmane.comp.tex.context Subject: Caption location with vertical \startplacefigure Date: Thu, 16 Apr 2015 23:12:32 -0400 Message-ID: <55307A20.7070407@rik.users.panix.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0492109086==" X-Trace: ger.gmane.org 1429240414 11890 80.91.229.3 (17 Apr 2015 03:13:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2015 03:13:34 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 17 05:13:20 2015 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YiwiW-0003d2-O1 for gctc-ntg-context-518@m.gmane.org; Fri, 17 Apr 2015 05:13:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E8B6F10246 for ; Fri, 17 Apr 2015 05:13:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pV_CIWeCKfFk for ; Fri, 17 Apr 2015 05:13:18 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 3231E1024E for ; Fri, 17 Apr 2015 05:12:49 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7DA7A10218 for ; Fri, 17 Apr 2015 05:12:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id p1aA08AOdbTP for ; Fri, 17 Apr 2015 05:12:43 +0200 (CEST) Original-Received: from filter2-utr.mf.surf.net (filter2-utr.mf.surf.net [195.169.124.153]) by balder.ntg.nl (Postfix) with ESMTP id 6AD8B1020D for ; Fri, 17 Apr 2015 05:12:38 +0200 (CEST) Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by filter2-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id t3H3CaLF019780 for ; Fri, 17 Apr 2015 05:12:36 +0200 Original-Received: from [192.168.9.13] (pool-71-183-246-38.nycmny.fios.verizon.net [71.183.246.38]) by mailbackend.panix.com (Postfix) with ESMTPSA id 6038712ED0 for ; Thu, 16 Apr 2015 23:12:35 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=166.84.1.89; country=US; region=New York; city=New York; latitude=40.7553; longitude=-73.9924; http://maps.google.com/maps?q=40.7553,-73.9924&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 04OgPcAkf - 04032c05c472 - 20150417 Received-SPF: pass (filter2-utr.mf.surf.net: domain of context@rik.users.panix.com designates 166.84.1.89 as permitted sender) receiver=filter2-utr.mf.surf.net; client-ip=166.84.1.89; envelope-from=; helo=mailbackend.panix.com; identity=mailfrom X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.153 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.16 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.org gmane.comp.tex.context:91090 Archived-At: This is a multi-part message in MIME format. --===============0492109086== Content-Type: multipart/alternative; boundary="------------060900090600070002090602" This is a multi-part message in MIME format. --------------060900090600070002090602 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit How can I get the caption for the vertical figures (figures 2 and 4 in the example) aligned below the figures with the caption width limited to the figure width? Sorry for the noise -- I am sure I am missing something simple, but I cannot find it at this point. (Running current beta and earlier versions, so it does not appear to be a regression.) \showframe \setuppapersize[A4][A3,landscape] \useMPlibrary[dum] %% Enable the first set of three for wider picture margins, %% and the second set of three for standard picture margins \def\FullWidth{\the\dimexpr(\textwidth+2\margindistance)} \def\PicWidth{\the\dimexpr((\FullWidth-2em)/3)} \def\RPicMaxWidth{\the\dimexpr(\PicWidth-\margindistance)} %\def\FullWidth{\textwidth} %\def\PicWidth{\the\dimexpr((\FullWidth-2em)/3)} %\def\RPicMaxWidth{\the\dimexpr(\PicWidth)} \setupcombinations[width=\FullWidth] \definefloat [rightFigure][rightFigures] [figure] \setupfloat [rightFigure] [ location=right, % this does nothing! maxwidth=\RPicMaxWidth, ] \setupcaption[rightFigure] [ width=\PicWidth, location=bottom, align=middle, ] \definefloat [leftFigure][leftFigures] [figure] \setupfloat [leftFigure] [ location=left, % this does nothing! maxwidth=\textwidth, ] \setupcaption[leftFigure] [ width=\PicWidth, location=bottom, align=middle, ] \define\testtext{\dorecurse{5}{This is some text to fill up the space. }This is some text to fill up the space.\par} \starttext \testtext \startplacefigure[title={You see this caption!}] \startcombination[3*1] \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf a.} Subfigure \stopcaption \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf b.} Subfigure \stopcaption \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf c.} Subfigure \stopcaption \stopcombination \stopplacefigure {\em\testtext} \startplacerightFigure[title={Can you see this one?}, location=right, ] \startcombination[1*2] \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf a.} Subfigure \stopcaption \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf b.} Subfigure \stopcaption \stopcombination \stopplacerightFigure \dorecurse{5}{\testtext} \page \testtext \startplacefigure[title={You see this caption!}] \startcombination[3*1] \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf a.} Subfigure \stopcaption \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf b.} Subfigure \stopcaption \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf c.} Subfigure \stopcaption \stopcombination \stopplacefigure {\em\testtext} \startplaceleftFigure[title={Can you see this one?}, location=left, ] \startcombination[1*2] \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf a.} Subfigure \stopcaption \startcontent \externalfigure[dummy][width=\PicWidth] \stopcontent \startcaption {\bf b.} Subfigure \stopcaption \stopcombination \stopplaceleftFigure \dorecurse{5}{\testtext} \stoptext -- Rik --------------060900090600070002090602 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable How can I get the caption for the vertical figures (figures 2 and 4 in the example) aligned below the figures with the caption width limited to the figure width? Sorry for the noise -- I am sure I am missing something simple, but I cannot find it at this point. (Running current beta and earlier versions, so it does not appear to be a regression.)

=C2=A0\showframe
=C2=A0\setuppapersize[A4][A3,landscape]
=C2=A0\useMPlibrary[dum]
%% Enable the first set of three for wider picture margins,
%% and the second set of three for standard picture margins
=C2=A0\def\FullWidth{\the\dimexpr(\textwidth+2\margindista= nce)}
=C2=A0\def\PicWidth{\the\dimexpr((\FullWidth-2em)/3)}=
=C2=A0\def\RPicMaxWidth{\the\dimexpr(\PicWidth-\margindist= ance)}
%\def\FullWidth{\textwidth}
%\def\PicWidth{\the\dimexpr((\FullWidth-2em)/3)}<= br> %\def\RPicMaxWidth{\the\dimexpr(\PicWidth)}

=C2=A0\setupcombinations[width=3D\FullWidth]

=C2=A0\definefloat [rightFigure][rightFigures] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 [figure]
=C2=A0\setupfloat=C2=A0 [rightFigure]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 [
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 location=3Dright, % this does nothing!<= br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 maxwidth=3D\RPicMaxWidth,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 ]
=C2=A0\setupcaption[rightFigure]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 [
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 width=3D\PicWidth,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 location=3Dbottom,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 align=3Dmiddle,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 ]

=C2=A0\definefloat [leftFigure][leftFigures]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 [figure]
=C2=A0\setupfloat=C2=A0 [leftFigure]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 [
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 location=3Dleft, % this does nothing! =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 maxwidth=3D\textwidth,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 ]
=C2=A0\setupcaption[leftFigure]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 [
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 width=3D\PicWidth,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 location=3Dbottom,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 align=3Dmiddle,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 ]

=C2=A0\define\testtext{\dorecurse{5}{This is some text to = fill up the
=C2=A0=C2=A0 space. }This is some text to fill up the spac= e.\par}

=C2=A0\starttext

=C2=A0=C2=A0 \testtext

=C2=A0=C2=A0 \startplacefigure[title=3D{You see this capti= on!}]
=C2=A0=C2=A0=C2=A0=C2=A0 \startcombination[3*1] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf a.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf b.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf c.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0 \stopcombination
=C2=A0=C2=A0=C2=A0 \stopplacefigure

=C2=A0=C2=A0 {\em\testtext}

=C2=A0=C2=A0 \startplacerightFigure[title=3D{Can you see t= his one?},
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 location=3Dright,

=C2=A0=C2=A0=C2=A0=C2=A0 ]
=C2=A0=C2=A0=C2=A0=C2=A0 \startcombination[1*2] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf a.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf b.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0 \stopcombination
=C2=A0=C2=A0 \stopplacerightFigure

=C2=A0=C2=A0 \dorecurse{5}{\testtext}

=C2=A0=C2=A0 \page

=C2=A0=C2=A0 \testtext

=C2=A0=C2=A0 \startplacefigure[title=3D{You see this capti= on!}]
=C2=A0=C2=A0=C2=A0=C2=A0 \startcombination[3*1] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf a.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf b.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf c.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0 \stopcombination
=C2=A0=C2=A0=C2=A0 \stopplacefigure

=C2=A0=C2=A0 {\em\testtext}

=C2=A0=C2=A0 \startplaceleftFigure[title=3D{Can you see th= is one?},
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 location=3Dleft,=
=C2=A0=C2=A0=C2=A0=C2=A0 ]
=C2=A0=C2=A0=C2=A0=C2=A0 \startcombination[1*2] =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf a.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \externalfigure= [dummy][width=3D\PicWidth]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcontent
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \startcaption
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {\bf b.} Subfig= ure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 \stopcaption
=C2=A0=C2=A0=C2=A0=C2=A0 \stopcombination
=C2=A0=C2=A0 \stopplaceleftFigure

=C2=A0=C2=A0 \dorecurse{5}{\testtext}

\stoptext

--
Rik
--------------060900090600070002090602-- --===============0492109086== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly90ZXguYWFuaGV0Lm5ldAphcmNoaXZlICA6IGh0dHA6Ly9mb3VuZHJ5LnN1cGVsZWMu ZnIvcHJvamVjdHMvY29udGV4dHJldi8Kd2lraSAgICAgOiBodHRwOi8vY29udGV4dGdhcmRlbi5u ZXQKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX18= --===============0492109086==--