From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30711 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: no indent after figure Date: Fri, 08 Sep 2006 15:29:20 +0200 Message-ID: <45018C50.1484.115C9C2@wwl.musensturm.de> 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 1157722076 1431 80.91.229.2 (8 Sep 2006 13:27:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Sep 2006 13:27:56 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 08 15:27:46 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 1GLgNc-00031a-Lx for gctc-ntg-context-518@m.gmane.org; Fri, 08 Sep 2006 15:26:48 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4F2F91FE0C; Fri, 8 Sep 2006 15:26:48 +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 00820-06; Fri, 8 Sep 2006 15:26:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 031911FE07; Fri, 8 Sep 2006 15:26:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9A86E1FE03 for ; Fri, 8 Sep 2006 15:26:40 +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 00979-02-4 for ; Fri, 8 Sep 2006 15:26:38 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ronja.ntg.nl (Postfix) with SMTP id D66671FDFD for ; Fri, 8 Sep 2006 15:26:38 +0200 (CEST) Original-Received: from [217.185.96.105] (helo=[217.185.96.105]) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis), id 0MKwpI-1GLgNR2zny-0004Lg; Fri, 08 Sep 2006 15:26:38 +0200 Original-To: ntg-context@ntg.nl Priority: normal X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: kundenserver.de abuse@kundenserver.de login:435c0b4f7f28cf0ca959f1bbde7b90f3 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:30711 Archived-At: 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