From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/35626 Path: news.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Boxed items don't like sidefloats Date: Tue, 31 Jul 2007 13:14:27 +0200 Message-ID: <735155465.20070731131427@iol.it> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185880447 14867 80.91.229.12 (31 Jul 2007 11:14:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2007 11:14:07 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 31 13:14:00 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1IFpfs-0000GV-B5 for gctc-ntg-context-518@m.gmane.org; Tue, 31 Jul 2007 13:14:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6FC6E1FF55; Tue, 31 Jul 2007 13:13:59 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08750-05-9; Tue, 31 Jul 2007 13:13:54 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E63EA1FF50; Tue, 31 Jul 2007 13:13:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 779A81FF50 for ; Tue, 31 Jul 2007 13:13:52 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08750-05-8 for ; Tue, 31 Jul 2007 13:13:51 +0200 (CEST) Original-Received: from joe.tiscali.it (joe.tiscali.it [213.205.33.54]) by ronja.ntg.nl (Postfix) with ESMTP id 0CEE11FF21 for ; Tue, 31 Jul 2007 13:13:50 +0200 (CEST) Original-Received: from [192.168.0.3] (62.10.80.216) by joe.tiscali.it (7.3.122) id 46A8A46B0009AB02 for ntg-context@ntg.nl; Tue, 31 Jul 2007 13:13:50 +0200 X-Mailer: The Bat! (v3.5.25) Professional X-Priority: 3 (Normal) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:35626 Archived-At: Hello all, here's a test document: ================ \setuppagenumbering[alternative=doublesided] \newbox\testbox \starttext \setbox\testbox\vbox{% \placefigure[outer,none,fit]{}{% \framed[width=.2\hsize,height=.2\hsize,offset=none]{}% }% \startitemize \item some test \item \input knuth \item \input tufte \stopitemize } \box\testbox \page \setbox\testbox\vbox{% \placefigure[outer,none,fit]{}{% \framed[width=.2\hsize,height=.2\hsize,offset=none]{}% }% \startitemize \item some test \item \input knuth \item \input tufte \stopitemize } \box\testbox \stoptext ============ As you may notice, items think the placefigure refers to all of them, so that if a particular item is bigger than the figure height, it will wrap correctly around the (inexistent) box, otherwise it will just side it. Interesting, the same thing does *not* happen when not going through a box, but typesetting things directly in the page. However, for my application I need to typeset the sidefloat and the itemization in a box, so I hit the bug ... Suggestions? -- Giuseppe "Oblomov" Bilotta ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________