From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/72775 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: Columnsets: bug in current beta? Date: Sun, 27 Nov 2011 19:58:05 +0100 Message-ID: <4ED2883D.4@gyza.cz> References: Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1322420312 29012 80.91.229.12 (27 Nov 2011 18:58:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Nov 2011 18:58:32 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 27 19:58:27 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RUjvl-0004p0-Qi for gctc-ntg-context-518@m.gmane.org; Sun, 27 Nov 2011 19:58:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C39D3CB0E8; Sun, 27 Nov 2011 19:58:24 +0100 (CET) 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 pmTHsDj0COgH; Sun, 27 Nov 2011 19:58:22 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EA0C4CB0BD; Sun, 27 Nov 2011 19:58:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 91F6CCB0BD for ; Sun, 27 Nov 2011 19:58:20 +0100 (CET) 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 6uSnnrSMnrLm for ; Sun, 27 Nov 2011 19:58:09 +0100 (CET) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id 0B8CCCB04D for ; Sun, 27 Nov 2011 19:58:08 +0100 (CET) Original-Received: from psi1.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pARIw7XO009480 for ; Sun, 27 Nov 2011 19:58:08 +0100 Original-Received: (qmail 10791 invoked by uid 89); 27 Nov 2011 18:58:05 -0000 Original-Received: from unknown (HELO ?192.168.20.101?) (hajtmar@88.103.230.14) by psi01 with ESMTPA; 27 Nov 2011 18:58:05 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 In-Reply-To: X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; latitude=49.7500; longitude=15.5000; http://maps.google.com/maps?q=49.7500,15.5000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0cG2iW8V0 - ad64d546bf36 - 20111127 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:72775 Archived-At: Hello Peter. I have a similar experience. If image width is greater than the width of one column and at the same time is a picture with the caption then text does not wrap around the image. If the picture is without caption (for example \placefigure[btrl,none]{}{...}) then everything works fine. I deal this with emergency so that the caption I incorporate into the PDF picture and then place figure without caption. Jaroslav Dne 26.11.2011 22:29, Peter Park Nelson napsal(a): > Hello, > > Following the example in the Columns manual, the following works with > TeXLive 2011 but not with the current context suite beta (25 nov 2011): > > \definecolumnset[body][n=2] > \definecolumnsethsize{body}{1}{1}\One > \definecolumnsethsize{body}{1}{2}\Two > > \starttext > \startcolumnset[body] > > \dorecurse{5}{\input tufte\par} > > \startbuffer > \placefigure[btlr]{A placeholder > figure.}{\externalfigure[widefigure][width=\Two]} > \stopbuffer > > \dorecurse{5}{\input tufte\par} > > \getbuffer > > \stopcolumnset > \stoptext > > Using the current beta, the figure only cleanly spans one column -- > vertical space for the graphic and caption is reserved in one column; > in the other column, text flows on beneath the graphic, which is > superimposed. > > Using TeXLive 2011, the wide figure spans both columns correctly. > > Thanks, > PPN > -- > Peter Park Nelson > peter.park.nelson@gmail.com > > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________