From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29866 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Figure number off one time Date: Tue, 01 Aug 2006 12:40:23 -0400 Message-ID: <20060801124023.o0w3x1chs0oogw0g@web.mail.umich.edu> References: <44CF0A5B.9060008@wxs.nl> <28309D32-86B6-43EF-B2B6-64EDDE7F3984@cox.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154450473 1169 80.91.229.2 (1 Aug 2006 16:41:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Aug 2006 16:41:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 01 18:41:06 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1G7xIS-0001fT-98 for gctc-ntg-context-518@m.gmane.org; Tue, 01 Aug 2006 18:40:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 41EB71FDE3; Tue, 1 Aug 2006 18:40:43 +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 17841-07; Tue, 1 Aug 2006 18:40:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 989561FDD5; Tue, 1 Aug 2006 18:40:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 001661FDD5 for ; Tue, 1 Aug 2006 18:40:33 +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 17824-05 for ; Tue, 1 Aug 2006 18:40:26 +0200 (CEST) Original-Received: from arapaho.web.itd.umich.edu (arapaho.web.itd.umich.edu [141.211.144.136]) by ronja.ntg.nl (Postfix) with SMTP id A5D591FD7B for ; Tue, 1 Aug 2006 18:40:25 +0200 (CEST) Original-Received: (from www@localhost) by arapaho.web.itd.umich.edu (8.12.10/8.12.9) id k71GeNSV029693 for ntg-context@ntg.nl; Tue, 1 Aug 2006 12:40:23 -0400 Original-Received: from eecs4327u10.engin.umich.edu (eecs4327u10.engin.umich.edu [141.213.51.138]) by web.mail.umich.edu (Horde MIME library) with HTTP; Tue, 01 Aug 2006 12:40:23 -0400 Original-To: ntg-context@ntg.nl In-Reply-To: <28309D32-86B6-43EF-B2B6-64EDDE7F3984@cox.net> Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.0.4) X-Remote-Browser: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.3) Gecko/20040919 X-IMP-Server: 141.211.144.104 X-Originating-IP: 141.213.51.138 X-Originating-User: adityam X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:29866 Archived-At: Quoting David Arnold : > Very nice. This worked well. Thanks Hans. > > In connection with this same question, consider the small example > that follows. My thinking was that I would like to have a couple of > lines of the paragraph in the output, then let the rest of the > paragraph wrap around the figure positioned at the right of the page. > However, I get a paragraph break and an indent. > > Workaround? Use [....n*hang....] e.g., \starttext \placefigure[right,nonumber,3*hang] {Pythagoras}{\framed[width=4cm, height=2cm]{Test}} \input tufte \input tufte \stoptext Aditya