From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30712 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: no indent after figure Date: Fri, 8 Sep 2006 07:43:17 -0700 Message-ID: References: <45018C50.1484.115C9C2@wwl.musensturm.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157726732 19395 80.91.229.2 (8 Sep 2006 14:45:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Sep 2006 14:45:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 08 16:45:29 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 1GLhbM-00051d-Ry for gctc-ntg-context-518@m.gmane.org; Fri, 08 Sep 2006 16:45:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 628E81FE32; Fri, 8 Sep 2006 16:45:04 +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 02290-03; Fri, 8 Sep 2006 16:44:55 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 88BE21FE2E; Fri, 8 Sep 2006 16:44:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7981B1FE2E for ; Fri, 8 Sep 2006 16:44:53 +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 01513-08 for ; Fri, 8 Sep 2006 16:44:51 +0200 (CEST) Original-Received: from fed1rmmtao02.cox.net (fed1rmmtao02.cox.net [68.230.241.37]) by ronja.ntg.nl (Postfix) with SMTP id 033911FE1E for ; Fri, 8 Sep 2006 16:44:50 +0200 (CEST) Original-Received: from fed1rmimpo02.cox.net ([70.169.32.72]) by fed1rmmtao02.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060908144449.NBXT12581.fed1rmmtao02.cox.net@fed1rmimpo02.cox.net> for ; Fri, 8 Sep 2006 10:44:49 -0400 Original-Received: from [10.0.1.2] ([70.191.56.23]) by fed1rmimpo02.cox.net with bizsmtp id Kqkq1V00S0W3gpA0000000 Fri, 08 Sep 2006 10:44:50 -0400 In-Reply-To: <45018C50.1484.115C9C2@wwl.musensturm.de> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:30712 Archived-At: Use \indentation, as in: \indentation Now is the time. On Sep 8, 2006, at 6:29 AM, Wolfgang Werners-Lucchini wrote: > Hallo! > > I have a problem with indenting. > The paragraph following the \placefigure > is not indented and I find not any way to achieve this. > The following testfile shows the situation: > ---------------------------------------------- > \setupfloats[indentnext=yes]% <--- Doesn't help! > \setupfloat[figure][default={page,high,none}] > \setupcaption[figure][number=no] > \setupindenting[medium,yes,next] > \starttext > \dorecurse{2}{\input knuth\par} > \placefigure{}{\framed[offset=none, > width=\makeupwidth, > height=\textheight]{figure}} > > \indenting[yes]% <--- Doesn't help! > \indent {\bf Here!} % <--- Doesn't help! > \dorecurse{3}{\input knuth\par} > \stoptext > ---------------------------------------------- > I tryed the 'indentnext=yes' in \setupfloats > but I don't know if that option should do what I want or > if it has an other meaning. > > Wolfgang > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context